diff options
author | sno <sno@pkgsrc.org> | 2014-02-16 19:20:00 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-16 19:20:00 +0000 |
commit | 63ec9d7f0474870b9d1afbb578ea5daf7c73019c (patch) | |
tree | d4c6b5724a98e0808b1f8fed8c6b6cbbf2e2f77c | |
parent | 00c8d34e8015ef601af8e1a3f9e151531d818252 (diff) | |
download | pkgsrc-63ec9d7f0474870b9d1afbb578ea5daf7c73019c.tar.gz |
Updating package for Perl5 module Sub::Install from CPAN in
devel/p5-Sub-Install from 0.926nb2 to 0.927.
Upstream changes:
0.927 2013-10-15 22:46:38 America/New_York
rebuild using Dist::Zilla, update links to repo, metadata, etc.
typo fixes, thanks David Steinbrunner
-rw-r--r-- | devel/p5-Sub-Install/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Sub-Install/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Sub-Install/distinfo | 8 |
3 files changed, 13 insertions, 15 deletions
diff --git a/devel/p5-Sub-Install/DESCR b/devel/p5-Sub-Install/DESCR index 3053bb42208..1c2957f1c6c 100644 --- a/devel/p5-Sub-Install/DESCR +++ b/devel/p5-Sub-Install/DESCR @@ -1,5 +1,3 @@ -This module provides a simple routine for installing code into -packages without looking at typeglobs or thinking about warnings -or strictures. - -It also doesn't muddy up UNIVERSAL. +This module makes it easy to install subroutines into packages without the +unsightly mess of "no strict" or typeglobs lying about where just anyone +can see them. diff --git a/devel/p5-Sub-Install/Makefile b/devel/p5-Sub-Install/Makefile index b0bb47abd1f..97fbdb24039 100644 --- a/devel/p5-Sub-Install/Makefile +++ b/devel/p5-Sub-Install/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:44 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/02/16 19:20:00 sno Exp $ +# -DISTNAME= Sub-Install-0.926 +DISTNAME= Sub-Install-0.927 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Sub-Install/ +HOMEPAGE= https://metacpan.org/release/Sub-Install COMMENT= Install subroutines into packages easily LICENSE= ${PERL5_LICENSE} -PERL5_PACKLIST= auto/Sub/Install/.packlist +PERL5_PACKLIST= auto/Sub/Install/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Sub-Install/distinfo b/devel/p5-Sub-Install/distinfo index f2a4a0457cf..e54a9853763 100644 --- a/devel/p5-Sub-Install/distinfo +++ b/devel/p5-Sub-Install/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/07/06 11:32:01 sno Exp $ +$NetBSD: distinfo,v 1.4 2014/02/16 19:20:00 sno Exp $ -SHA1 (Sub-Install-0.926.tar.gz) = 7a7731ef3a7e51f77c5ffc2eeb857398748887d1 -RMD160 (Sub-Install-0.926.tar.gz) = b438897a8cc05d006e3756bbbeb236630fce9dc2 -Size (Sub-Install-0.926.tar.gz) = 15065 bytes +SHA1 (Sub-Install-0.927.tar.gz) = 865e474332e304c9781cc2650c303b13da43b79c +RMD160 (Sub-Install-0.927.tar.gz) = 650e050cfa3628698357fa92ebcd5ccc267fac89 +Size (Sub-Install-0.927.tar.gz) = 17583 bytes |