ports/164778: [PATCH] net/p5-Net-Jifty: add TEST_DEPENDS, use new format for DEPENDS
Steve Wills
swills at FreeBSD.org
Sun Feb 5 01:20:09 UTC 2012
>Number: 164778
>Category: ports
>Synopsis: [PATCH] net/p5-Net-Jifty: add TEST_DEPENDS, use new format for DEPENDS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 05 01:20:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36
>Description:
[DESCRIBE CHANGES]
Port maintainer (clsung at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Net-Jifty-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Jifty/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile 18 Mar 2011 00:44:03 -0000 1.7
+++ Makefile 5 Feb 2012 01:14:28 -0000
@@ -15,18 +15,26 @@
COMMENT= Perl interface to online Jifty applications
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
- ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
- ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
- ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
- ${SITE_PERL}/Hash/Merge.pm:${PORTSDIR}/textproc/p5-Hash-Merge \
- ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
- ${SITE_PERL}/Any/Moose.pm:${PORTSDIR}/devel/p5-Any-Moose
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
+ p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
+ p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \
+ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+ p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
PERL_CONFIGURE= yes
MAN3= Net::Jifty.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+RUN_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
+BUILD_DEPENDS+= p5-Encode>=2.41:${PORTSDIR}/converters/p5-Encode
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Net-Jifty-0.14.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list