svn commit: r475815 - head/net-mgmt/p5-Net-Netmask

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 29 19:24:00 UTC 2018


Author: sunpoet
Date: Sun Jul 29 19:23:42 2018
New Revision: 475815
URL: https://svnweb.freebsd.org/changeset/ports/475815

Log:
  Update to 1.9104
  
  Changes:	https://metacpan.org/changes/distribution/Net-Netmask

Modified:
  head/net-mgmt/p5-Net-Netmask/Makefile
  head/net-mgmt/p5-Net-Netmask/distinfo

Modified: head/net-mgmt/p5-Net-Netmask/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/Makefile	Sun Jul 29 19:23:37 2018	(r475814)
+++ head/net-mgmt/p5-Net-Netmask/Makefile	Sun Jul 29 19:23:42 2018	(r475815)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Netmask
-PORTVERSION=	1.9103
+PORTVERSION=	1.9104
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,4 +21,11 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502705
+BUILD_DEPENDS+=	p5-Math-BigInt>=1.999811:math/p5-Math-BigInt
+RUN_DEPENDS+=	p5-Math-BigInt>=1.999811:math/p5-Math-BigInt
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/net-mgmt/p5-Net-Netmask/distinfo
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/distinfo	Sun Jul 29 19:23:37 2018	(r475814)
+++ head/net-mgmt/p5-Net-Netmask/distinfo	Sun Jul 29 19:23:42 2018	(r475815)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529733611
-SHA256 (Net-Netmask-1.9103.tar.gz) = 5ab83944703318a09043b371fe9ad36714e87b6dcf70f85315839e7e5bd6684d
-SIZE (Net-Netmask-1.9103.tar.gz) = 33836
+TIMESTAMP = 1532803563
+SHA256 (Net-Netmask-1.9104.tar.gz) = 7efc6c544b76ee3923a4f3bf82d2b20ca7452e55cfd05ec65789fceab716919e
+SIZE (Net-Netmask-1.9104.tar.gz) = 41853


More information about the svn-ports-all mailing list