[Midnightbsd-cvs] mports [20739] trunk/textproc/intltool: intltool 0.51.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 08:56:24 EST 2015
Revision: 20739
http://svnweb.midnightbsd.org/mports/?rev=20739
Author: laffer1
Date: 2015-11-12 08:56:23 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
intltool 0.51.0
Modified Paths:
--------------
trunk/textproc/intltool/Makefile
trunk/textproc/intltool/distinfo
trunk/textproc/intltool/pkg-plist
Added Paths:
-----------
trunk/textproc/intltool/files/patch-intltoolize.in
Modified: trunk/textproc/intltool/Makefile
===================================================================
--- trunk/textproc/intltool/Makefile 2015-11-12 13:49:52 UTC (rev 20738)
+++ trunk/textproc/intltool/Makefile 2015-11-12 13:56:23 UTC (rev 20739)
@@ -1,10 +1,9 @@
# $MidnightBSD$
PORTNAME= intltool
-PORTVERSION= 0.50.2
-PORTREVISION= 1
+PORTVERSION= 0.51.0
CATEGORIES= textproc gnome
-MASTER_SITES= http://launchpadlibrarian.net/94524169/
+MASTER_SITES= https://launchpad.net/intltool/trunk/$(PORTVERSION)/+download/
DIST_SUBDIR= gnome
MAINTAINER= ports at MidnightBSD.org
Modified: trunk/textproc/intltool/distinfo
===================================================================
--- trunk/textproc/intltool/distinfo 2015-11-12 13:49:52 UTC (rev 20738)
+++ trunk/textproc/intltool/distinfo 2015-11-12 13:56:23 UTC (rev 20739)
@@ -1,2 +1,2 @@
-SHA256 (gnome/intltool-0.50.2.tar.gz) = 67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406
-SIZE (gnome/intltool-0.50.2.tar.gz) = 189483
+SHA256 (gnome/intltool-0.51.0.tar.gz) = 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
+SIZE (gnome/intltool-0.51.0.tar.gz) = 162286
Added: trunk/textproc/intltool/files/patch-intltoolize.in
===================================================================
--- trunk/textproc/intltool/files/patch-intltoolize.in (rev 0)
+++ trunk/textproc/intltool/files/patch-intltoolize.in 2015-11-12 13:56:23 UTC (rev 20739)
@@ -0,0 +1,12 @@
+--- intltoolize.in.orig 2011-10-08 06:16:58 UTC
++++ intltoolize.in
+@@ -233,7 +233,8 @@ exit $status
+ # will be used to pull in the macro.
+ m4dir=`cat "$configure" | grep '^AC_CONFIG_MACRO_DIR' | sed -n -e 's/AC_CONFIG_MACRO_DIR(\([^()]*\))/\1/p' | sed -e 's/^\[\(.*\)\]$/\1/' | sed -e 1q`
+ if test -n "$m4dir"; then
+- rm -f $m4dir/intltool.m4
++ $mkdir -p $m4dir
++ $rm $m4dir/intltool.m4
+ if test -n "$ln_s" && $ln_s $intltool_m4 $m4dir/intltool.m4; then :
+ elif $cp $intltool_m4 $m4dir/intltool.m4; then :
+ else
Property changes on: trunk/textproc/intltool/files/patch-intltoolize.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/textproc/intltool/pkg-plist
===================================================================
--- trunk/textproc/intltool/pkg-plist 2015-11-12 13:49:52 UTC (rev 20738)
+++ trunk/textproc/intltool/pkg-plist 2015-11-12 13:56:23 UTC (rev 20739)
@@ -1,4 +1,3 @@
- at comment $MidnightBSD$
bin/intltool-extract
bin/intltool-merge
bin/intltool-prepare
@@ -6,13 +5,8 @@
bin/intltoolize
share/aclocal/intltool.m4
%%DATADIR%%/Makefile.in.in
-%%DATADIR%%/XML/Parser/Style/OrigTree.pm
man/man8/intltool-extract.8.gz
man/man8/intltool-merge.8.gz
man/man8/intltool-prepare.8.gz
man/man8/intltool-update.8.gz
man/man8/intltoolize.8.gz
- at dirrm %%DATADIR%%/XML/Parser/Style
- at dirrm %%DATADIR%%/XML/Parser
- at dirrm %%DATADIR%%/XML
- at dirrm %%DATADIR%%
More information about the Midnightbsd-cvs
mailing list