git: f3cc0aed4c69 - main - devel/rubygem-fast_gettext1: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 21:08:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3cc0aed4c694926b359c184cfbcbdff0cb45c70 commit f3cc0aed4c694926b359c184cfbcbdff0cb45c70 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 20:52:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 21:07:47 +0000 devel/rubygem-fast_gettext1: Remove obsoleted port Use devel/rubygem-fast_gettext instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-fast_gettext1/Makefile | 21 --------------------- devel/rubygem-fast_gettext1/distinfo | 3 --- devel/rubygem-fast_gettext1/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index 3f4cebf36333..4ffbb68b7879 100644 --- a/MOVED +++ b/MOVED @@ -7631,3 +7631,4 @@ textproc/rubygem-loofah220|textproc/rubygem-loofah|2023-06-05|Remove obsoleted p textproc/rubygem-loofah221|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead www/rubygem-rack227|www/rubygem-rack22|2023-06-05|Remove obsoleted port. Use www/rubygem-rack22 instead databases/rubygem-pg13|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead +devel/rubygem-fast_gettext1|devel/rubygem-fast_gettext|2023-06-05|Remove obsoleted port. Use devel/rubygem-fast_gettext instead diff --git a/devel/Makefile b/devel/Makefile index 11c5e5c1c4b8..d543579bb88c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6711,7 +6711,6 @@ SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_blank SUBDIR += rubygem-fast_gettext - SUBDIR += rubygem-fast_gettext1 SUBDIR += rubygem-fast_stack SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv diff --git a/devel/rubygem-fast_gettext1/Makefile b/devel/rubygem-fast_gettext1/Makefile deleted file mode 100644 index 828c656aaa7c..000000000000 --- a/devel/rubygem-fast_gettext1/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= fast_gettext -PORTVERSION= 1.8.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby -WWW= https://github.com/grosser/fast_gettext - -LICENSE= MIT - -BROKEN_RUBY32= yes - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^1\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-fast_gettext1/distinfo b/devel/rubygem-fast_gettext1/distinfo deleted file mode 100644 index 4413feed7adf..000000000000 --- a/devel/rubygem-fast_gettext1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1544400121 -SHA256 (rubygem/fast_gettext-1.8.0.gem) = 6669969e9c80b7cbbdb03287bccb6e6f040c76d61192cfb3decca5d877c6490b -SIZE (rubygem/fast_gettext-1.8.0.gem) = 27136 diff --git a/devel/rubygem-fast_gettext1/pkg-descr b/devel/rubygem-fast_gettext1/pkg-descr deleted file mode 100644 index 400dbb5813a3..000000000000 --- a/devel/rubygem-fast_gettext1/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A simple, fast, memory-efficient and threadsafe implementation of GetText -for Ruby that supports multiple backends and can easily be extended.