Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 21:33:43 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378023 - head/devel/bugzilla44
Message-ID:  <201501272133.t0RLXhj4077467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501272133.t0RLXhj4077467>