pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Tree-DAG_Node



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Aug 19 06:28:23 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Tree-DAG_Node: Makefile distinfo

Log Message:
Update to 1.39

Upstream changes:
1.39  2026-07-08T08:50:14
        - Update Software::License from CPAN.
        - Re-generate the LICENSE file.
1.38  2026-07-07T10:28:00
        - Replace LICENCE file with output of the software-license program which ships
                with the module App::Software::License. The specific command I ran is (all on 1 line):
                software-license --type license --holder "Sean M. Burke and David Hand" --license Perl_5
                --year 1998 > LICENSE
        - Add AI_POLICY.md file.
        - Modernize MANIFEST.SKIP again.
1.37  2026-06-29T08:00:00
        - Replace the body of the LICENSE file with what is recommended at
                https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
        - Patch the source code reference to refer to this LICENSE file.
        - Remove the excess & confusing files LICENSE-Artistic-2.0 & LICENSE-GPL-3.
        - Reset the required version of Data::Dumper back to 0.
        - Thanx to Paul Howarth & David B. Evans for the reports.
1.36  2025-06-28T11:53:00
        - Fix typo in the 2nd FAQ: "How to process every node in tree?". The POD contained
                "my(@node, $options) = @_;" whereas it should read "my($node, $options) = @_;".
                Thanx to Torsten Seemann for the report.
        - Add new version of LICENSE to the distro.
        - Add new files LICENSE-Artistic-2.0 & LICENSE-GPL-3 to the distro.
        - Add Data::Dumper, Getopt::Long, perl to Makefile.PL.
        - Remove open from Makefile.PL.
        - Modernize MANIFEST.SKIP.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/p5-Tree-DAG_Node/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Tree-DAG_Node/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-Tree-DAG_Node/Makefile
diff -u pkgsrc/devel/p5-Tree-DAG_Node/Makefile:1.49 pkgsrc/devel/p5-Tree-DAG_Node/Makefile:1.50
--- pkgsrc/devel/p5-Tree-DAG_Node/Makefile:1.49 Thu Jul 16 19:03:41 2026
+++ pkgsrc/devel/p5-Tree-DAG_Node/Makefile      Wed Aug 19 06:28:23 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2026/07/16 19:03:41 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/08/19 06:28:23 wen Exp $
 
-DISTNAME=      Tree-DAG_Node-1.35
+DISTNAME=      Tree-DAG_Node-1.39
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tree/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RS/RSAVAGE/}
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    dprice%cs.nmsu.edu@localhost

Index: pkgsrc/devel/p5-Tree-DAG_Node/distinfo
diff -u pkgsrc/devel/p5-Tree-DAG_Node/distinfo:1.23 pkgsrc/devel/p5-Tree-DAG_Node/distinfo:1.24
--- pkgsrc/devel/p5-Tree-DAG_Node/distinfo:1.23 Sat Nov 15 01:38:26 2025
+++ pkgsrc/devel/p5-Tree-DAG_Node/distinfo      Wed Aug 19 06:28:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/11/15 01:38:26 wen Exp $
+$NetBSD: distinfo,v 1.24 2026/08/19 06:28:23 wen Exp $
 
-BLAKE2s (Tree-DAG_Node-1.35.tgz) = 14d3762badf228c9545e455b02083cbb2089ab32f41fc6df94156ef2101d6e98
-SHA512 (Tree-DAG_Node-1.35.tgz) = cfb8d8b14077808faf7e2fe0f1021f9778429d66fdb858497179fc2357902871987a1514d52c6e92eb47ea7ca3ac4c411e09d55004b2cda328f422e8a64f1a14
-Size (Tree-DAG_Node-1.35.tgz) = 66530 bytes
+BLAKE2s (Tree-DAG_Node-1.39.tgz) = 04222bf5379d63343a7139f40d7623b14fbb406a5b611fe6c0041ffa7583e549
+SHA512 (Tree-DAG_Node-1.39.tgz) = 3b86c5a385d032582cd35d63e476dc136b4b96c396677a5749bd1228218bd73faa266c148674ef212c9ef946f2447bc319176b5d4c46051516a19a5796c93135
+Size (Tree-DAG_Node-1.39.tgz) = 69290 bytes



Home | Main Index | Thread Index | Old Index