pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Set-Object



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 18 00:18:59 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Set-Object: Makefile distinfo

Log Message:
(devel/p5-Set-Object) Updated

1.40, 2020-01-19
    *   Fixed perl5.28 regressions (not cperl), for @$set args to other set
        functions. (RT #131345). Fixed by adding missing SvGETMAGIC
        expansions to all args.

    *   Bumped minimal required perl version to 5.8 for arrayref @$set
        behavior.

    *   Fixed the smokers and some author tests.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Set-Object/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Set-Object/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-Set-Object/Makefile
diff -u pkgsrc/devel/p5-Set-Object/Makefile:1.23 pkgsrc/devel/p5-Set-Object/Makefile:1.24
--- pkgsrc/devel/p5-Set-Object/Makefile:1.23    Sun Aug 11 13:20:18 2019
+++ pkgsrc/devel/p5-Set-Object/Makefile Sat Apr 18 00:18:59 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2019/08/11 13:20:18 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/04/18 00:18:59 mef Exp $
 
-DISTNAME=      Set-Object-1.39
+DISTNAME=      Set-Object-1.40
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Set/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://metacpan.org/release/S
 COMMENT=       Perl module to manage sets of objects
 LICENSE=       artistic-2.0
 
-USE_LANGUAGES= c
+USE_LANGUAGES+=        c # As said c is set as default, but necessary
 PERL5_PACKLIST=        auto/Set/Object/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-Set-Object/distinfo
diff -u pkgsrc/devel/p5-Set-Object/distinfo:1.11 pkgsrc/devel/p5-Set-Object/distinfo:1.12
--- pkgsrc/devel/p5-Set-Object/distinfo:1.11    Wed Jan 10 08:52:58 2018
+++ pkgsrc/devel/p5-Set-Object/distinfo Sat Apr 18 00:18:59 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/01/10 08:52:58 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/04/18 00:18:59 mef Exp $
 
-SHA1 (Set-Object-1.39.tar.gz) = 958da69bfa1ff14656aca21722a39eefd260b840
-RMD160 (Set-Object-1.39.tar.gz) = ef4cb5086024fe8880132554523cd3f8399e84a8
-SHA512 (Set-Object-1.39.tar.gz) = eb2db2750ec4e4cdc985fed7961dde0806c0396227476ddd88cdef2a89976ca19a0a254d097f67f6dc7bf894217752ac0830e0f978857204299f03bd8190c0b0
-Size (Set-Object-1.39.tar.gz) = 80902 bytes
+SHA1 (Set-Object-1.40.tar.gz) = 99eb9ca2c17d82f1d492ab28b71ccf94d638434b
+RMD160 (Set-Object-1.40.tar.gz) = 37c9f6ca249c30a653572b05b8af1108258f8920
+SHA512 (Set-Object-1.40.tar.gz) = 0e358ef015509c069c85debee50f31da1a348a80aeadcab930ae62a8c632c9151a22224b069a42b5415c4d7210a0779e37776ac7126c3f0c5632a57459083fe8
+Size (Set-Object-1.40.tar.gz) = 82458 bytes



Home | Main Index | Thread Index | Old Index