pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Config-General



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jul 16 06:46:08 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Config-General: Makefile distinfo

Log Message:
Update to 2.62

Upstream changes:
2.62  - fix rt.cpan.org#115326: Callback on 'pre_open' not called
        when glob expands to one include file

      - added patch by Niels van Dijke, which adds apache IFDefine
        support. Use -UseApacheIfDefine=>1 to enable, add defines
        with -Define and add <IFDefine ...> to your config, see
        pod for details.

      - added test case for the code.

      - fixed unindented half of the pod, which was largely no
        readable because of this. However, I wonder why this hasn't
        reported, seems nobody reads the docs :)

      - fixed tab/space issues here and there


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-Config-General/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Config-General/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-Config-General/Makefile
diff -u pkgsrc/devel/p5-Config-General/Makefile:1.38 pkgsrc/devel/p5-Config-General/Makefile:1.39
--- pkgsrc/devel/p5-Config-General/Makefile:1.38        Wed Jun  8 19:22:43 2016
+++ pkgsrc/devel/p5-Config-General/Makefile     Sat Jul 16 06:46:08 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2016/06/08 19:22:43 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2016/07/16 06:46:08 wen Exp $
 
-DISTNAME=      Config-General-2.61
+DISTNAME=      Config-General-2.62
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
 

Index: pkgsrc/devel/p5-Config-General/distinfo
diff -u pkgsrc/devel/p5-Config-General/distinfo:1.21 pkgsrc/devel/p5-Config-General/distinfo:1.22
--- pkgsrc/devel/p5-Config-General/distinfo:1.21        Tue Apr 19 13:26:51 2016
+++ pkgsrc/devel/p5-Config-General/distinfo     Sat Jul 16 06:46:08 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/04/19 13:26:51 mef Exp $
+$NetBSD: distinfo,v 1.22 2016/07/16 06:46:08 wen Exp $
 
-SHA1 (Config-General-2.61.tar.gz) = 7fb92901f1164e7ff82db459babbd1b7f459ca5d
-RMD160 (Config-General-2.61.tar.gz) = c0efe117bb951f0d9aa7ca9636db136dcd827d59
-SHA512 (Config-General-2.61.tar.gz) = 288d18f9e82513ee6fc1b66565060d800b784b4801678e31beaed5ccd891bc01eaa0bc6521fa470f41848ca2e28f51f29e64c0315a57d8d5b4fcbcefaaf1a57c
-Size (Config-General-2.61.tar.gz) = 62878 bytes
+SHA1 (Config-General-2.62.tar.gz) = 067a1ee8db8f1bb4e460cdd644761b77cb126c4d
+RMD160 (Config-General-2.62.tar.gz) = d2ba94941754fb0b8e33e8b855af12a7f5a4cc79
+SHA512 (Config-General-2.62.tar.gz) = cdf41ef80f47b778ee00826771e6a62d542cc9f5d8561d08083f9f34ebbe9d8ea0bcfc1a983bc1bc510820b3250666cea9f6dee30b0c780e5417520570340075
+Size (Config-General-2.62.tar.gz) = 64245 bytes



Home | Main Index | Thread Index | Old Index