svn commit: r368213 - head/net/p5-Net-Works

Kurt Jaeger pi at FreeBSD.org
Sun Sep 14 17:57:51 UTC 2014


Author: pi
Date: Sun Sep 14 17:57:50 2014
New Revision: 368213
URL: http://svnweb.freebsd.org/changeset/ports/368213
QAT: https://qat.redports.org/buildarchive/r368213/

Log:
  net/p5-Net-Works: 0.18 -> 0.19
  
  - Fixed validation when a string with more than one slash (/) is passed to
    Net::Works::Network->new_from_string.

Modified:
  head/net/p5-Net-Works/Makefile
  head/net/p5-Net-Works/distinfo

Modified: head/net/p5-Net-Works/Makefile
==============================================================================
--- head/net/p5-Net-Works/Makefile	Sun Sep 14 17:55:53 2014	(r368212)
+++ head/net/p5-Net-Works/Makefile	Sun Sep 14 17:57:50 2014	(r368213)
@@ -1,8 +1,7 @@
-# Created by: Kurt Jaeger <fbsd-ports at opsec.eu>
 # $FreeBSD$
 
 PORTNAME=	Net-Works
-PORTVERSION=	0.18
+PORTVERSION=	0.19
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -16,6 +15,7 @@ LICENSE=	ART20
 BUILD_DEPENDS=	p5-List-AllUtils>=0.03:${PORTSDIR}/devel/p5-List-AllUtils \
 		p5-Math-Int128>=0.07:${PORTSDIR}/math/p5-Math-Int128 \
 		p5-namespace-autoclean>=0.13:${PORTSDIR}/devel/p5-namespace-autoclean \
+		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
 		p5-MooseX-Types>=0.35:${PORTSDIR}/devel/p5-MooseX-Types
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/net/p5-Net-Works/distinfo
==============================================================================
--- head/net/p5-Net-Works/distinfo	Sun Sep 14 17:55:53 2014	(r368212)
+++ head/net/p5-Net-Works/distinfo	Sun Sep 14 17:57:50 2014	(r368213)
@@ -1,2 +1,2 @@
-SHA256 (Net-Works-0.18.tar.gz) = 72d6cf2e210ac50c3a0ccda246adf6bd92e09d7ec305700f9f1ffb69f9338b2d
-SIZE (Net-Works-0.18.tar.gz) = 29424
+SHA256 (Net-Works-0.19.tar.gz) = 8f2364887b7d6cac5296ca409cca33932c5ca00b3977ff39e039d0c19618be01
+SIZE (Net-Works-0.19.tar.gz) = 29557


More information about the svn-ports-head mailing list