1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.28.

This commit is contained in:
Joe Marcus Clarke 2003-12-09 02:32:51 +00:00
parent f6ffc475db
commit 4393e2c7c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95445
4 changed files with 16 additions and 4 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= intltool
PORTVERSION= 0.27.2
PORTREVISION= 1
PORTVERSION= 0.28
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.27
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.28
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome/intltool-0.27.2.tar.bz2) = f93e23788f4f50ab557abcddca9ec47f
MD5 (gnome/intltool-0.28.tar.bz2) = 3be8d3993cadad4329f3671cc1932680

View File

@ -0,0 +1,11 @@
--- intltool-merge.in.in.orig Mon Dec 8 21:27:55 2003
+++ intltool-merge.in.in Mon Dec 8 21:28:05 2003
@@ -875,7 +875,7 @@
if ($MULTIPLE_OUTPUT) {
for my $lang (sort keys %po_files_by_lang) {
if ( ! -e $lang ) {
- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
}
open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
my $tree = readXml($FILE);

View File

@ -6,6 +6,7 @@ bin/intltoolize
bin/xml-i18n-toolize
share/aclocal/intltool.m4
share/aclocal/xml-i18n-tools.m4
share/intltool/XML/Parser/Style/OrigTree.pm
share/intltool/intltool-extract.in
share/intltool/intltool-merge.in
share/intltool/intltool-po-Makefile.in.in-patch-1
@ -15,6 +16,7 @@ share/intltool/intltool-po-Makefile.in.in-patch-4
share/intltool/intltool-po-Makefile.in.in-patch-5
share/intltool/intltool-po-Makefile.in.in-patch-6
share/intltool/intltool-po-Makefile.in.in-patch-7
share/intltool/intltool-po-Makefile.in.in-patch-8
share/intltool/intltool-update.in
share/intltool/xml-i18n-po-Makefile.in.in-patch-1
share/intltool/xml-i18n-po-Makefile.in.in-patch-2