From owner-svn-ports-all@FreeBSD.ORG Fri Apr 18 18:52:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AB0EC4A; Fri, 18 Apr 2014 18:52:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 471E612A7; Fri, 18 Apr 2014 18:52:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IIqhlI096014; Fri, 18 Apr 2014 18:52:43 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3IIqghm096010; Fri, 18 Apr 2014 18:52:42 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404181852.s3IIqghm096010@svn.freebsd.org> From: Olli Hauer Date: Fri, 18 Apr 2014 18:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351557 - in head/devel: bugzilla40 bugzilla42 bugzilla44 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 18:52:43 -0000 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