Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 21:19:30 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r377957 - in branches/2015Q1: devel/bugzilla44 german/bugzilla44
Message-ID:  <201501262119.t0QLJUpG072774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Mon Jan 26 21:19:30 2015
New Revision: 377957
URL: https://svnweb.freebsd.org/changeset/ports/377957
QAT: https://qat.redports.org/buildarchive/r377957/

Log:
  MFH: r377952
  
  - update to 4.4.7
  - adjust dependency
  
  Security:	dc2d76df-a595-11e4-9363-20cf30e32f6d
  		CVE-2014-8630
  MFH: r377954
  
  - adjust bugzilla revision to 4.4.7,
  - bump PORTREVISION
  
  Approved by:	portmgr (mat)

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	Mon Jan 26 20:53:59 2015	(r377956)
+++ branches/2015Q1/devel/bugzilla44/Makefile	Mon Jan 26 21:19:30 2015	(r377957)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	4.4.6
-PORTREVISION=	3
+PORTVERSION=	4.4.7
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -15,7 +14,7 @@ LICENSE=	MPL
 # see Bugzilla/Install/Requirements.pm
 RUN_DEPENDS=	\
 		p5-CGI.pm>=3.51:${PORTSDIR}/www/p5-CGI.pm \
-		p5-DBI>=1.54:${PORTSDIR}/databases/p5-DBI \
+		p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \
 		p5-DateTime-TimeZone>=1.64:${PORTSDIR}/devel/p5-DateTime-TimeZone \
 		p5-DateTime>=0.75:${PORTSDIR}/devel/p5-DateTime \
 		p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME \
@@ -89,7 +88,7 @@ RUN_DEPENDS+=	p5-PatchReader>=0.9.6:${PO
 .endif
 
 .if ${PORT_OPTIONS:MMORE_HTML}
-RUN_DEPENDS+=	p5-HTML-Parser>=3.40:${PORTSDIR}/www/p5-HTML-Parser \
+RUN_DEPENDS+=	p5-HTML-Parser>=3.67:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber
 .endif
 

Modified: branches/2015Q1/devel/bugzilla44/distinfo
==============================================================================
--- branches/2015Q1/devel/bugzilla44/distinfo	Mon Jan 26 20:53:59 2015	(r377956)
+++ branches/2015Q1/devel/bugzilla44/distinfo	Mon Jan 26 21:19:30 2015	(r377957)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.4.6.tar.gz) = ac3547195f2ce156488aac2cc537620775e08a9d888441daab2b40ab66ab01f4
-SIZE (bugzilla/bugzilla-4.4.6.tar.gz) = 2956046
+SHA256 (bugzilla/bugzilla-4.4.7.tar.gz) = 5fe8141f017b964b3b80b94665bb73d15a31291393fc34429523ecbab26b2695
+SIZE (bugzilla/bugzilla-4.4.7.tar.gz) = 4924634

Modified: branches/2015Q1/german/bugzilla44/Makefile
==============================================================================
--- branches/2015Q1/german/bugzilla44/Makefile	Mon Jan 26 20:53:59 2015	(r377956)
+++ branches/2015Q1/german/bugzilla44/Makefile	Mon Jan 26 21:19:30 2015	(r377957)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bugzilla
 PORTVERSION=	4.4.6
+PORTREVISION=	1
 CATEGORIES=	german
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -16,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=	5
+BZ_REVNUM=	7
 
 .include "${.CURDIR}/../../devel/bugzilla44/Makefile.common"
 



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