Date: Sat, 11 Mar 2017 15:59:45 +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: r435932 - head/www/p5-WordPress-XMLRPC Message-ID: <201703111559.v2BFxjiJ027261@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 11 15:59:45 2017 New Revision: 435932 URL: https://svnweb.freebsd.org/changeset/ports/435932 Log: Update to 2.12 - Add LICENSE - Add missing *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/WordPress-XMLRPC/Changes Modified: head/www/p5-WordPress-XMLRPC/Makefile head/www/p5-WordPress-XMLRPC/distinfo head/www/p5-WordPress-XMLRPC/pkg-plist Modified: head/www/p5-WordPress-XMLRPC/Makefile ============================================================================== --- head/www/p5-WordPress-XMLRPC/Makefile Sat Mar 11 15:59:40 2017 (r435931) +++ head/www/p5-WordPress-XMLRPC/Makefile Sat Mar 11 15:59:45 2017 (r435932) @@ -1,19 +1,25 @@ # $FreeBSD$ PORTNAME= WordPress-XMLRPC -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:LEOCHARRE +MASTER_SITE_SUBDIR= CPAN:IGIBBS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl 5 API to WordPress XML-RPC services -BUILD_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ + p5-XMLRPC-Lite>=0:net/p5-XMLRPC-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Smart-Comments>=0:devel/p5-Smart-Comments \ + p5-YAML>=0:textproc/p5-YAML +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-WordPress-XMLRPC/distinfo ============================================================================== --- head/www/p5-WordPress-XMLRPC/distinfo Sat Mar 11 15:59:40 2017 (r435931) +++ head/www/p5-WordPress-XMLRPC/distinfo Sat Mar 11 15:59:45 2017 (r435932) @@ -1,2 +1,3 @@ -SHA256 (WordPress-XMLRPC-1.23.tar.gz) = e50f858e53982fa0839aa6f2a071edf8e003e51b5a3a6ea2a6941cfe26b6dc14 -SIZE (WordPress-XMLRPC-1.23.tar.gz) = 71525 +TIMESTAMP = 1489235291 +SHA256 (WordPress-XMLRPC-2.12.tar.gz) = cb4eddfc4da2d179d88fe870ef8314bfda411cb2829a3c63416ae50fd19ffcce +SIZE (WordPress-XMLRPC-2.12.tar.gz) = 72506 Modified: head/www/p5-WordPress-XMLRPC/pkg-plist ============================================================================== --- head/www/p5-WordPress-XMLRPC/pkg-plist Sat Mar 11 15:59:40 2017 (r435931) +++ head/www/p5-WordPress-XMLRPC/pkg-plist Sat Mar 11 15:59:45 2017 (r435932) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/WordPress::XMLRPC.3.gz %%SITE_PERL%%/WordPress/XMLRPC.pm %%SITE_PERL%%/WordPress/XMLRPC.pod +%%PERL5_MAN3%%/WordPress::XMLRPC.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703111559.v2BFxjiJ027261>