diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-03 15:59:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-03 15:59:12 +0000 |
commit | f472d1ec5e3c5b6c0c2beeac1a9b351a12151e9c (patch) | |
tree | 7dc83a9e201f36a6b7ea5c543d7e61ac478f49e6 /www | |
parent | 763c7762f4c32c7b1c2f95f5bbac6cfec4e5d687 (diff) | |
download | pkgsrc-f472d1ec5e3c5b6c0c2beeac1a9b351a12151e9c.tar.gz |
Bump PKGREVISION because of curl dependency bump.
Diffstat (limited to 'www')
-rw-r--r-- | www/drivel/Makefile | 3 | ||||
-rw-r--r-- | www/php-curl/Makefile | 4 | ||||
-rw-r--r-- | www/py-curl/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/drivel/Makefile b/www/drivel/Makefile index 16f5d61aba4..8fbee79627f 100644 --- a/www/drivel/Makefile +++ b/www/drivel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/12/04 17:35:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2005/01/03 15:59:12 wiz Exp $ # DISTNAME= drivel-1.2.3 +PKGREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=drivel/} EXTRACT_SUFX= .tar.bz2 diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 6a413d384cb..80b491864bd 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/03 15:59:12 wiz Exp $ MODNAME= curl -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES+= www COMMENT= PHP extension for curl functions diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 298299b9ff9..11bad131123 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2004/11/28 13:04:03 recht Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/03 15:59:12 wiz Exp $ DISTNAME= pycurl-7.12.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://pycurl.sourceforge.net/download/ |