diff options
author | tron <tron> | 2014-02-12 23:18:26 +0000 |
---|---|---|
committer | tron <tron> | 2014-02-12 23:18:26 +0000 |
commit | 75ea1fb4e561d593ab132656ac376dcd1de1274c (patch) | |
tree | cbffc12bc4288b42f6a94193463788617531bade /www/curl | |
parent | 8c07f6366b3ba853a09aa2113e2809fc16383ead (diff) | |
download | pkgsrc-75ea1fb4e561d593ab132656ac376dcd1de1274c.tar.gz |
Recursive PKGREVISION bump for OpenSSL API version bump.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 3 | ||||
-rw-r--r-- | www/curl/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index a2637a94b18..92ff2a29bb4 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.134 2014/02/01 11:07:14 adam Exp $ +# $NetBSD: Makefile,v 1.135 2014/02/12 23:18:44 tron Exp $ DISTNAME= curl-7.35.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ diff --git a/www/curl/buildlink3.mk b/www/curl/buildlink3.mk index 42b862d77ba..ca63d89c161 100644 --- a/www/curl/buildlink3.mk +++ b/www/curl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2013/04/02 20:14:31 agc Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2014/02/12 23:18:44 tron Exp $ BUILDLINK_TREE+= curl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= curl CURL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.curl+= curl>=7.12.3 -BUILDLINK_ABI_DEPENDS.curl+= curl>=7.28.1nb2 +BUILDLINK_ABI_DEPENDS.curl+= curl>=7.35.0nb1 BUILDLINK_PKGSRCDIR.curl?= ../../www/curl pkgbase:= curl |