svn commit: r378025 - in branches/2015Q1: devel/bugzilla44 german/bugzilla44
Olli Hauer
ohauer at FreeBSD.org
Tue Jan 27 22:21:49 UTC 2015
Author: ohauer
Date: Tue Jan 27 22:21:47 2015
New Revision: 378025
URL: https://svnweb.freebsd.org/changeset/ports/378025
QAT: https://qat.redports.org/buildarchive/r378025/
Log:
MFH: r378023
- 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: r378024
- adjust bugzilla revision to 4.4.7,
- bump PORTREVISION
Approved by: portmgr (implicit)
Modified:
branches/2015Q1/devel/bugzilla44/Makefile
branches/2015Q1/devel/bugzilla44/distinfo
branches/2015Q1/german/bugzilla44/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/devel/bugzilla44/Makefile
==============================================================================
--- branches/2015Q1/devel/bugzilla44/Makefile Tue Jan 27 21:34:51 2015 (r378024)
+++ branches/2015Q1/devel/bugzilla44/Makefile Tue Jan 27 22:21:47 2015 (r378025)
@@ -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: branches/2015Q1/devel/bugzilla44/distinfo
==============================================================================
--- branches/2015Q1/devel/bugzilla44/distinfo Tue Jan 27 21:34:51 2015 (r378024)
+++ branches/2015Q1/devel/bugzilla44/distinfo Tue Jan 27 22:21:47 2015 (r378025)
@@ -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
Modified: branches/2015Q1/german/bugzilla44/Makefile
==============================================================================
--- branches/2015Q1/german/bugzilla44/Makefile Tue Jan 27 21:34:51 2015 (r378024)
+++ branches/2015Q1/german/bugzilla44/Makefile Tue Jan 27 22:21:47 2015 (r378025)
@@ -2,7 +2,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.4.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= german
MASTER_SITES= SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes
# adjust BZ_REVNUM if bugzilla revision was incremented and there are no
# changes in bugzilla/templates/en. If not used simply comment the line.
-BZ_REVNUM= 7
+BZ_REVNUM= 8
.include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
More information about the svn-ports-branches
mailing list