summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2006-11-19 11:50:23 +0000
committerwiz <wiz>2006-11-19 11:50:23 +0000
commit8770ac15d9582755b0ce133eb0004f0b1601034b (patch)
treeffee6335b2bba2ba7848a7088adea5af2e248190 /www
parent07216228a21977c87b5608b08ab106c9b1c2a75f (diff)
downloadpkgsrc-8770ac15d9582755b0ce133eb0004f0b1601034b.tar.gz
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
Diffstat (limited to 'www')
-rw-r--r--www/curl/buildlink3.mk4
-rw-r--r--www/drivel/Makefile4
-rw-r--r--www/p5-WWW-Curl/Makefile4
-rw-r--r--www/php-curl/Makefile3
-rw-r--r--www/py-curl/Makefile4
5 files changed, 10 insertions, 9 deletions
diff --git a/www/curl/buildlink3.mk b/www/curl/buildlink3.mk
index be05bbd67a4..8d3ddf5f0cf 100644
--- a/www/curl/buildlink3.mk
+++ b/www/curl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2006/07/08 23:11:12 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2006/11/19 11:50:23 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
CURL_BUILDLINK3_MK:= ${CURL_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}curl
.if !empty(CURL_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.curl+= curl>=7.12.3
-BUILDLINK_ABI_DEPENDS.curl+= curl>=7.15.3
+BUILDLINK_ABI_DEPENDS.curl+= curl>=7.16.0
BUILDLINK_PKGSRCDIR.curl?= ../../www/curl
.endif # CURL_BUILDLINK3_MK
diff --git a/www/drivel/Makefile b/www/drivel/Makefile
index d60926a55d0..f404754676e 100644
--- a/www/drivel/Makefile
+++ b/www/drivel/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2006/09/16 12:20:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.36 2006/11/19 11:50:25 wiz Exp $
#
DISTNAME= drivel-2.0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=drivel/}
EXTRACT_SUFX= .tar.bz2
diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile
index cf033c2c313..8c636bf6740 100644
--- a/www/p5-WWW-Curl/Makefile
+++ b/www/p5-WWW-Curl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:27 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/11/19 11:50:25 wiz Exp $
#
DISTNAME= WWW-Curl-2.0
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile
index c0f0a8f79f4..3a03fb64314 100644
--- a/www/php-curl/Makefile
+++ b/www/php-curl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/11/01 11:34:31 tron Exp $
+# $NetBSD: Makefile,v 1.12 2006/11/19 11:50:25 wiz Exp $
MODNAME= curl
+PKGREVISION= 1
CATEGORIES+= www
COMMENT= PHP extension for curl functions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile
index c7aff8004cf..ca57784d42d 100644
--- a/www/py-curl/Makefile
+++ b/www/py-curl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2006/10/04 22:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/11/19 11:50:25 wiz Exp $
DISTNAME= pycurl-7.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= http://pycurl.sourceforge.net/download/