pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Tee



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 10:41:51 UTC 2017

Modified Files:
        pkgsrc/devel/p5-IO-Tee: Makefile distinfo

Log Message:
p5-IO-Tee: update to 0.65.

0.65 2017-08-16 NEILB
    - Added "use warnings", changed "use vars ..." to our $VERSION, etc.
    - Switched to Dist::Zilla
    - Link to the github repo in the pod doc.
    - Changed README to a short overview of module, how to install, etc
    - Moved original testsuite test.pl to t/original.t
    - Moved Tee.pm to lib/IO/Tee.pm
    - Changed the order of entries in Changes to be newest to oldest.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-IO-Tee/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-IO-Tee/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-IO-Tee/Makefile
diff -u pkgsrc/devel/p5-IO-Tee/Makefile:1.20 pkgsrc/devel/p5-IO-Tee/Makefile:1.21
--- pkgsrc/devel/p5-IO-Tee/Makefile:1.20        Mon Jun  5 14:23:07 2017
+++ pkgsrc/devel/p5-IO-Tee/Makefile     Sun Sep 17 10:41:51 2017
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2017/06/05 14:23:07 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.21 2017/09/17 10:41:51 wiz Exp $
 
-DISTNAME=      IO-Tee-0.64
+DISTNAME=      IO-Tee-0.65
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/search?module=IO::Tee
 COMMENT=       Multiplex output to multiple output handles
+LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/IO/Tee/.packlist

Index: pkgsrc/devel/p5-IO-Tee/distinfo
diff -u pkgsrc/devel/p5-IO-Tee/distinfo:1.3 pkgsrc/devel/p5-IO-Tee/distinfo:1.4
--- pkgsrc/devel/p5-IO-Tee/distinfo:1.3 Tue Nov  3 03:28:22 2015
+++ pkgsrc/devel/p5-IO-Tee/distinfo     Sun Sep 17 10:41:51 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:22 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/09/17 10:41:51 wiz Exp $
 
-SHA1 (IO-Tee-0.64.tar.gz) = 29314311318e3e0bee01623a23eda4f1ba629b76
-RMD160 (IO-Tee-0.64.tar.gz) = 467e0816b73af545d69c4854ffd20c57dc3ac341
-SHA512 (IO-Tee-0.64.tar.gz) = 9473a9ce3222ee6998cc53851a34051a9ae5990b9c514b5e5d322832d76f0e20d7af51bf7f06603ad927ab9789e5ab10da7a0693e4867112cd3e1dc1ca25d017
-Size (IO-Tee-0.64.tar.gz) = 5039 bytes
+SHA1 (IO-Tee-0.65.tar.gz) = a445362330d19d528daecfd195eb8145ac98b0fa
+RMD160 (IO-Tee-0.65.tar.gz) = 6d7ed7990fd2bcaea6e1a50fb51e5295f100ea58
+SHA512 (IO-Tee-0.65.tar.gz) = f0f2f069c9c43098fc8fb343ef3a701e8ea5d6171a7f86b3c296f542435b1305f263085ede07431cfe34ccf02d845c8f3719ddf1eb6fe0d8def0c730f8e97236
+Size (IO-Tee-0.65.tar.gz) = 12842 bytes



Home | Main Index | Thread Index | Old Index