From owner-svn-ports-all@FreeBSD.ORG Tue Jan 27 21:33:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2B182DA; Tue, 27 Jan 2015 21:33: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 A41D5DE5; Tue, 27 Jan 2015 21:33:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0RLXhut077469; Tue, 27 Jan 2015 21:33:43 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0RLXhj4077467; Tue, 27 Jan 2015 21:33:43 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201501272133.t0RLXhj4077467@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 27 Jan 2015 21:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378023 - head/devel/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.18-1 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: Tue, 27 Jan 2015 21:33:43 -0000 Author: ohauer Date: Tue Jan 27 21:33:42 2015 New Revision: 378023 URL: https://svnweb.freebsd.org/changeset/ports/378023 QAT: https://qat.redports.org/buildarchive/r378023/ Log: - update to 4.4.8 Release Notes: https://www.bugzilla.org/releases/4.4.8/release-notes.html This releases contains the following bug fix: - Fixing a regression caused by bug 10902750 [1], JSON-RPC API calls could crash in certain cases instead of displaying the proper error message. (Bug 1124716) [2] [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1090275 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1124716 MFH: 2015Q1 Modified: head/devel/bugzilla44/Makefile head/devel/bugzilla44/distinfo Modified: head/devel/bugzilla44/Makefile ============================================================================== --- head/devel/bugzilla44/Makefile Tue Jan 27 21:33:13 2015 (r378022) +++ head/devel/bugzilla44/Makefile Tue Jan 27 21:33:42 2015 (r378023) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.4.7 +PORTVERSION= 4.4.8 CATEGORIES= devel MASTER_SITES= BUGZILLA MASTER_SITE_SUBDIR= webtools webtools/archived @@ -173,7 +173,7 @@ RUN_DEPENDS+= p5-File-MimeInfo>=0.16:${P .endif post-extract: - @${RM} -rf ${WRKSRC}/.bzr + @${RM} -rf ${WRKSRC}/.git @${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \ ${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \ ${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP Modified: head/devel/bugzilla44/distinfo ============================================================================== --- head/devel/bugzilla44/distinfo Tue Jan 27 21:33:13 2015 (r378022) +++ head/devel/bugzilla44/distinfo Tue Jan 27 21:33:42 2015 (r378023) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.4.7.tar.gz) = 5fe8141f017b964b3b80b94665bb73d15a31291393fc34429523ecbab26b2695 -SIZE (bugzilla/bugzilla-4.4.7.tar.gz) = 4924634 +SHA256 (bugzilla/bugzilla-4.4.8.tar.gz) = 90edf7a3193a3bd8c7ac49e3325e63c539b506db28bd48eb173d30ff59385046 +SIZE (bugzilla/bugzilla-4.4.8.tar.gz) = 4924519