diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-15 13:07:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-15 13:07:20 +0800 |
commit | 37c35892f39041068afb64bad8a1427f457ef683 (patch) | |
tree | 294961164c3e7c402ceaaa47e150e8198e18f402 | |
parent | 460a9246a0cb9fd01ec65cf58f02fff25e01cd26 (diff) | |
download | marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar.gz marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar.bz2 marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar.lz marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar.xz marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.tar.zst marcuscom-ports-37c35892f39041068afb64bad8a1427f457ef683.zip |
- Update to 0.108.
- Our patches have been included in the tarball.
- Fix a crash that I have reported.
- Comment out on those libgnome stuff; it seems has disappear in this version,
so keep them there for at the moment until one of us know for sure that it's
remove for good.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7062 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | news/pan-devel/Makefile | 24 | ||||
-rw-r--r-- | news/pan-devel/distinfo | 6 | ||||
-rw-r--r-- | news/pan-devel/files/patch-pan.desktop.in | 7 |
3 files changed, 13 insertions, 24 deletions
diff --git a/news/pan-devel/Makefile b/news/pan-devel/Makefile index 89ef78656..b6d3840a3 100644 --- a/news/pan-devel/Makefile +++ b/news/pan-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/news/pan-devel/Makefile,v 1.3 2006/08/09 00:57:01 ahze Exp $ +# $MCom: ports/news/pan-devel/Makefile,v 1.4 2006/08/10 17:55:02 mezz Exp $ PORTNAME= pan -PORTVERSION= 0.107 +PORTVERSION= 0.108 CATEGORIES= news gnome -MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ +MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -37,16 +37,12 @@ LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell .endif -.if ${HAVE_GNOME:Mlibgnome}!="" -USE_GNOME+= libgnome -CONFIGURE_ARGS+= --with-gnome -PKGNAMESUFFIX:= -gnome -.else -CONFIGURE_ARGS+= --without-gnome -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \ - ${WRKSRC}/Makefile.in +#.if ${HAVE_GNOME:Mlibgnome}!="" +#USE_GNOME+= libgnome +#CONFIGURE_ARGS+= --with-gnome +#PKGNAMESUFFIX:= -gnome +#.else +#CONFIGURE_ARGS+= --without-gnome +#.endif .include <bsd.port.post.mk> diff --git a/news/pan-devel/distinfo b/news/pan-devel/distinfo index c631b73fe..2aa3a68de 100644 --- a/news/pan-devel/distinfo +++ b/news/pan-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pan-0.107.tar.bz2) = 94c02219852a1adf1b36e2a414eababd -SHA256 (gnome2/pan-0.107.tar.bz2) = 881f298e4f7362f3a025e28d680d92bd1d11ec3aaa05029aedc7bb85e93c3934 -SIZE (gnome2/pan-0.107.tar.bz2) = 1512951 +MD5 (gnome2/pan-0.108.tar.bz2) = cd29866a37dd3134686eba976a2bb2a7 +SHA256 (gnome2/pan-0.108.tar.bz2) = 26c7a00e9a3823a0c1cdcb2aa5a77c6b7cff9e090a21d0f6bbd99ed8a52d9f39 +SIZE (gnome2/pan-0.108.tar.bz2) = 1411196 diff --git a/news/pan-devel/files/patch-pan.desktop.in b/news/pan-devel/files/patch-pan.desktop.in deleted file mode 100644 index 19781ac29..000000000 --- a/news/pan-devel/files/patch-pan.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ ---- pan.desktop.in.orig Sun Feb 27 16:13:23 2005 -+++ pan.desktop.in Sun Feb 27 16:14:07 2005 -@@ -6,3 +6,4 @@ - Icon=pan.png - Terminal=false - Type=Application -+Categories=Application;Network;News; |