Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 17:00:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379822 - head/www/p5-WebService-Simple
Message-ID:  <201502241700.t1OH0BOL014486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 24 17:00:11 2015
New Revision: 379822
URL: https://svnweb.freebsd.org/changeset/ports/379822
QAT: https://qat.redports.org/buildarchive/r379822/

Log:
  - Update to 0.24
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/WebService-Simple/Changes
  PR:		197788
  Submitted by:	sunpoet (myself)
  Approved by:	Masahiro Teramoto <markun@onohara.to> (maintainer)

Modified:
  head/www/p5-WebService-Simple/Makefile
  head/www/p5-WebService-Simple/distinfo

Modified: head/www/p5-WebService-Simple/Makefile
==============================================================================
--- head/www/p5-WebService-Simple/Makefile	Tue Feb 24 16:45:44 2015	(r379821)
+++ head/www/p5-WebService-Simple/Makefile	Tue Feb 24 17:00:11 2015	(r379822)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WebService-Simple
-PORTVERSION=	0.21
-PORTREVISION=	1
+PORTVERSION=	0.24
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	markun@onohara.to
 COMMENT=	Simple Interface To Web Services APIs
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Class-Data-ConfigHash>=0:${PORTSDIR}/devel/p5-Class-Data-ConfigHash \
 		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
+		p5-Hash-MultiValue>=0:${PORTSDIR}/devel/p5-Hash-MultiValue \
 		p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
+		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
 		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
 		p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
 		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
@@ -24,7 +28,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
 		p5-XML-Parser-Lite-Tree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
 
-USE_PERL5=	configure
+USE_PERL5=	modbuildtiny
 USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/www/p5-WebService-Simple/distinfo
==============================================================================
--- head/www/p5-WebService-Simple/distinfo	Tue Feb 24 16:45:44 2015	(r379821)
+++ head/www/p5-WebService-Simple/distinfo	Tue Feb 24 17:00:11 2015	(r379822)
@@ -1,2 +1,2 @@
-SHA256 (WebService-Simple-0.21.tar.gz) = 982b39ec10afcb82633c54d6a305676ee7644070da5609c9dd6525743a192a18
-SIZE (WebService-Simple-0.21.tar.gz) = 32795
+SHA256 (WebService-Simple-0.24.tar.gz) = 3618d54be03e225ca4ef53e7db13c5832db0e92f3563d6a1a03237fe7ca32b8b
+SIZE (WebService-Simple-0.24.tar.gz) = 18335



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502241700.t1OH0BOL014486>