pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-NEXT



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Aug  5 22:44:32 UTC 2016

Modified Files:
        pkgsrc/devel/p5-NEXT: Makefile distinfo

Log Message:
Updated devel/p5-NEXT to 0.67
-----------------------------
0.67 2016-07-30 NEILB
    - Changed class names in SYNOPSIS from A, B, C, D to P, Q, R, S.
      This is avoid potential clash with core B:: namespace. RT#9734
      I didn't change the later examples in the doc, as I think they're ok.
    - Added mentions of next::method in the core "mro" module.
    - Changed all mentions of "NEXT.pm" in the doc to C<NEXT>.

0.66 2016-07-28 NEILB
    - split the "package EVERY" statement across two lines to hide it
      from PAUSE and help with resolving a permissions conflict with "Every".
    - Added prereqs, license type, and min perl version to dist metadata
    - Added github repo to dist metadata
    - Fixed pod error reported in RT#49984 and RT#100587,
      and rogue trailing spaces in pod, RT#64923

0.65_01 2016-07-20 NEILB
    - split the "package EVERY" statement across two lines to hide it
      from PAUSE and help with resolving a permissions conflict with "Every".
    - Added prereqs, license type, and min perl version to dist metadata
    - Added github repo to dist metadata
    - Fixed pod error reported in RT#49984 and RT#100587,
      and rogue trailing spaces in pod, RT#64923


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-NEXT/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-NEXT/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-NEXT/Makefile
diff -u pkgsrc/devel/p5-NEXT/Makefile:1.15 pkgsrc/devel/p5-NEXT/Makefile:1.16
--- pkgsrc/devel/p5-NEXT/Makefile:1.15  Wed Jun  8 19:23:19 2016
+++ pkgsrc/devel/p5-NEXT/Makefile       Fri Aug  5 22:44:32 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:23:19 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/08/05 22:44:32 mef Exp $
 
-DISTNAME=      NEXT-0.65
+DISTNAME=      NEXT-0.67
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=NEXT/}
 

Index: pkgsrc/devel/p5-NEXT/distinfo
diff -u pkgsrc/devel/p5-NEXT/distinfo:1.5 pkgsrc/devel/p5-NEXT/distinfo:1.6
--- pkgsrc/devel/p5-NEXT/distinfo:1.5   Tue Nov  3 03:28:35 2015
+++ pkgsrc/devel/p5-NEXT/distinfo       Fri Aug  5 22:44:32 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:35 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/08/05 22:44:32 mef Exp $
 
-SHA1 (NEXT-0.65.tar.gz) = 015afd504d3ae0a50f47dc6a0af8b9be6fd2a466
-RMD160 (NEXT-0.65.tar.gz) = aac3f52c07ea83b88dc83ef0da15303be85598a8
-SHA512 (NEXT-0.65.tar.gz) = f10e5e81b6bf3114bbab699b849c6896b355f234f4b4a655642b4c9f3b636264f91dd30cb9171be73c220e7d02457fd9e098506af1e7ff916e2f887cce41ec79
-Size (NEXT-0.65.tar.gz) = 10174 bytes
+SHA1 (NEXT-0.67.tar.gz) = 97944f0ca8d59d65859436c661db1e4212ac6340
+RMD160 (NEXT-0.67.tar.gz) = cbb0d855999f9341a2f5795f874e7be73bee219d
+SHA512 (NEXT-0.67.tar.gz) = 0eb10c7a809a572e28f06975786c78b4538af3516967cfeb523e5ec0218d7783a7ada68ca1f150b8f90c1e560e72999372dc4578dd5c2a9c67b3e52e4228b66c
+Size (NEXT-0.67.tar.gz) = 11517 bytes



Home | Main Index | Thread Index | Old Index