Index: head/devel/rubygem-gettext/Makefile =================================================================== --- head/devel/rubygem-gettext/Makefile (revision 524603) +++ head/devel/rubygem-gettext/Makefile (revision 524604) @@ -1,25 +1,27 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= gettext -PORTVERSION= 3.2.6 +PORTVERSION= 3.2.9 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= knu@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby implementation of the gettext library LICENSE= RUBY LGPL3 LICENSE_COMB= dual RUN_DEPENDS= rubygem-locale>=2.0.5:devel/rubygem-locale \ rubygem-text>=1.3.0:textproc/rubygem-text +USES= gem shebangfix +USE_RUBY= yes + NO_ARCH= yes -USE_RUBY= yes -USES= gem shebangfix -SHEBANG_FILES= samples/*.rb samples/cgi/*.rb PLIST_FILES= bin/rmsgcat bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext + +SHEBANG_FILES= samples/*.rb samples/cgi/*.rb .include Index: head/devel/rubygem-gettext/distinfo =================================================================== --- head/devel/rubygem-gettext/distinfo (revision 524603) +++ head/devel/rubygem-gettext/distinfo (revision 524604) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514155079 -SHA256 (rubygem/gettext-3.2.6.gem) = 8c1ee218e9b64e63adb657a56e68a0cf35a1bf4c39029695c7096a65383379fe -SIZE (rubygem/gettext-3.2.6.gem) = 284672 +TIMESTAMP = 1578674642 +SHA256 (rubygem/gettext-3.2.9.gem) = 990392498a757dce3936ddaf4a65fefccbdf0ca9c62d51af57c032f58edcc41c +SIZE (rubygem/gettext-3.2.9.gem) = 285696 Index: head/devel/rubygem-gettext/pkg-descr =================================================================== --- head/devel/rubygem-gettext/pkg-descr (revision 524603) +++ head/devel/rubygem-gettext/pkg-descr (revision 524604) @@ -1,5 +1,5 @@ Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText. -WWW: http://ruby-gettext.github.com/ +WWW: http://ruby-gettext.github.io/