aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla42
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-04-18 15:03:41 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-04-18 15:03:41 +0000
commitb38505a4898d490f4b9995d15e5a4afac92e4ff5 (patch)
treef37ce83e5538058bddc905a708636554c04ba256 /devel/bugzilla42
parent2ce0f0829a61dafece9cd399c87235279e86d5fd (diff)
downloadports-b38505a4898d490f4b9995d15e5a4afac92e4ff5.tar.gz
ports-b38505a4898d490f4b9995d15e5a4afac92e4ff5.zip
Notes
Diffstat (limited to 'devel/bugzilla42')
-rw-r--r--devel/bugzilla42/Makefile9
-rw-r--r--devel/bugzilla42/Makefile.common2
-rw-r--r--devel/bugzilla42/distinfo4
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile
index d1bfe3c41ad4..0e03fd4f35a1 100644
--- a/devel/bugzilla42/Makefile
+++ b/devel/bugzilla42/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
-PORTVERSION= 4.2.7
+PORTVERSION= 4.2.8
CATEGORIES= devel
MASTER_SITES= BUGZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -28,8 +28,6 @@ RUN_DEPENDS= \
USES= perl5
USE_PERL5= patch run build
-BINMODE= 700
-
SUB_FILES= pkg-message
DATA_DIRS_LIST= images js skins
@@ -154,9 +152,8 @@ post-patch:
-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
@${FIND} ${WRKSRC}/docs -type f | \
${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
- @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
- -or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
- | ${XARGS} ${RM} -rf
+ @${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
+ -or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
do-install: .SILENT
${MKDIR} ${STAGEDIR}${WWWDIR}
diff --git a/devel/bugzilla42/Makefile.common b/devel/bugzilla42/Makefile.common
index d1adf0f6437b..4e761d85d440 100644
--- a/devel/bugzilla42/Makefile.common
+++ b/devel/bugzilla42/Makefile.common
@@ -11,5 +11,7 @@ PORTSCOUT= limitw:1,even
WWWDIR= ${PREFIX}/www/bugzilla
+BINMODE= 700
+
NO_BUILD= yes
diff --git a/devel/bugzilla42/distinfo b/devel/bugzilla42/distinfo
index 37c27c8ec003..53a13de3a62e 100644
--- a/devel/bugzilla42/distinfo
+++ b/devel/bugzilla42/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.2.7.tar.gz) = c2350e02e287f10dc21d7a1813d5311d84804fb1f3418d4ef5c7e335458fc189
-SIZE (bugzilla/bugzilla-4.2.7.tar.gz) = 2964784
+SHA256 (bugzilla/bugzilla-4.2.8.tar.gz) = 9a56395908f7e9de0ed5230e59c82192f8209b568a1820423331e41a3ea0855c
+SIZE (bugzilla/bugzilla-4.2.8.tar.gz) = 2956611