aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-xmltv
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-04-25 16:12:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-04-25 16:12:19 +0000
commitb530de745bf8a2aa93f90c63c22dfc1c15dfeb45 (patch)
tree5211a67d5bd9cdd9ccccad489ffc81f21bfffe33 /textproc/p5-xmltv
parent14b4ebd6685e451d222e79c0aedbcc1dbce221a5 (diff)
downloadports-b530de745bf8a2aa93f90c63c22dfc1c15dfeb45.tar.gz
ports-b530de745bf8a2aa93f90c63c22dfc1c15dfeb45.zip
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting: The following ports fail "make test", but did so before this change, and fail in the same places: - textproc/p5-xmltv - www/p5-Business-Paypal - www/p5-CGI-Enurl www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests, and should probably be marked BROKEN For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area. As long as we're here, sort plist on perl@-owned ports.
Notes
Notes: svn path=/head/; revision=384736
Diffstat (limited to 'textproc/p5-xmltv')
-rw-r--r--textproc/p5-xmltv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile
index b25c61b59c90..2716ca42834f 100644
--- a/textproc/p5-xmltv/Makefile
+++ b/textproc/p5-xmltv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmltv
PORTVERSION= 0.5.65
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= SF
PKGNAMEPREFIX= p5-
@@ -20,7 +20,7 @@ XMLTV_DEPENDS= \
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-PerlIO-gzip>=0:${PORTSDIR}/archivers/p5-PerlIO-gzip \
- p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
+ p5-CGI>=0:${PORTSDIR}/www/p5-CGI \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \