Date: Wed, 29 Jan 2020 19:17:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524604 - head/devel/rubygem-gettext Message-ID: <202001291917.00TJHnM2018771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 29 19:17:48 2020 New Revision: 524604 URL: https://svnweb.freebsd.org/changeset/ports/524604 Log: Update to 3.2.9 - Update WWW - Take maintainership Changes: https://github.com/ruby-gettext/gettext/blob/master/doc/text/news.md PR: 243341 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days) Modified: head/devel/rubygem-gettext/Makefile head/devel/rubygem-gettext/distinfo head/devel/rubygem-gettext/pkg-descr Modified: head/devel/rubygem-gettext/Makefile ============================================================================== --- head/devel/rubygem-gettext/Makefile Wed Jan 29 19:17:43 2020 (r524603) +++ head/devel/rubygem-gettext/Makefile Wed Jan 29 19:17:48 2020 (r524604) @@ -2,11 +2,11 @@ # $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 @@ -15,11 +15,13 @@ 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 <bsd.port.mk> Modified: head/devel/rubygem-gettext/distinfo ============================================================================== --- head/devel/rubygem-gettext/distinfo Wed Jan 29 19:17:43 2020 (r524603) +++ head/devel/rubygem-gettext/distinfo Wed Jan 29 19:17:48 2020 (r524604) @@ -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 Modified: head/devel/rubygem-gettext/pkg-descr ============================================================================== --- head/devel/rubygem-gettext/pkg-descr Wed Jan 29 19:17:43 2020 (r524603) +++ head/devel/rubygem-gettext/pkg-descr Wed Jan 29 19:17:48 2020 (r524604) @@ -2,4 +2,4 @@ Ruby GetText Package is Native Language Support Librar 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001291917.00TJHnM2018771>