aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla44
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-07-12 07:38:53 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-07-12 07:38:53 +0000
commit29efcdcb8d83238d852cd400dc203165f679332b (patch)
tree46957701380af32dc4d8687a93eb7400434d0122 /devel/bugzilla44
parentd6e3b228bbe366f3c9985a5a1f43edab38703639 (diff)
downloadports-29efcdcb8d83238d852cd400dc203165f679332b.tar.gz
ports-29efcdcb8d83238d852cd400dc203165f679332b.zip
- sort USES (noted by portlint)
- remove redundant -f from $RM - adjust comment about interface deprecation
Notes
Notes: svn path=/head/; revision=391768
Diffstat (limited to 'devel/bugzilla44')
-rw-r--r--devel/bugzilla44/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile
index c24d757e4084..eae40bdb3166 100644
--- a/devel/bugzilla44/Makefile
+++ b/devel/bugzilla44/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= \
p5-TimeDate>=2.23:${PORTSDIR}/devel/p5-TimeDate \
p5-URI>=1.55:${PORTSDIR}/net/p5-URI
-USES= perl5 cpe
+USES= cpe perl5
USE_PERL5= run
CPE_VENDOR= mozilla
@@ -98,7 +98,6 @@ RUN_DEPENDS+= p5-Email-MIME-Attachment-Stripper>=0:${PORTSDIR}/mail/p5-Email-MIM
.endif
.if ${PORT_OPTIONS:MMAIL_QUEUEING}
-# p5-File-Slurp will be a default dependency in the next release
RUN_DEPENDS+= p5-TheSchwartz>=1.10:${PORTSDIR}/devel/p5-TheSchwartz \
p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic \
p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp
@@ -113,6 +112,8 @@ RUN_DEPENDS+= p5-MIME-Tools>=5.406:${PORTSDIR}/mail/p5-MIME-Tools \
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
+# Note: XML-RPC and JSON-RPC are deprecated in favor of REST
+# and will likely be removed in the Bugzilla 7.0 release.
.if ${PORT_OPTIONS:MXMLRPC} || ${PORT_OPTIONS:MJSONRPC}
RUN_DEPENDS+= p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint
.endif
@@ -125,7 +126,6 @@ RUN_DEPENDS+= p5-SOAP-Lite>=0.712:${PORTSDIR}/net/p5-SOAP-Lite
.endif
.if ${PORT_OPTIONS:MJSONRPC}
-# p5-JSON-XS will be a default dependency in the next release
RUN_DEPENDS+= p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \
p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
.endif
@@ -166,8 +166,8 @@ RUN_DEPENDS+= p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \
.endif
post-extract:
- ${RM} -rf ${WRKSRC}/.git
- ${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \
+ ${RM} -r ${WRKSRC}/.git
+ ${RM} ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \
${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \
${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP \
${WRKSRC}/taskgraph.json