svn commit: r318302 - head/net/p5-XML-RPC
Martin Wilke
miwi at FreeBSD.org
Thu May 16 09:44:21 UTC 2013
Author: miwi
Date: Thu May 16 09:44:20 2013
New Revision: 318302
URL: http://svnweb.freebsd.org/changeset/ports/318302
Log:
- Fix plist
- Trim header
Reported by: poudriere exp-run
Modified:
head/net/p5-XML-RPC/Makefile (contents, props changed)
head/net/p5-XML-RPC/pkg-plist (contents, props changed)
Modified: head/net/p5-XML-RPC/Makefile
==============================================================================
--- head/net/p5-XML-RPC/Makefile Thu May 16 09:44:15 2013 (r318301)
+++ head/net/p5-XML-RPC/Makefile Thu May 16 09:44:20 2013 (r318302)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: p5-XML-RPC
-# Date created: 05 Dec 2008
-# Whom: Denis Pokataev <catone at cpan.org>
-#
+# Created by: Denis Pokataev <catone at cpan.org>
# $FreeBSD$
-#
PORTNAME= XML-RPC
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +13,8 @@ COMMENT= Pure Perl implementation for an
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP
PERL_CONFIGURE= yes
Modified: head/net/p5-XML-RPC/pkg-plist
==============================================================================
--- head/net/p5-XML-RPC/pkg-plist Thu May 16 09:44:15 2013 (r318301)
+++ head/net/p5-XML-RPC/pkg-plist Thu May 16 09:44:20 2013 (r318302)
@@ -1,5 +1,4 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC/.packlist
%%SITE_PERL%%/XML/RPC.pm
- at dirrmtry %%SITE_PERL%%/XML/RPC
- at dirrmtry %%SITE_PERL%%/XML
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RPC
+ at dirrmtry %%SITE_PERL%%/XML
More information about the svn-ports-head
mailing list