pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jul 24 07:09:25 UTC 2016

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

Log Message:
Update to 0.000005
Add missing DEPENDS

Upstream changes:
0.000004  Sat Oct  3 12:42:22 2015

    * Added export of package variables.

    * Fixed filtering of args to IMPORT block (thanks Smylers)

    * Updated docs to explain the syntactic constraints of the
      IMPORT block (thanks Smylers)

    * Updated docs to note incompatibility with Memoize.pm
      (thanks David)

    * Included META files
      (thanks Jarkko)

0.000005  Tue Nov 24 09:16:01 2015

    * Added dependency for PadWalker
      (thanks Dave!)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Perl6-Export-Attrs/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-Attrs/Makefile
diff -u pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.15 pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.16
--- pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile:1.15    Wed Jun  8 19:23:25 2016
+++ pkgsrc/devel/p5-Perl6-Export-Attrs/Makefile Sun Jul 24 07:09:25 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/24 07:09:25 wen Exp $
 
-DISTNAME=      Perl6-Export-Attrs-0.0.3
+DISTNAME=      Perl6-Export-Attrs-0.000005
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     http://search.cpan.org/dist/Pe
 COMMENT=       Perl 5 module implementing Perl 6 symbol export mechanism
 
 #DEPENDS+=     {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
+DEPENDS+=      p5-PadWalker>=0:../../devel/p5-PadWalker
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Perl6/Export/Attrs/.packlist

Index: pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo
diff -u pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.2 pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.3
--- pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo:1.2     Tue Nov  3 03:28:40 2015
+++ pkgsrc/devel/p5-Perl6-Export-Attrs/distinfo Sun Jul 24 07:09:25 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/24 07:09:25 wen Exp $
 
-SHA1 (Perl6-Export-Attrs-0.0.3.tar.gz) = ddfc33148c690c4efc6955a600bebf26ad966819
-RMD160 (Perl6-Export-Attrs-0.0.3.tar.gz) = c6ecb1b7a2fddde0ff260b33867e08dbce5a9772
-SHA512 (Perl6-Export-Attrs-0.0.3.tar.gz) = f722a54c1f95a48c60151106cae8bbeeb2532d18cde1b6ac6b7f2f3d2c0232aae687c4cd79f3a7682090e300bc11e95dec4998a17aa38eac0aa2cee22eea3304
-Size (Perl6-Export-Attrs-0.0.3.tar.gz) = 5132 bytes
+SHA1 (Perl6-Export-Attrs-0.000005.tar.gz) = 619ba0c75d9fb92c076f30d6b1047f305d7e4a5e
+RMD160 (Perl6-Export-Attrs-0.000005.tar.gz) = 300555e2af579666f16da5600e6557ab7532e258
+SHA512 (Perl6-Export-Attrs-0.000005.tar.gz) = 4b9bf7949f630b8dcf5096fbbdd641811e694222a962ce97513ecbe618a1512b8fddbadcae4069a4c7e5a1dc96fa441ca3ad0c88cb2ddfb2a54e23d141833edc
+Size (Perl6-Export-Attrs-0.000005.tar.gz) = 6778 bytes



Home | Main Index | Thread Index | Old Index