diff options
author | adam <adam@pkgsrc.org> | 2011-08-10 06:44:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-10 06:44:29 +0000 |
commit | b9130abebc8ff8e68fef9164724e92f173073424 (patch) | |
tree | 50a7d1221b4861b35c758b1be873cced0cbaafb2 /devel/p5-common-sense | |
parent | ddd82c4e3d11f52fc92fac3cb7e029d9d242d895 (diff) | |
download | pkgsrc-b9130abebc8ff8e68fef9164724e92f173073424.tar.gz |
Changes 3.4:
* remove "regexp" category. this is rather painful as it's a large class, but
unfortunately, somebody thought emitting a warning when you match more than
32kb of text is in some way useful, which spoils the whole category.
* use META.json instead of META.yml - apparently YAML parsers don't actually
exist
Diffstat (limited to 'devel/p5-common-sense')
-rw-r--r-- | devel/p5-common-sense/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-common-sense/Makefile b/devel/p5-common-sense/Makefile index f5d5f7331a8..906ec38b4f4 100644 --- a/devel/p5-common-sense/Makefile +++ b/devel/p5-common-sense/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/08/21 16:34:45 seb Exp $ +# $NetBSD: Makefile,v 1.10 2011/08/10 06:44:29 adam Exp $ -DISTNAME= common-sense-3.3 +DISTNAME= common-sense-3.4 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} |