diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 22:46:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 22:46:37 +0000 |
commit | 015e63df8fe445955800160a5aef66ebe2058d48 (patch) | |
tree | 614cf3c26ecd2579e122c2722daa817609e10c28 | |
parent | 7bf451a6b93f32e5a3c999003e38413c9e325d86 (diff) | |
download | pkgsrc-015e63df8fe445955800160a5aef66ebe2058d48.tar.gz |
Update to 0.13.2.
This release adds some small speedups, bugfixes, and usability
tweaks, including i18n, FreeBSD fixes, and URL parsing.
-rw-r--r-- | news/gtk2-pan/Makefile | 13 | ||||
-rw-r--r-- | news/gtk2-pan/PLIST | 5 | ||||
-rw-r--r-- | news/gtk2-pan/distinfo | 7 | ||||
-rw-r--r-- | news/gtk2-pan/patches/patch-aa | 19 |
4 files changed, 10 insertions, 34 deletions
diff --git a/news/gtk2-pan/Makefile b/news/gtk2-pan/Makefile index 374c3645620..5e6a49f2dd1 100644 --- a/news/gtk2-pan/Makefile +++ b/news/gtk2-pan/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/24 22:46:37 wiz Exp $ # -DISTNAME= pan-0.13.1 -PKGREVISION= 1 +DISTNAME= pan-0.13.2 CATEGORIES= news MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/SOURCE/ EXTRACT_SUFX= .tar.bz2 @@ -14,10 +13,9 @@ COMMENT= Newsreader for GTK2 BUILD_USES_MSGFMT= YES USE_PERL5= build -USE_X11= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES -CONFIGURE_ENV+= LOCALEDIR="${PKGLOCALEDIR}" LIBS= -lcompat .include "../../converters/libiconv/buildlink2.mk" @@ -27,9 +25,4 @@ LIBS= -lcompat .include "../../devel/gettext-lib/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" -.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") -CC= ${PREFIX}/bin/ptlgcc -.include "../../devel/ptl2/buildlink2.mk" -.endif - .include "../../mk/bsd.pkg.mk" diff --git a/news/gtk2-pan/PLIST b/news/gtk2-pan/PLIST index 4c7c16c6b2d..29c3e120285 100644 --- a/news/gtk2-pan/PLIST +++ b/news/gtk2-pan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/02 03:10:19 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/24 22:46:37 wiz Exp $ bin/pan share/gnome/apps/Internet/pan.desktop ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/pan.mo @@ -33,3 +33,6 @@ ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/pan.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/pan.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/pan.mo share/pixmaps/pan.png +@unexec ${RMDIR} %D/share/gnome/apps/Internet 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gnome 2>/dev/null || ${TRUE} diff --git a/news/gtk2-pan/distinfo b/news/gtk2-pan/distinfo index b70d373272f..30771364a14 100644 --- a/news/gtk2-pan/distinfo +++ b/news/gtk2-pan/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/10/31 17:57:38 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/12/24 22:46:37 wiz Exp $ -SHA1 (pan-0.13.1.tar.bz2) = c2e5c59f2729457b1b9c52d6f95ab34cc843da07 -Size (pan-0.13.1.tar.bz2) = 1658444 bytes -SHA1 (patch-aa) = a4c5f0301deac6eec9bbea5b8d6f86eda86c2069 +SHA1 (pan-0.13.2.tar.bz2) = 70a7ccb97ea5b62c0ee9fa97b3cf5853bba5f075 +Size (pan-0.13.2.tar.bz2) = 1657932 bytes SHA1 (patch-ag) = 4ba365c425f5f754346465d857178331ab47e307 diff --git a/news/gtk2-pan/patches/patch-aa b/news/gtk2-pan/patches/patch-aa deleted file mode 100644 index 9134a362704..00000000000 --- a/news/gtk2-pan/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2002/10/31 17:57:38 wiz Exp $ - ---- configure.orig Sun Oct 13 21:25:00 2002 -+++ configure -@@ -5072,12 +5072,12 @@ if { (eval echo "$as_me:5063: \"$ac_link - echo "$as_me:5072: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - CATOBJEXT=.gmo -- DATADIRNAME=share -+ DATADIRNAME=${LOCALEDIR} - else - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=${LOCALEDIR} - fi - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - INSTOBJEXT=.mo |