diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 1c3f6b6c2cf3f63b145d6432ec954fd675323060 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /news | |
parent | 5db65af1585863fee1adec6a430a04af777f8c9d (diff) | |
download | pkgsrc-1c3f6b6c2cf3f63b145d6432ec954fd675323060.tar.gz |
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 4 | ||||
-rw-r--r-- | news/lottanzb/Makefile | 4 | ||||
-rw-r--r-- | news/pan/Makefile | 4 | ||||
-rw-r--r-- | news/slrn/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 09124d9bcb0..c3511aea6f7 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2010/01/18 09:59:21 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2010/06/13 22:45:13 wiz Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= news x11 MASTER_SITES= http://www.matematik.su.se/~kjj/ diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 896f8a2afca..bd7fd4c8917 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/09/12 21:07:01 snj Exp $ +# $NetBSD: Makefile,v 1.8 2010/06/13 22:45:13 wiz Exp $ DISTNAME= lottanzb-0.4.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.lottanzb.org/releases/ diff --git a/news/pan/Makefile b/news/pan/Makefile index 83c4f6a0c11..2857a70dd4f 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2009/08/26 19:58:12 sno Exp $ +# $NetBSD: Makefile,v 1.57 2010/06/13 22:45:13 wiz Exp $ # DISTNAME= pan-0.133 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= news MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/source/ EXTRACT_SUFX= .tar.bz2 diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 5bb6329df87..093806009ba 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2010/01/21 23:32:10 heinz Exp $ +# $NetBSD: Makefile,v 1.46 2010/06/13 22:45:13 wiz Exp $ DISTNAME= slrn-0.9.9p1 +PKGREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ EXTRACT_SUFX= .tar.gz |