pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Algorithm-Permute



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Aug 14 12:00:23 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Algorithm-Permute: Makefile distinfo

Log Message:
Updated devel/p5-Algorithm-Permute to 0.16
------------------------------------------
0.16  Aug 3 2017
    - Really use ppport.h
    - Skip 'Can't goto out' test on Perl <= 5.8.8

0.15  Jul 11 2017
    - Fixed RT#122432
    - C90 compatibility.

0.14  Jul 8 2017
    - Some doc updates.
    - Cleaned up some files in distribution.

0.13  Jul 8 2017
    - SLOYD became co-maintainer.
    - Fixed build problem on Perl 5.24+. RT#112247
    - Refactored tests. RT#31541
    - Fixed issues with "r of n" permutations. RT#77031, RT#45434
(pkgsrc changes)
 - Add following line to test
   BUILD_DEPENDS+=   p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Algorithm-Permute/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Algorithm-Permute/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-Algorithm-Permute/Makefile
diff -u pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.8 pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.9
--- pkgsrc/devel/p5-Algorithm-Permute/Makefile:1.8      Mon Jun  5 14:22:34 2017
+++ pkgsrc/devel/p5-Algorithm-Permute/Makefile  Mon Aug 14 12:00:23 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:22:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/14 12:00:23 mef Exp $
 
-DISTNAME=      Algorithm-Permute-0.12
+DISTNAME=      Algorithm-Permute-0.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Algorithm/}
 
@@ -11,6 +10,9 @@ HOMEPAGE=     http://search.cpan.org/dist/Al
 COMMENT=       Perl module for generating permutations with object oriented interface
 LICENSE=       ${PERL5_LICENSE}
 
+# for make test
+BUILD_DEPENDS+=        p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
+
 PERL5_PACKLIST=                auto/Algorithm/Permute/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Algorithm-Permute/distinfo
diff -u pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.2 pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.3
--- pkgsrc/devel/p5-Algorithm-Permute/distinfo:1.2      Tue Nov  3 03:27:54 2015
+++ pkgsrc/devel/p5-Algorithm-Permute/distinfo  Mon Aug 14 12:00:23 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:54 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/08/14 12:00:23 mef Exp $
 
-SHA1 (Algorithm-Permute-0.12.tar.gz) = 0e82a8cbca7d90fc09a3c8cd8bfe1213a3e9cf1e
-RMD160 (Algorithm-Permute-0.12.tar.gz) = 06e8949a8689aaccefae92727f954c010146202c
-SHA512 (Algorithm-Permute-0.12.tar.gz) = 95d4ef417bd7f781368e15ce35480c0c626c71e48c77912116f627986328cf5b4d15ebccdaf0e4bca2917c028f758374be35fe32f8c588206144cf134d53fb00
-Size (Algorithm-Permute-0.12.tar.gz) = 13187 bytes
+SHA1 (Algorithm-Permute-0.16.tar.gz) = e6609c0d3379bd4e0bcbde9fd90c1e6f9928b5b1
+RMD160 (Algorithm-Permute-0.16.tar.gz) = 9145184fdf7120db4302018215e81d0addf1a61d
+SHA512 (Algorithm-Permute-0.16.tar.gz) = 1d9748903593d065cc8bc7358a5984c0f6c7e8539a175a87e39f30831103f0be8eb00a1a2ce3a8c83660a19f2a082749d23072d79543cae44601898b263aff14
+Size (Algorithm-Permute-0.16.tar.gz) = 73830 bytes



Home | Main Index | Thread Index | Old Index