diff options
author | wiz <wiz> | 2015-06-12 10:50:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-12 10:50:58 +0000 |
commit | 109d06bb01bd9c46c2c18ba6ada14c2aabd27100 (patch) | |
tree | 434a9eb5c8d58e618290f2d270b7f146591b2406 /www/p5-HTTP-Lite | |
parent | 6572511dbc10689c6c5f1ff750ecea57b94b999a (diff) | |
download | pkgsrc-109d06bb01bd9c46c2c18ba6ada14c2aabd27100.tar.gz |
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
Diffstat (limited to 'www/p5-HTTP-Lite')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile index f0260ea91a7..2755d7ad98a 100644 --- a/www/p5-HTTP-Lite/Makefile +++ b/www/p5-HTTP-Lite/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2015/01/12 07:37:07 mef Exp $ +# $NetBSD: Makefile,v 1.17 2015/06/12 10:52:03 wiz Exp $ DISTNAME= HTTP-Lite-2.43 # Preparing if next release is 2.5 (rather than 2.50, use 2.4.3) PKGNAME= p5-${DISTNAME:C/([0-9])\.([0-9])([0-9]*)/\1.\2.\3/} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} |