svn commit: r351557 - in head/devel: bugzilla40 bugzilla42 bugzilla44
Olli Hauer
ohauer at FreeBSD.org
Fri Apr 18 18:52:43 UTC 2014
Author: ohauer
Date: Fri Apr 18 18:52:42 2014
New Revision: 351557
URL: http://svnweb.freebsd.org/changeset/ports/351557
QAT: https://qat.redports.org/buildarchive/r351557/
Log:
- distfiles where regenerated (wrong dependency list in the documentation)
- because there will no upstream fixes for CVE-2014-1517 mark bugzilla40 /
bugzilla42 forbidden and set expiration date to 2014-06-21
- fix the GRAPHVIZ OPTION
- bump PORTREVISION
MFH: 2014Q2
Modified:
head/devel/bugzilla40/Makefile
head/devel/bugzilla40/distinfo
head/devel/bugzilla42/Makefile
head/devel/bugzilla44/Makefile
Modified: head/devel/bugzilla40/Makefile
==============================================================================
--- head/devel/bugzilla40/Makefile Fri Apr 18 18:37:12 2014 (r351556)
+++ head/devel/bugzilla40/Makefile Fri Apr 18 18:52:42 2014 (r351557)
@@ -2,6 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.0.12
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= BUGZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -24,6 +25,10 @@ RUN_DEPENDS= \
p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \
p5-URI>=0:${PORTSDIR}/net/p5-URI
+FORBIDDEN= no upstream fixes for CVE-2014-1517, see\
+ http://www.bugzilla.org/security/4.0.11/
+EXPIRATION_DATE=2014-06-21
+
USES= perl5
USE_PERL5= patch run build
@@ -110,7 +115,7 @@ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod
p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI
.endif
-.if ${PORT_OPTIONS:MWITH_GRAPHVIZ}
+.if ${PORT_OPTIONS:MGRAPHVIZ}
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.endif
Modified: head/devel/bugzilla40/distinfo
==============================================================================
--- head/devel/bugzilla40/distinfo Fri Apr 18 18:37:12 2014 (r351556)
+++ head/devel/bugzilla40/distinfo Fri Apr 18 18:52:42 2014 (r351557)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.0.12.tar.gz) = 32a8c6da2de699062ec10b1be0ece9873d9d477101c19fb7bfc9799d9178da85
-SIZE (bugzilla/bugzilla-4.0.12.tar.gz) = 2876792
+SHA256 (bugzilla/bugzilla-4.0.12.tar.gz) = 596dbfbf22b77017412901965fc57b6cf01e59fbdc44cd2d1bfc27041605d66a
+SIZE (bugzilla/bugzilla-4.0.12.tar.gz) = 2876584
Modified: head/devel/bugzilla42/Makefile
==============================================================================
--- head/devel/bugzilla42/Makefile Fri Apr 18 18:37:12 2014 (r351556)
+++ head/devel/bugzilla42/Makefile Fri Apr 18 18:52:42 2014 (r351557)
@@ -2,6 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.2.8
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= BUGZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -25,6 +26,10 @@ RUN_DEPENDS= \
p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \
p5-URI>=1.37:${PORTSDIR}/net/p5-URI
+FORBIDDEN= no upstream fixes for CVE-2014-1517, see\
+ http://www.bugzilla.org/security/4.0.11/
+EXPIRATION_DATE=2014-06-21
+
USES= perl5
USE_PERL5= patch run build
@@ -117,7 +122,7 @@ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod
p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI
.endif
-.if ${PORT_OPTIONS:MWITH_GRAPHVIZ}
+.if ${PORT_OPTIONS:MGRAPHVIZ}
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.endif
Modified: head/devel/bugzilla44/Makefile
==============================================================================
--- head/devel/bugzilla44/Makefile Fri Apr 18 18:37:12 2014 (r351556)
+++ head/devel/bugzilla44/Makefile Fri Apr 18 18:52:42 2014 (r351557)
@@ -2,6 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.4.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= BUGZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -118,7 +119,7 @@ RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod
p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI
.endif
-.if ${PORT_OPTIONS:MWITH_GRAPHVIZ}
+.if ${PORT_OPTIONS:MGRAPHVIZ}
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.endif
More information about the svn-ports-head
mailing list