diff options
author | wiz <wiz> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-11-19 11:50:23 +0000 |
commit | 8770ac15d9582755b0ce133eb0004f0b1601034b (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /www/p5-WWW-Curl/Makefile | |
parent | 07216228a21977c87b5608b08ab106c9b1c2a75f (diff) | |
download | pkgsrc-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/p5-WWW-Curl/Makefile')
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/} |