Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 07:03:28 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7bb3ddd2b786 - main - devel/rubygem-gettext_i18n_rails111: Remove expired port
Message-ID:  <202406090703.45973SBG060873@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bb3ddd2b786d496180f3a12034d0be46c3cc385

commit 7bb3ddd2b786d496180f3a12034d0be46c3cc385
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 07:03:08 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 07:03:08 +0000

    devel/rubygem-gettext_i18n_rails111: Remove expired port
    
    devel/rubygem-gettext_i18n_rails111
---
 MOVED                                         |  1 +
 devel/Makefile                                |  1 -
 devel/rubygem-gettext_i18n_rails111/Makefile  | 22 ----------------------
 devel/rubygem-gettext_i18n_rails111/distinfo  |  3 ---
 devel/rubygem-gettext_i18n_rails111/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406090703.45973SBG060873>