diff options
author | seb <seb@pkgsrc.org> | 2010-07-27 15:12:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-27 15:12:59 +0000 |
commit | 4a63d5647a46347a2124ad356d6bdbb0d67a8141 (patch) | |
tree | bfa2d8c3bed3544d7ea0b47a5296730e14e32841 /devel/p5-File-ChangeNotify | |
parent | 53466128fd1950725cfa061ad2a72cfa56d3620a (diff) | |
download | pkgsrc-4a63d5647a46347a2124ad356d6bdbb0d67a8141.tar.gz |
Update p5-File-ChangeNotify from version 0.13 to version 0.16.
Pkgsrc changes:
- adjust dependencies
- adjust LICENSE
Upstream changes:
0.16 2010-07-12
- Changes to avoid a warning about a useless coercion from future versions of
Moose.
0.15 2010-07-09
- Add a missing prereq, namespace::autoclean.
0.14 2010-07-08
- Running the tests left behind a lot of temp directories that should have
been cleaned up, but weren't. Reported by Peter Edwards. RT #59125.
- License is now Artistic 2.0
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 6da25d102c0..ec6dac39bba 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/04/25 13:19:20 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/07/27 15:12:59 seb Exp $ # -DISTNAME= File-ChangeNotify-0.13 +DISTNAME= File-ChangeNotify-0.16 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= devel perl5 @@ -10,17 +10,18 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-ChangeNotify/ COMMENT= Watch for changes to files, cross-platform style -LICENSE= ${PERL5_LICENSE} +LICENSE= artistic-2.0 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= p5-Module-Build>=0.3601:../../devel/p5-Module-Build +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP -DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor -DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/File/ChangeNotify/.packlist diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index c6cdc690896..e6d63bcc26a 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/04/25 13:19:20 seb Exp $ +$NetBSD: distinfo,v 1.6 2010/07/27 15:12:59 seb Exp $ -SHA1 (File-ChangeNotify-0.13.tar.gz) = 59c122149c26b2aaea0a3629db13676c09526ea3 -RMD160 (File-ChangeNotify-0.13.tar.gz) = 265b6289df9441aeb7b87726e66052d8a9d0ebdb -Size (File-ChangeNotify-0.13.tar.gz) = 18155 bytes +SHA1 (File-ChangeNotify-0.16.tar.gz) = 58cbcad8441a9a6b222352e10706ab1d1b19aa57 +RMD160 (File-ChangeNotify-0.16.tar.gz) = d0bed1704923af1ca23d777485fdda61e0aea513 +Size (File-ChangeNotify-0.16.tar.gz) = 19652 bytes |