From owner-svn-ports-all@freebsd.org Wed Jan 29 19:17:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DEFC81FABF1; Wed, 29 Jan 2020 19:17:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487CtP5h2Mz437r; Wed, 29 Jan 2020 19:17:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC22E18E5A; Wed, 29 Jan 2020 19:17:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00TJHn4i018774; Wed, 29 Jan 2020 19:17:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TJHnM2018771; Wed, 29 Jan 2020 19:17:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001291917.00TJHnM2018771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Jan 2020 19:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524604 - head/devel/rubygem-gettext X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-gettext X-SVN-Commit-Revision: 524604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 19:17:49 -0000 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 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/