svn commit: r303588 - head/devel/rubygem-gettext
Akinori MUSHA
knu at FreeBSD.org
Mon Sep 3 05:27:01 UTC 2012
Author: knu
Date: Mon Sep 3 05:27:00 2012
New Revision: 303588
URL: http://svn.freebsd.org/changeset/ports/303588
Log:
Update to 2.3.0.
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 Mon Sep 3 05:17:43 2012 (r303587)
+++ head/devel/rubygem-gettext/Makefile Mon Sep 3 05:27:00 2012 (r303588)
@@ -6,7 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 2.2.1
+PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -18,6 +18,6 @@ RUN_DEPENDS= rubygem-locale>=2.0.5:${POR
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/rgettext bin/rmsgfmt bin/rmsgmerge
+PLIST_FILES= bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext
.include <bsd.port.mk>
Modified: head/devel/rubygem-gettext/distinfo
==============================================================================
--- head/devel/rubygem-gettext/distinfo Mon Sep 3 05:17:43 2012 (r303587)
+++ head/devel/rubygem-gettext/distinfo Mon Sep 3 05:27:00 2012 (r303588)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/gettext-2.2.1.gem) = 80880a4e0fa6d04eb5f774768e62f98dc82c549ba905195370e99b5cb8c6a573
-SIZE (rubygem/gettext-2.2.1.gem) = 172032
+SHA256 (rubygem/gettext-2.3.0.gem) = d846e0020956226884cbbf8deb22098077a30b153af8bb8ac129a1b540e704a0
+SIZE (rubygem/gettext-2.3.0.gem) = 177664
Modified: head/devel/rubygem-gettext/pkg-descr
==============================================================================
--- head/devel/rubygem-gettext/pkg-descr Mon Sep 3 05:17:43 2012 (r303587)
+++ head/devel/rubygem-gettext/pkg-descr Mon Sep 3 05:27:00 2012 (r303588)
@@ -2,5 +2,6 @@ Ruby GetText Package is Native Language
which modeled after GNU GetText package, but the API is simpler than
that of GNU GetText.
-Author: Masao Mutoh <mutomasa at gmail.com>
-WWW: http://gettext.rubyforge.org/
+Authors: Kouhei Sutou <kou at clear-code.com>
+ Masao Mutoh <mutomasa at gmail.com>
+WWW: http://ruby-gettext.github.com/
More information about the svn-ports-all
mailing list