diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 23:41:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 23:41:10 +0000 |
commit | a9e0335aedc0b43484f67104d9eaeb43d6e9d174 (patch) | |
tree | b0398a4eb5b8e5151588d8158278e1942ae676fa /devel | |
parent | 35bd575bf4c4726dfe8ff0c1a40325cbd91d60c7 (diff) | |
download | pkgsrc-a9e0335aedc0b43484f67104d9eaeb43d6e9d174.tar.gz |
Updating devel/p5-Smart-Comments from 1.0.3 to 1.0.4
pkgsrc changes:
- Add license definition
- Add module type
Upstream changes:
1.0.4
- List of changes reversed
- Require perl 5.8
- Better requirements
- Better META.yml
- Add small hack for 64 bit
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Smart-Comments/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-Smart-Comments/distinfo | 8 |
2 files changed, 13 insertions, 11 deletions
diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index c1814d81b9e..c7b838803c7 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -1,22 +1,24 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:59 he Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/16 23:41:10 sno Exp $ # -DISTNAME= Smart-Comments-v1.0.3 -PKGNAME= p5-Smart-Comments-1.0.3 -PKGREVISION= 1 +DISTNAME= Smart-Comments-1.0.4 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Smart-Comments/ COMMENT= Perl 5 module to insert debugging and tracking code easily +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-version-[0-9]*:../../devel/p5-version +DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Smart/Comments/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Smart/Comments/.packlist +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Smart-Comments/distinfo b/devel/p5-Smart-Comments/distinfo index f963b36d44c..df83c17b43f 100644 --- a/devel/p5-Smart-Comments/distinfo +++ b/devel/p5-Smart-Comments/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/26 06:52:00 seb Exp $ +$NetBSD: distinfo,v 1.3 2010/03/16 23:41:10 sno Exp $ -SHA1 (Smart-Comments-v1.0.3.tar.gz) = d1d23c393ad47a4e21fe60944b636b4fc61b239f -RMD160 (Smart-Comments-v1.0.3.tar.gz) = 386b5ace0b35174c2d32de98214d62a9d4343389 -Size (Smart-Comments-v1.0.3.tar.gz) = 14904 bytes +SHA1 (Smart-Comments-1.0.4.tar.gz) = 900d402f3720e04cda26a47e9acf7fd1c759c918 +RMD160 (Smart-Comments-1.0.4.tar.gz) = f4244f1cdfcd03bd78ffb16c6f96fc693afc2e58 +Size (Smart-Comments-1.0.4.tar.gz) = 17904 bytes |