pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Net-Netmask
Module Name: pkgsrc
Committed By: wen
Date: Tue Jun 19 03:15:02 UTC 2018
Modified Files:
pkgsrc/devel/p5-Net-Netmask: Makefile distinfo
Log Message:
Update to 1.9103
Upstream changes:
1.9103 2018-06-18
- Use ASCII-like regex matching (Github #4)
- Convert tests to Test2
- Pass perlcritic tests
- Pass Kwalitee tests
- Add contributor information
- Add protocol() method (just a stub today that will always return
'IPv4')
1.9102 2018-06-18
- DEV release only
- Contains most changes that made it to 1.9103.
1.9101 2018-06-02
- fix precision issue on long-double platforms (BAYMAX)
- Convert to use Dist::Zilla
- Formatting changes
1.9100 2018-06-02
- DEV release only
- fix precision issue on long-double platforms (BAYMAX)
- Convert to dist.zilla
- Minor formatting changes
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Net-Netmask/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Net-Netmask/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-Net-Netmask/Makefile
diff -u pkgsrc/devel/p5-Net-Netmask/Makefile:1.24 pkgsrc/devel/p5-Net-Netmask/Makefile:1.25
--- pkgsrc/devel/p5-Net-Netmask/Makefile:1.24 Mon Jun 5 14:23:23 2017
+++ pkgsrc/devel/p5-Net-Netmask/Makefile Tue Jun 19 03:15:02 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2018/06/19 03:15:02 wen Exp $
-DISTNAME= Net-Netmask-1.9022
+DISTNAME= Net-Netmask-1.9103
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -10,6 +9,8 @@ MAINTAINER= charlie%rubberduck.com@localhost
COMMENT= Perl5 module to parse and manipulate IP network blocks
LICENSE= ${PERL5_LICENSE}
+BUILD_DEPENDS+= p5-Test-UseAllModules>=0.17:../../devel/p5-Test-UseAllModules
+
PERL5_PACKLIST= auto/Net/Netmask/.packlist
.include "../../lang/perl5/module.mk"
Index: pkgsrc/devel/p5-Net-Netmask/distinfo
diff -u pkgsrc/devel/p5-Net-Netmask/distinfo:1.8 pkgsrc/devel/p5-Net-Netmask/distinfo:1.9
--- pkgsrc/devel/p5-Net-Netmask/distinfo:1.8 Tue Nov 3 03:28:35 2015
+++ pkgsrc/devel/p5-Net-Netmask/distinfo Tue Jun 19 03:15:02 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 03:28:35 agc Exp $
+$NetBSD: distinfo,v 1.9 2018/06/19 03:15:02 wen Exp $
-SHA1 (Net-Netmask-1.9022.tar.gz) = 9a753574fc184d67502382d965caf7a905f64ab0
-RMD160 (Net-Netmask-1.9022.tar.gz) = bd45252584c870075d57aed1e1aa0fde2f85eecb
-SHA512 (Net-Netmask-1.9022.tar.gz) = 85778356c0eb5047a1f8ce9883fe61dec4f54180571eefff0d08a723f6f8f828b5c6a52015de751bc13fc340275a5bc220668a37086bc4a62f164ed93f6e087f
-Size (Net-Netmask-1.9022.tar.gz) = 19044 bytes
+SHA1 (Net-Netmask-1.9103.tar.gz) = 5ff942fb5e8f5e124078a23ff165d6c3cd376383
+RMD160 (Net-Netmask-1.9103.tar.gz) = 5eb6c76b6b57e60054adcc7be544f23426636a58
+SHA512 (Net-Netmask-1.9103.tar.gz) = b75fd0a5c2ea69ff36c3d527d69e98a271b66b30e5735f3a445983d15c64a09a3c2371e9c271806dc6848f6f5f429b57aa69e6bfc80cf29dd8db6b5335e0c62a
+Size (Net-Netmask-1.9103.tar.gz) = 33836 bytes
Home |
Main Index |
Thread Index |
Old Index