From owner-svn-ports-all@FreeBSD.ORG Thu Dec 11 05:19:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07B5CAB; Thu, 11 Dec 2014 05:19:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2645CEA; Thu, 11 Dec 2014 05:19:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBB5J3st067670; Thu, 11 Dec 2014 05:19:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBB5J3AV067668; Thu, 11 Dec 2014 05:19:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201412110519.sBB5J3AV067668@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Dec 2014 05:19:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374509 - head/net/p5-XMLRPC-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 05:19:04 -0000 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@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 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