svn commit: r374509 - head/net/p5-XMLRPC-Lite

Kurt Jaeger pi at FreeBSD.org
Thu Dec 11 05:19:04 UTC 2014


Author: pi
Date: Thu Dec 11 05:19:02 2014
New Revision: 374509
URL: https://svnweb.freebsd.org/changeset/ports/374509
QAT: https://qat.redports.org/buildarchive/r374509/

Log:
  net/p5-XMLRPC-Lite: Fixes as suggested from koobs
  
  - Remove "XMLRPC::Lite - " from COMMENT
  - Remove commented out #pre-install:	test
  - Strip trailing slash from pkg-descr WWW: URL
  
  PR:		195008
  Submitted by:	koobs

Modified:
  head/net/p5-XMLRPC-Lite/Makefile
  head/net/p5-XMLRPC-Lite/pkg-descr

Modified: head/net/p5-XMLRPC-Lite/Makefile
==============================================================================
--- head/net/p5-XMLRPC-Lite/Makefile	Thu Dec 11 05:13:59 2014	(r374508)
+++ head/net/p5-XMLRPC-Lite/Makefile	Thu Dec 11 05:19:02 2014	(r374509)
@@ -7,7 +7,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	vivek at khera.org
-COMMENT=	XMLRPC::Lite - Client and server side XMLRPC implementation
+COMMENT=	Client and server side XMLRPC implementation
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
@@ -22,8 +22,6 @@ USE_PERL5=	configure
 USES=		perl5
 NO_ARCH=	yes
 
-#pre-install:	test
-
 perl_OLD_CMD=	.*perl
 
 .include <bsd.port.mk>

Modified: head/net/p5-XMLRPC-Lite/pkg-descr
==============================================================================
--- head/net/p5-XMLRPC-Lite/pkg-descr	Thu Dec 11 05:13:59 2014	(r374508)
+++ head/net/p5-XMLRPC-Lite/pkg-descr	Thu Dec 11 05:19:02 2014	(r374509)
@@ -3,4 +3,4 @@ to the XML-RPC Protocol (XML-RPC) both o
 SOAP::Lite module, it gives you access to all features and transports
 available in that module.
 
-WWW: http://search.cpan.org/dist/XMLRPC-Lite/
+WWW: http://search.cpan.org/dist/XMLRPC-Lite


More information about the svn-ports-head mailing list