diff options
author | wen <wen@pkgsrc.org> | 2016-07-29 11:57:24 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-07-29 11:57:24 +0000 |
commit | 49dc5e3fd5242051371e6c70e63d601baf05ed86 (patch) | |
tree | 111c17145ef9c64a120fda5f8e208793dd3ff38c | |
parent | 611460cda451baa9973853c1e3704ffec9d415c6 (diff) | |
download | pkgsrc-49dc5e3fd5242051371e6c70e63d601baf05ed86.tar.gz |
Update to 0.009
Add LICENSE
Upstream changes:
0.008 Sat Oct 3 20:26:28 2015
- Fixed problems when exporting under 'use strict'
- Added support for Perl 6 IMPORT blocks
- unknitted POD nit (thanks Steve)
- Added META files (thanks Jarkko)
0.009 Tue Nov 24 09:12:06 2015
-rw-r--r-- | devel/p5-Perl6-Export/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Perl6-Export/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile index c6d736e279d..29c6f738fab 100644 --- a/devel/p5-Perl6-Export/Makefile +++ b/devel/p5-Perl6-Export/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2016/06/08 19:23:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/07/29 11:57:24 wen Exp $ # -DISTNAME= Perl6-Export-0.07 +DISTNAME= Perl6-Export-0.009 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/} MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/dist/Perl6-Export/ COMMENT= Implements the Perl 6 'is export(...)' trait +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Perl6/Export/.packlist diff --git a/devel/p5-Perl6-Export/distinfo b/devel/p5-Perl6-Export/distinfo index 894ba65987e..0adf70935f7 100644 --- a/devel/p5-Perl6-Export/distinfo +++ b/devel/p5-Perl6-Export/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:28:40 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/29 11:57:24 wen Exp $ -SHA1 (Perl6-Export-0.07.tar.gz) = 23c4516253fa4390ea4a1be49563b29c7180ace4 -RMD160 (Perl6-Export-0.07.tar.gz) = 2293703d8a3d9306b98ac8fbc08cbf84deb3308e -SHA512 (Perl6-Export-0.07.tar.gz) = ab744156ce8e3e3144b75bf977a6128014892f416a2303a007b144233de036316faf9128d4ab4691d08a4f40e53876cd7a49758cd86342dee736b97c0ca17ac6 -Size (Perl6-Export-0.07.tar.gz) = 3544 bytes +SHA1 (Perl6-Export-0.009.tar.gz) = 96e8247d3d25d870a8499d68691c5ff9f8a6a9d0 +RMD160 (Perl6-Export-0.009.tar.gz) = 972764d93c8c0bfc49c5cd91334a14eb44727386 +SHA512 (Perl6-Export-0.009.tar.gz) = d97ec153e0877a668c55271445cc7f200e40732035a6ff1fe5ad2030ca873eb130eae0627ad491dd93b76abfb51e9c01f2267499ec32f8b2e9e5537d9d2c3a5c +Size (Perl6-Export-0.009.tar.gz) = 4907 bytes |