aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2022-02-07 14:44:51 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2022-02-07 14:45:41 +0000
commit77d8c35e1f34bc0c509ad44e2893ad3f77c021ec (patch)
treecf7c9d65b434605e252985ebc0a744526fe3ecc3
parentb2b11f4e09b45b123a1c85e55412b062695b6100 (diff)
downloadports-77d8c35e1f34bc0c509ad44e2893ad3f77c021ec.tar.gz
ports-77d8c35e1f34bc0c509ad44e2893ad3f77c021ec.zip
cleanup: Remove expired ports:
devel/rubygem-gettext_i18n_rails_js-rails60 use devel/rubygem-gettext_i18n_rails_js-rails61 instead
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gettext_i18n_rails_js-rails60/Makefile25
-rw-r--r--devel/rubygem-gettext_i18n_rails_js-rails60/distinfo3
-rw-r--r--devel/rubygem-gettext_i18n_rails_js-rails60/pkg-descr7
5 files changed, 1 insertions, 36 deletions
diff --git a/MOVED b/MOVED
index 87648d6e9eab..f5c1399d9461 100644
--- a/MOVED
+++ b/MOVED
@@ -16885,3 +16885,4 @@ lang/scala-docs||2022-01-31|New 3.x versions dropped archived documentation
x11/gnome3|x11/gnome|2022-01-31|GNOME has moved past version 3, including the Ports version
security/krb5-117|security/krb5|2022-02-01|Has expired: EOL one year after the release of krb5 1.19
www/annie|www/lux|2022-02-03|Project renamed
+devel/rubygem-gettext_i18n_rails_js-rails60|devel/rubygem-gettext_i18n_rails_js-rails61|2022-02-07|Obsolete use devel/rubygem-gettext_i18n_rails_js-rails61 instead
diff --git a/devel/Makefile b/devel/Makefile
index a77cb58f03cb..1ccc0d797a4e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6371,7 +6371,6 @@
SUBDIR += rubygem-gettext_i18n_rails_js-rails5
SUBDIR += rubygem-gettext_i18n_rails_js-rails50
SUBDIR += rubygem-gettext_i18n_rails_js-rails52
- SUBDIR += rubygem-gettext_i18n_rails_js-rails60
SUBDIR += rubygem-gettext_i18n_rails_js-rails61
SUBDIR += rubygem-gh
SUBDIR += rubygem-gibbler
diff --git a/devel/rubygem-gettext_i18n_rails_js-rails60/Makefile b/devel/rubygem-gettext_i18n_rails_js-rails60/Makefile
deleted file mode 100644
index 2543eeaea690..000000000000
--- a/devel/rubygem-gettext_i18n_rails_js-rails60/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= gettext_i18n_rails_js
-PORTVERSION= 1.3.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= -rails60
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Make gettext_i18n_rails .po files as JSON
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \
- rubygem-gettext_i18n_rails>=0.7.1:devel/rubygem-gettext_i18n_rails \
- rubygem-po_to_json>=1.0.0:converters/rubygem-po_to_json \
- rubygem-rails60>=3.2.0:www/rubygem-rails60
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-gettext_i18n_rails_js-rails60/distinfo b/devel/rubygem-gettext_i18n_rails_js-rails60/distinfo
deleted file mode 100644
index 739f5b181914..000000000000
--- a/devel/rubygem-gettext_i18n_rails_js-rails60/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1496105567
-SHA256 (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 5d10afe4be3639bff78c50a56768c20f39aecdabc580c08aa45573911c2bd687
-SIZE (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 24576
diff --git a/devel/rubygem-gettext_i18n_rails_js-rails60/pkg-descr b/devel/rubygem-gettext_i18n_rails_js-rails60/pkg-descr
deleted file mode 100644
index a7790d053d39..000000000000
--- a/devel/rubygem-gettext_i18n_rails_js-rails60/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available
-to client side Javascript as JSON. It will find translations inside your .js,
-.coffee, .handlebars and .mustache files, then it will create JSON versions of
-your .PO files so you can serve them with the rest of your assets, thus letting
-you access all your translations offline from client side Javascript.
-
-WWW: https://github.com/webhippie/gettext_i18n_rails_js