diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-02-03 04:42:30 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-02-03 05:09:10 +0000 |
| commit | 15b3a0b591ac5565cb3a98a0bc370f6cb7b51f87 (patch) | |
| tree | ff417463a009988b5475e87a0f993cf5db82d8b7 | |
| parent | f6cf20b4341cf6cc2591071ab7d08eb0e70c3866 (diff) | |
devel/rubygem-ffi16: Remove obsoleted port
Use devel/rubygem-ffi instead.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/rubygem-ffi16/Makefile | 18 | ||||
| -rw-r--r-- | devel/rubygem-ffi16/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-ffi16/pkg-descr | 2 |
5 files changed, 1 insertions, 24 deletions
@@ -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 diff --git a/devel/Makefile b/devel/Makefile index 3608373ac4f1..97afc3bc5082 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-ffi16/Makefile b/devel/rubygem-ffi16/Makefile deleted file mode 100644 index 5c3d6536858b..000000000000 --- a/devel/rubygem-ffi16/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -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> diff --git a/devel/rubygem-ffi16/distinfo b/devel/rubygem-ffi16/distinfo deleted file mode 100644 index 1b369dfef827..000000000000 --- a/devel/rubygem-ffi16/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1769582298 -SHA256 (rubygem/ffi-1.16.3.gem) = 6d3242ff10c87271b0675c58d68d3f10148fabc2ad6da52a18123f06078871fb -SIZE (rubygem/ffi-1.16.3.gem) = 999936 diff --git a/devel/rubygem-ffi16/pkg-descr b/devel/rubygem-ffi16/pkg-descr deleted file mode 100644 index 46986a7f802b..000000000000 --- a/devel/rubygem-ffi16/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, -binding functions within them, and calling those functions from Ruby code. |
