Date: Tue, 29 Apr 2014 13:21:41 +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: r352597 - head/converters/p5-Cpanel-JSON-XS Message-ID: <201404291321.s3TDLf1M045743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 29 13:21:40 2014 New Revision: 352597 URL: http://svnweb.freebsd.org/changeset/ports/352597 QAT: https://qat.redports.org/buildarchive/r352597/ Log: - Update to 3.0104 - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Tue Apr 29 13:21:36 2014 (r352596) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Tue Apr 29 13:21:40 2014 (r352597) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 2.34.03 +PORTVERSION= 3.0104 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON::XS for Cpanel, fast and correct serialising @@ -15,7 +14,10 @@ COMMENT= JSON::XS for Cpanel, fast and c LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure USES= perl5 Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Tue Apr 29 13:21:36 2014 (r352596) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Tue Apr 29 13:21:40 2014 (r352597) @@ -1,2 +1,2 @@ -SHA256 (Cpanel-JSON-XS-2.3403.tar.gz) = c8ce1e07ad8d2991092f7a90810fe17d2240f729a750c5b6e731f14ff7468be3 -SIZE (Cpanel-JSON-XS-2.3403.tar.gz) = 129712 +SHA256 (Cpanel-JSON-XS-3.0104.tar.gz) = c233dbe62ef8c03195d61d8916e6dccd247fe628bae8e58ed5df5a5ab479f08a +SIZE (Cpanel-JSON-XS-3.0104.tar.gz) = 144366
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404291321.s3TDLf1M045743>