diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-17 16:45:25 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-17 16:45:25 +0000 |
commit | fe9409f2b4e74e086fb65ec2bfd204fd0783a5e1 (patch) | |
tree | 79e83786e4be3e05daa9fbe819d8263370db7faf /news/pan | |
parent | 2e3a02ae7cff0baf3ed2b290ed50f7de6d39de02 (diff) | |
download | FreeBSD-ports-fe9409f2b4e74e086fb65ec2bfd204fd0783a5e1.zip FreeBSD-ports-fe9409f2b4e74e086fb65ec2bfd204fd0783a5e1.tar.gz |
Update to 0.11.4.
Diffstat (limited to 'news/pan')
-rw-r--r-- | news/pan/Makefile | 6 | ||||
-rw-r--r-- | news/pan/distinfo | 2 | ||||
-rw-r--r-- | news/pan/files/patch-po::Makefile.in.in | 23 |
3 files changed, 16 insertions, 15 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index cfd8054..b152df2 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pan -PORTVERSION= 0.11.3 +PORTVERSION= 0.11.4 CATEGORIES= news gnome -MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ - http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \ +MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCES/ \ + http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCES/ \ ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/pan diff --git a/news/pan/distinfo b/news/pan/distinfo index 795365e..8b0502b 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1 +1 @@ -MD5 (gnome/pan-0.11.3.tar.bz2) = 0d7aec14f5f8d8a7f8bcb1d42117c98f +MD5 (gnome/pan-0.11.4.tar.bz2) = 22993c47af617086b34211f707a84ace diff --git a/news/pan/files/patch-po::Makefile.in.in b/news/pan/files/patch-po::Makefile.in.in index 216e106f..c5ef826 100644 --- a/news/pan/files/patch-po::Makefile.in.in +++ b/news/pan/files/patch-po::Makefile.in.in @@ -1,14 +1,15 @@ $FreeBSD$ ---- po/Makefile.in.in 2001/09/11 16:16:39 1.1 -+++ po/Makefile.in.in 2001/09/11 16:16:49 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ +--- po/Makefile.in.in 2002/07/17 16:16:17 1.1 ++++ po/Makefile.in.in 2002/07/17 16:18:01 +@@ -60,6 +60,9 @@ + .SUFFIXES: + .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat + ++zh_CN.mo: zh_CN.po ++ OLD_PO_FILE_INPUT=1 msgfmt -o $@ $< ++ + .c.o: + $(COMPILE) $< + |