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

Lars Thegler lth at FreeBSD.org
Mon Sep 30 20:38:00 UTC 2013


Author: lth
Date: Mon Sep 30 20:37:59 2013
New Revision: 328868
URL: http://svnweb.freebsd.org/changeset/ports/328868

Log:
  - Update to 1.9018
  - Support STAGEDIR
  
  Changes:
  
  1.9018 2013-09-26
  
  - Minor MANIFEST fix.
  
  1.9017 2013-09-20
  
   - Add network split() function.
   - Re-arrange the distribution a bit.

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

Modified: head/net-mgmt/p5-Net-Netmask/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/Makefile	Mon Sep 30 20:37:58 2013	(r328867)
+++ head/net-mgmt/p5-Net-Netmask/Makefile	Mon Sep 30 20:37:59 2013	(r328868)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Netmask
-PORTVERSION=	1.9016
+PORTVERSION=	1.9018
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,4 @@ COMMENT=	Perl module to parse, manipulat
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Net::Netmask.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-mgmt/p5-Net-Netmask/distinfo
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/distinfo	Mon Sep 30 20:37:58 2013	(r328867)
+++ head/net-mgmt/p5-Net-Netmask/distinfo	Mon Sep 30 20:37:59 2013	(r328868)
@@ -1,2 +1,2 @@
-SHA256 (Net-Netmask-1.9016.tar.gz) = 76284ee6274f4682f2ec1976da7252c7b9ed0386febfd872009f64c2aeffffa9
-SIZE (Net-Netmask-1.9016.tar.gz) = 17911
+SHA256 (Net-Netmask-1.9018.tar.gz) = 50dd03bf61ea238fbfea02889cf2c984307ee7e43781eea2c04bad7c01f1aa44
+SIZE (Net-Netmask-1.9018.tar.gz) = 18574

Modified: head/net-mgmt/p5-Net-Netmask/pkg-plist
==============================================================================
--- head/net-mgmt/p5-Net-Netmask/pkg-plist	Mon Sep 30 20:37:58 2013	(r328867)
+++ head/net-mgmt/p5-Net-Netmask/pkg-plist	Mon Sep 30 20:37:59 2013	(r328868)
@@ -1,6 +1,7 @@
 %%SITE_PERL%%/Net/Netmask.pod
 %%SITE_PERL%%/Net/Netmask.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist
+%%PERL5_MAN3%%/Net::Netmask.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Netmask
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/Net


More information about the svn-ports-all mailing list