aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla42/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-10-17 19:35:22 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-10-17 19:35:22 +0000
commitde51be064576665a3ae57b3954ef23019ca45632 (patch)
tree533dea51d71c7a52cd1c16c126c264779d421009 /devel/bugzilla42/Makefile
parentffc964c93f0828189ac829c9f33651dbe6f7618b (diff)
Notes
Diffstat (limited to 'devel/bugzilla42/Makefile')
-rw-r--r--devel/bugzilla42/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile
index 9d5998004cea..6986794058e5 100644
--- a/devel/bugzilla42/Makefile
+++ b/devel/bugzilla42/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
-PORTVERSION= 4.2.6
+PORTVERSION= 4.2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -25,8 +25,6 @@ RUN_DEPENDS= \
p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \
p5-URI>=1.37:${PORTSDIR}/net/p5-URI
-LATEST_LINK= bugzilla42
-
USES= perl5
USE_PERL5= patch run build
@@ -47,8 +45,6 @@ EMPTY_DIRS_LIST=data graphs contrib lib t xt
USE_APACHE_RUN= 22+
.endif
-.include <bsd.port.pre.mk>
-
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql
@@ -184,4 +180,4 @@ do-install: .SILENT
${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${WWWDIR}/contrib/{}" \;
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>