aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-06-09 07:03:08 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-06-09 07:03:08 +0000
commit7bb3ddd2b786d496180f3a12034d0be46c3cc385 (patch)
tree7d1f71cea93f7d71b52124049a5a7750ddf61ef5
parent3a235cf25ba94293d30971dadac484c73b08e4f0 (diff)
devel/rubygem-gettext_i18n_rails111: Remove expired port
devel/rubygem-gettext_i18n_rails111
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gettext_i18n_rails111/Makefile22
-rw-r--r--devel/rubygem-gettext_i18n_rails111/distinfo3
-rw-r--r--devel/rubygem-gettext_i18n_rails111/pkg-descr6
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index f00ddc6a737c..000902019ee7 100644
--- a/MOVED
+++ b/MOVED
@@ -3275,3 +3275,4 @@ www/pear-Structures_DataGrid_Renderer_Smarty||2024-06-06|Remove expired port
net/py-soap2py||2024-06-06|Remove expired port
net/pear-Net_CDDB||2024-06-06|Remove obsoleted port
sysutils/rtsx-kmod||2024-06-08|Present in base since FreeBSD 13
+devel/rubygem-gettext_i18n_rails111|devel/rubygem-gettext_i18n_rails|2024-06-09|Obsolete use devel/rubygem-gettext_i18n_rails instead
diff --git a/devel/Makefile b/devel/Makefile
index 51df50a521c1..361fffa1a320 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7055,7 +7055,6 @@
SUBDIR += rubygem-gettext
SUBDIR += rubygem-gettext-setup
SUBDIR += rubygem-gettext_i18n_rails
- SUBDIR += rubygem-gettext_i18n_rails111
SUBDIR += rubygem-gettext_i18n_rails_js
SUBDIR += rubygem-gettext_i18n_rails_js-rails5
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
diff --git a/devel/rubygem-gettext_i18n_rails111/Makefile b/devel/rubygem-gettext_i18n_rails111/Makefile
deleted file mode 100644
index 5a014d07a70b..000000000000
--- a/devel/rubygem-gettext_i18n_rails111/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= gettext_i18n_rails
-PORTVERSION= 1.11.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 111
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Simple FastGettext Rails integration
-WWW= https://github.com/grosser/gettext_i18n_rails
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
-
-RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^1\.11\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-gettext_i18n_rails111/distinfo b/devel/rubygem-gettext_i18n_rails111/distinfo
deleted file mode 100644
index bbf56a570e55..000000000000
--- a/devel/rubygem-gettext_i18n_rails111/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1693634682
-SHA256 (rubygem/gettext_i18n_rails-1.11.0.gem) = e19c7e4a256c500f7f38396dca44a282b9838ae278f57c362993a54964b22bbe
-SIZE (rubygem/gettext_i18n_rails-1.11.0.gem) = 13312
diff --git a/devel/rubygem-gettext_i18n_rails111/pkg-descr b/devel/rubygem-gettext_i18n_rails111/pkg-descr
deleted file mode 100644
index c58156d0b21f..000000000000
--- a/devel/rubygem-gettext_i18n_rails111/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-gettext_i18n_rails is simple FastGettext Rails integration. Translate via
-FastGettext, use any other I18n backend as extension/fallback.
-
-Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do:
-_('Just translate my damn text!') with simple, flat mo/po/yml files or directly
-from db. To use I18n, calls add a syntax.with.lots.of.dots translation.