svn commit: r330483 - head/net/p5-Net-Patricia

Frederic Culot culot at FreeBSD.org
Wed Oct 16 07:07:01 UTC 2013


Author: culot
Date: Wed Oct 16 07:07:00 2013
New Revision: 330483
URL: http://svnweb.freebsd.org/changeset/ports/330483

Log:
  - Update to 1.22
  - Support staging
  
  Changes:	http://search.cpan.org/dist/Net-Patricia/Changes

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

Modified: head/net/p5-Net-Patricia/Makefile
==============================================================================
--- head/net/p5-Net-Patricia/Makefile	Wed Oct 16 07:01:00 2013	(r330482)
+++ head/net/p5-Net-Patricia/Makefile	Wed Oct 16 07:07:00 2013	(r330483)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Net-Patricia
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,4 @@ RUN_DEPENDS=	p5-Socket6>=0:${PORTSDIR}/n
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Net::Patricia.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Patricia/distinfo
==============================================================================
--- head/net/p5-Net-Patricia/distinfo	Wed Oct 16 07:01:00 2013	(r330482)
+++ head/net/p5-Net-Patricia/distinfo	Wed Oct 16 07:07:00 2013	(r330483)
@@ -1,2 +1,2 @@
-SHA256 (Net-Patricia-1.21.tar.gz) = b03906e3ad3708c1ebef17935c38fef347dbb430b283a263d4f3f4aefbacff64
-SIZE (Net-Patricia-1.21.tar.gz) = 27911
+SHA256 (Net-Patricia-1.22.tar.gz) = 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
+SIZE (Net-Patricia-1.22.tar.gz) = 27780

Modified: head/net/p5-Net-Patricia/pkg-plist
==============================================================================
--- head/net/p5-Net-Patricia/pkg-plist	Wed Oct 16 07:01:00 2013	(r330482)
+++ head/net/p5-Net-Patricia/pkg-plist	Wed Oct 16 07:07:00 2013	(r330483)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Patricia/Patricia.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Patricia/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Patricia.pm
+%%PERL5_MAN3%%/Net::Patricia.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Patricia
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net


More information about the svn-ports-all mailing list