diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-19 02:52:42 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-19 02:52:42 +0800 |
commit | 97e26b8c3e0cd1523c8e560dfe44ebd217cbac4b (patch) | |
tree | 2eb0f6516764cb69fbd46a0b229a569e1dd71aa8 | |
parent | abc8ac6e26f6fa6a9ffcace1465afdb5112c1523 (diff) | |
download | freebsd-ports-gnome-97e26b8c3e0cd1523c8e560dfe44ebd217cbac4b.tar.gz freebsd-ports-gnome-97e26b8c3e0cd1523c8e560dfe44ebd217cbac4b.tar.zst freebsd-ports-gnome-97e26b8c3e0cd1523c8e560dfe44ebd217cbac4b.zip |
- 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
-rw-r--r-- | devel/bugzilla40/Makefile | 7 | ||||
-rw-r--r-- | devel/bugzilla40/distinfo | 4 | ||||
-rw-r--r-- | devel/bugzilla42/Makefile | 7 | ||||
-rw-r--r-- | devel/bugzilla44/Makefile | 3 |
4 files changed, 16 insertions, 5 deletions
diff --git a/devel/bugzilla40/Makefile b/devel/bugzilla40/Makefile index d8c73d4801ff..10b97932da81 100644 --- a/devel/bugzilla40/Makefile +++ b/devel/bugzilla40/Makefile @@ -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_perl2>=0:${PORTSDIR}/www/mod_perl2 \ 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 diff --git a/devel/bugzilla40/distinfo b/devel/bugzilla40/distinfo index d3fcbc867d34..34eb49b4b9f6 100644 --- a/devel/bugzilla40/distinfo +++ b/devel/bugzilla40/distinfo @@ -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 diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile index 0e03fd4f35a1..9781969c2ec5 100644 --- a/devel/bugzilla42/Makefile +++ b/devel/bugzilla42/Makefile @@ -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_perl2>=0:${PORTSDIR}/www/mod_perl2 \ 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 diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index 083f40278a6e..bddc92d52bde 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -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_perl2>=0:${PORTSDIR}/www/mod_perl2 \ 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 |