Verified Commit 15b3a0b5 authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-ffi16: Remove obsoleted port

Use devel/rubygem-ffi instead.
parent f6cf20b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5105,3 +5105,4 @@ games/freeminer-default||2026-02-01|Has expired: depends on deprecated games/fre
games/freeminer||2026-02-01|Has expired: dead upstream
net/jsch||2026-02-01|Has expired: Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
science/elmerfem||2026-02-01|Broken for more than 6 months
devel/rubygem-ffi16|devel/rubygem-ffi|2026-02-03|Remove obsoleted port. Use devel/rubygem-ffi instead
+0 −1
Original line number Diff line number Diff line
@@ -7403,7 +7403,6 @@
    SUBDIR += rubygem-ffi-libarchive
    SUBDIR += rubygem-ffi-win32-extensions
    SUBDIR += rubygem-ffi-yajl
    SUBDIR += rubygem-ffi16
    SUBDIR += rubygem-fiber-annotation
    SUBDIR += rubygem-fiber-local
    SUBDIR += rubygem-fiber-storage

devel/rubygem-ffi16/Makefile

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
PORTNAME=	ffi
PORTVERSION=	1.16.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	16

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Extension for dynamic libraries and binding functions
WWW=		https://github.com/ffi/ffi/wiki

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libffi.so:devel/libffi

USES=		gem

.include <bsd.port.mk>

devel/rubygem-ffi16/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1769582298
SHA256 (rubygem/ffi-1.16.3.gem) = 6d3242ff10c87271b0675c58d68d3f10148fabc2ad6da52a18123f06078871fb
SIZE (rubygem/ffi-1.16.3.gem) = 999936

devel/rubygem-ffi16/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
binding functions within them, and calling those functions from Ruby code.