pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Function-Parameters



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 10:35:16 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Function-Parameters: Makefile distinfo

Log Message:
p5-Function-Parameters: update to 2.001001.

2.001001  2017-07-12
          - fix duplicate type check on invocant:
                method foo(T $self: $x) { ... }
                # every call to foo() performs T->check($self) twice
          - clean up how type errors refer to parameters (now it's
            "parameter $N" for non-invocant parameters and "invocant $N" for
            invocants (or just "invocant" if there is exactly one))
          - rewrite pragma implementation and the way %^H is used
          - remove several internal package variables

2.000007  2017-05-15
          - no real code changes
          - extend bug #129090 workaround to perl 5.25.5
          - try to detect broken Moose installs earlier
          - fix declaration of developer dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Function-Parameters/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Function-Parameters/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-Function-Parameters/Makefile
diff -u pkgsrc/devel/p5-Function-Parameters/Makefile:1.4 pkgsrc/devel/p5-Function-Parameters/Makefile:1.5
--- pkgsrc/devel/p5-Function-Parameters/Makefile:1.4    Mon Jun  5 14:23:02 2017
+++ pkgsrc/devel/p5-Function-Parameters/Makefile        Sun Sep 17 10:35:15 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/06/05 14:23:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/17 10:35:15 wiz Exp $
 
-DISTNAME=      Function-Parameters-2.000006
+DISTNAME=      Function-Parameters-2.001001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/}
 
@@ -12,6 +11,7 @@ COMMENT=      Perl5 subroutine definitions wi
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+=      p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
 # for make test
 BUILD_DEPENDS+=        p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self
 

Index: pkgsrc/devel/p5-Function-Parameters/distinfo
diff -u pkgsrc/devel/p5-Function-Parameters/distinfo:1.3 pkgsrc/devel/p5-Function-Parameters/distinfo:1.4
--- pkgsrc/devel/p5-Function-Parameters/distinfo:1.3    Wed Apr 19 12:01:43 2017
+++ pkgsrc/devel/p5-Function-Parameters/distinfo        Sun Sep 17 10:35:15 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/04/19 12:01:43 mef Exp $
+$NetBSD: distinfo,v 1.4 2017/09/17 10:35:15 wiz Exp $
 
-SHA1 (Function-Parameters-2.000006.tar.gz) = 97309bd0ff60dfd2508c86873c294e01b7689b86
-RMD160 (Function-Parameters-2.000006.tar.gz) = ba380830ffaa3c74041826a5750a6f60abdf9ac6
-SHA512 (Function-Parameters-2.000006.tar.gz) = bcdd459df279200e2b1a14d5b83cb2d89895e12ff51a9459a0d49c5d3359e3e26b3f19d6f2b21bcdcdfa0a59767c90bc18afd4119b3f3094735136ecc924e0f5
-Size (Function-Parameters-2.000006.tar.gz) = 87585 bytes
+SHA1 (Function-Parameters-2.001001.tar.gz) = 6bc23af44697bf5da3c80e88a876909a175c8ee6
+RMD160 (Function-Parameters-2.001001.tar.gz) = c5b9f010f5b7f95eddda002b86dee5b86e51b385
+SHA512 (Function-Parameters-2.001001.tar.gz) = 19cb7b4f7b9cf12e4ea00c8b2e91273775c1399873b3db75317030adbcf8877830cc08991982e9bb2c695c09f7f2bec5b34894257cc8a5c8b12b75901062f417
+Size (Function-Parameters-2.001001.tar.gz) = 89760 bytes



Home | Main Index | Thread Index | Old Index