From owner-svn-ports-head@FreeBSD.ORG Thu May 23 21:49:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65DCE5C3; Thu, 23 May 2013 21:49:41 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 575E62EA; Thu, 23 May 2013 21:49:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4NLnf8x095934; Thu, 23 May 2013 21:49:41 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4NLndpr095921; Thu, 23 May 2013 21:49:39 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201305232149.r4NLndpr095921@svn.freebsd.org> From: Olli Hauer Date: Thu, 23 May 2013 21:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318912 - in head: devel/bugzilla devel/bugzilla3 devel/bugzilla42 german/bugzilla42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 21:49:41 -0000 Author: ohauer Date: Thu May 23 21:49:39 2013 New Revision: 318912 URL: http://svnweb.freebsd.org/changeset/ports/318912 Log: - update bugzilla42 to version 4.2.6 (bugfix release) - remove RUN_DEPENDS for (already expired) perl 5.10 - update german/bugzilla42 - set expiration date for bugzilla3 The following important fixes/changes have been made in this release: o MySQL 5.6 is now supported. (Bug 852560) o A regression introduced in Bugzilla 4.2.4 made Oracle crash when installing Bugzilla for the first time. (Bug 858911) o If a custom field depends on a product, component or classification, the "mandatory" bit was ignored on bug creation. (Bug 782210) o Queries involving flags were broken in several ways. These queries have been fixed. (Bug 828344) o Tabular reports involving the empty resolution did not link bug counts correctly. (Bug 212471) o The Bug.search WebService method was returning all visible bugs when called with no arguments, ignoring the max_search_results and search_allow_no_criteria parameters. (Bug 859118) Release Notes: http://www.bugzilla.org/releases/4.2.6/release-notes.html Modified: head/devel/bugzilla/Makefile head/devel/bugzilla/Makefile.common (contents, props changed) head/devel/bugzilla3/Makefile head/devel/bugzilla42/Makefile head/devel/bugzilla42/Makefile.common (contents, props changed) head/devel/bugzilla42/distinfo (contents, props changed) head/devel/bugzilla42/pkg-plist (contents, props changed) head/german/bugzilla42/Makefile head/german/bugzilla42/distinfo (contents, props changed) Modified: head/devel/bugzilla/Makefile ============================================================================== --- head/devel/bugzilla/Makefile Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla/Makefile Thu May 23 21:49:39 2013 (r318912) @@ -45,10 +45,6 @@ USE_APACHE_RUN= 22+ .include -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql Modified: head/devel/bugzilla/Makefile.common ============================================================================== --- head/devel/bugzilla/Makefile.common Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla/Makefile.common Thu May 23 21:49:39 2013 (r318912) @@ -5,7 +5,7 @@ DIST_SUBDIR= ${PORTNAME} CONFLICTS= bugzilla-3.* \ - bugzilla-4.2.* + bugzilla-4.[2|4].* PORTSCOUT= limit:^4\.0\. Modified: head/devel/bugzilla3/Makefile ============================================================================== --- head/devel/bugzilla3/Makefile Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla3/Makefile Thu May 23 21:49:39 2013 (r318912) @@ -28,6 +28,7 @@ USE_PERL5= yes BINMODE= 700 +EXPIRATION_DATE=2013-08-30 DEPRECATED= Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x \ series will reach end of life @@ -48,10 +49,6 @@ USE_APACHE_RUN= 22+ .include -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql Modified: head/devel/bugzilla42/Makefile ============================================================================== --- head/devel/bugzilla42/Makefile Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla42/Makefile Thu May 23 21:49:39 2013 (r318912) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived @@ -48,10 +48,6 @@ USE_APACHE_RUN= 22+ .include -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA -.endif - .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql Modified: head/devel/bugzilla42/Makefile.common ============================================================================== --- head/devel/bugzilla42/Makefile.common Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla42/Makefile.common Thu May 23 21:49:39 2013 (r318912) @@ -5,7 +5,7 @@ DIST_SUBDIR= ${PORTNAME} CONFLICTS= bugzilla-3.* \ - bugzilla-4.0.* + bugzilla-4.[0|4].* PORTSCOUT= limitw:1,even Modified: head/devel/bugzilla42/distinfo ============================================================================== --- head/devel/bugzilla42/distinfo Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla42/distinfo Thu May 23 21:49:39 2013 (r318912) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.2.5.tar.gz) = d27bfc91903ad7317751452ed8064d6e2d76094b6325fd75dc4efb56edcc96bf -SIZE (bugzilla/bugzilla-4.2.5.tar.gz) = 2973643 +SHA256 (bugzilla/bugzilla-4.2.6.tar.gz) = 16ede21f92e672ed19aadeddd24136a8ec76ec14e6bf9627fe33207f2531807d +SIZE (bugzilla/bugzilla-4.2.6.tar.gz) = 2425903 Modified: head/devel/bugzilla42/pkg-plist ============================================================================== --- head/devel/bugzilla42/pkg-plist Thu May 23 21:44:02 2013 (r318911) +++ head/devel/bugzilla42/pkg-plist Thu May 23 21:49:39 2013 (r318912) @@ -179,7 +179,7 @@ %%PORTDOCS%%%%DOCSDIR%%/en/images/note.gif %%PORTDOCS%%%%DOCSDIR%%/en/images/tip.gif %%PORTDOCS%%%%DOCSDIR%%/en/images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf +@comment %%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf %%PORTDOCS%%%%DOCSDIR%%/en/rel_notes.txt %%PORTDOCS%%%%DOCSDIR%%/en/txt/Bugzilla-Guide.txt %%PORTDOCS%%%%DOCSDIR%%/en/xml/Bugzilla-Guide.xml Modified: head/german/bugzilla42/Makefile ============================================================================== --- head/german/bugzilla42/Makefile Thu May 23 21:44:02 2013 (r318911) +++ head/german/bugzilla42/Makefile Thu May 23 21:49:39 2013 (r318912) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.6 CATEGORIES= german MASTER_SITES= SF MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION} Modified: head/german/bugzilla42/distinfo ============================================================================== --- head/german/bugzilla42/distinfo Thu May 23 21:44:02 2013 (r318911) +++ head/german/bugzilla42/distinfo Thu May 23 21:49:39 2013 (r318912) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/germzilla-4.2.5-1.utf-8.tar.gz) = 717572fa2696e20b2a3f3c60c7966126794a9ebc136a50e56f063fc1df93abd8 -SIZE (bugzilla/germzilla-4.2.5-1.utf-8.tar.gz) = 271266 +SHA256 (bugzilla/germzilla-4.2.6-1.utf-8.tar.gz) = fc33e867a67cede8977c13e3da783902dc979484d53f26cbd898e410fe7d1764 +SIZE (bugzilla/germzilla-4.2.6-1.utf-8.tar.gz) = 270909