Skip to content

Commit

Permalink
Update to 1.9103
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Jun 19, 2018
1 parent bbb7c1e commit 0ddb39d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/p5-Net-Netmask/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# $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/}

MAINTAINER= charlie@rubberduck.com
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"
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Net-Netmask/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0ddb39d

Please sign in to comment.