pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Perl6-Export



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 29 11:57:24 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Perl6-Export: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Perl6-Export/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Perl6-Export/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Perl6-Export/Makefile
diff -u pkgsrc/devel/p5-Perl6-Export/Makefile:1.12 pkgsrc/devel/p5-Perl6-Export/Makefile:1.13
--- pkgsrc/devel/p5-Perl6-Export/Makefile:1.12  Wed Jun  8 19:23:25 2016
+++ pkgsrc/devel/p5-Perl6-Export/Makefile       Fri Jul 29 11:57:24 2016
@@ -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@localhost
 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

Index: pkgsrc/devel/p5-Perl6-Export/distinfo
diff -u pkgsrc/devel/p5-Perl6-Export/distinfo:1.2 pkgsrc/devel/p5-Perl6-Export/distinfo:1.3
--- pkgsrc/devel/p5-Perl6-Export/distinfo:1.2   Tue Nov  3 03:28:40 2015
+++ pkgsrc/devel/p5-Perl6-Export/distinfo       Fri Jul 29 11:57:24 2016
@@ -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



Home | Main Index | Thread Index | Old Index