diff --git a/MOVED b/MOVED index 87648d6e9eabe..f5c1399d94615 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 a77cb58f03cb8..1ccc0d797a4e5 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 2543eeaea6906..0000000000000 --- a/devel/rubygem-gettext_i18n_rails_js-rails60/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Po-Chuan Hsieh - -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 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 739f5b1819146..0000000000000 --- 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 a7790d053d393..0000000000000 --- 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