Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 15:03:41 +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: r351542 - in head/devel: bugzilla40 bugzilla42 bugzilla44
Message-ID:  <201404181503.s3IF3fcd000314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Apr 18 15:03:41 2014
New Revision: 351542
URL: http://svnweb.freebsd.org/changeset/ports/351542
QAT: https://qat.redports.org/buildarchive/r351542/

Log:
  - update to 4.0.12, 4.2.8, 4.4.3
  - move BINMODE to Makefile.common so it is also used in the language packs
  
  Security:	CVE-2014-1517
  Security:	608ed765-c700-11e3-848c-20cf30e32f6d
  Security:	60bfa396-c702-11e3-848c-20cf30e32f6d

Modified:
  head/devel/bugzilla40/Makefile
  head/devel/bugzilla40/Makefile.common
  head/devel/bugzilla40/distinfo
  head/devel/bugzilla42/Makefile
  head/devel/bugzilla42/Makefile.common
  head/devel/bugzilla42/distinfo
  head/devel/bugzilla44/Makefile
  head/devel/bugzilla44/Makefile.common
  head/devel/bugzilla44/distinfo
  head/devel/bugzilla44/pkg-plist

Modified: head/devel/bugzilla40/Makefile
==============================================================================
--- head/devel/bugzilla40/Makefile	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla40/Makefile	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	4.0.11
+PORTVERSION=	4.0.12
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -27,8 +27,6 @@ RUN_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	patch run build
 
-BINMODE=	700
-
 SUB_FILES=	pkg-message
 
 DATA_DIRS_LIST=	images js skins
@@ -147,9 +145,8 @@ post-patch:
 		-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
 	@${FIND} ${WRKSRC}/docs -type f | \
 		${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
-	@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
-		-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
-		| ${XARGS} ${RM} -rf
+	@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
+		-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
 
 do-install:	.SILENT
 	${MKDIR} ${STAGEDIR}${WWWDIR}

Modified: head/devel/bugzilla40/Makefile.common
==============================================================================
--- head/devel/bugzilla40/Makefile.common	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla40/Makefile.common	Fri Apr 18 15:03:41 2014	(r351542)
@@ -11,5 +11,7 @@ PORTSCOUT=	limit:^4\.0\.
 
 WWWDIR=		${PREFIX}/www/bugzilla
 
+BINMODE=	700
+
 NO_BUILD=	yes
 

Modified: head/devel/bugzilla40/distinfo
==============================================================================
--- head/devel/bugzilla40/distinfo	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla40/distinfo	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.0.11.tar.gz) = d2e454a5a705f3728a6645c27793f7c8d3058dda675704eac4a9a856f16b0c0f
-SIZE (bugzilla/bugzilla-4.0.11.tar.gz) = 2785420
+SHA256 (bugzilla/bugzilla-4.0.12.tar.gz) = 32a8c6da2de699062ec10b1be0ece9873d9d477101c19fb7bfc9799d9178da85
+SIZE (bugzilla/bugzilla-4.0.12.tar.gz) = 2876792

Modified: head/devel/bugzilla42/Makefile
==============================================================================
--- head/devel/bugzilla42/Makefile	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla42/Makefile	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	4.2.7
+PORTVERSION=	4.2.8
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -28,8 +28,6 @@ RUN_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	patch run build
 
-BINMODE=	700
-
 SUB_FILES=	pkg-message
 
 DATA_DIRS_LIST=	images js skins
@@ -154,9 +152,8 @@ post-patch:
 		-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
 	@${FIND} ${WRKSRC}/docs -type f | \
 		${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
-	@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
-		-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
-		| ${XARGS} ${RM} -rf
+	@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
+		-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
 
 do-install:	.SILENT
 	${MKDIR} ${STAGEDIR}${WWWDIR}

Modified: head/devel/bugzilla42/Makefile.common
==============================================================================
--- head/devel/bugzilla42/Makefile.common	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla42/Makefile.common	Fri Apr 18 15:03:41 2014	(r351542)
@@ -11,5 +11,7 @@ PORTSCOUT=	limitw:1,even
 
 WWWDIR=		${PREFIX}/www/bugzilla
 
+BINMODE=	700
+
 NO_BUILD=	yes
 

Modified: head/devel/bugzilla42/distinfo
==============================================================================
--- head/devel/bugzilla42/distinfo	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla42/distinfo	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.2.7.tar.gz) = c2350e02e287f10dc21d7a1813d5311d84804fb1f3418d4ef5c7e335458fc189
-SIZE (bugzilla/bugzilla-4.2.7.tar.gz) = 2964784
+SHA256 (bugzilla/bugzilla-4.2.8.tar.gz) = 9a56395908f7e9de0ed5230e59c82192f8209b568a1820423331e41a3ea0855c
+SIZE (bugzilla/bugzilla-4.2.8.tar.gz) = 2956611

Modified: head/devel/bugzilla44/Makefile
==============================================================================
--- head/devel/bugzilla44/Makefile	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla44/Makefile	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	4.4.1
+PORTVERSION=	4.4.3
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -28,8 +28,6 @@ RUN_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	patch build run
 
-BINMODE=	700
-
 SUB_FILES=	pkg-message
 
 DATA_DIRS_LIST=	images js skins
@@ -69,7 +67,7 @@ RUN_DEPENDS+=	p5-GD>=1.20:${PORTSDIR}/gr
 .endif
 
 .if ${PORT_OPTIONS:MCHARTING_MODULES}
-RUN_DEPENDS+=	p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart
+RUN_DEPENDS+=	p5-Chart>=2.1.0:${PORTSDIR}/graphics/p5-Chart
 .endif
 
 .if ${PORT_OPTIONS:MPATCH_VIEWER}
@@ -168,9 +166,8 @@ post-patch:
 		-e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+
 	@${FIND} ${WRKSRC}/docs -type f | \
 		${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
-	@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
-		-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
-		| ${XARGS} ${RM} -rf
+	@${FIND} ${WRKSRC} \( -name ".git*" -or -name "*.orig" -or -name "*.bak" \
+		-or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf
 # empty leftover	
 	@${RM} ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc
 

Modified: head/devel/bugzilla44/Makefile.common
==============================================================================
--- head/devel/bugzilla44/Makefile.common	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla44/Makefile.common	Fri Apr 18 15:03:41 2014	(r351542)
@@ -11,5 +11,7 @@ PORTSCOUT=	limitw:1,even
 
 WWWDIR=		${PREFIX}/www/bugzilla
 
+BINMODE=	700
+
 NO_BUILD=	yes
 

Modified: head/devel/bugzilla44/distinfo
==============================================================================
--- head/devel/bugzilla44/distinfo	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla44/distinfo	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.4.1.tar.gz) = cc63513b98f7f0a523c58c642554ec72ee1e941f7d13c306e2e8c7e4cceeb428
-SIZE (bugzilla/bugzilla-4.4.1.tar.gz) = 2966058
+SHA256 (bugzilla/bugzilla-4.4.3.tar.gz) = b6b3f348c08a76319532909a8f1651170be72b807e27871587fb3170bb828901
+SIZE (bugzilla/bugzilla-4.4.3.tar.gz) = 2957725

Modified: head/devel/bugzilla44/pkg-plist
==============================================================================
--- head/devel/bugzilla44/pkg-plist	Fri Apr 18 14:56:43 2014	(r351541)
+++ head/devel/bugzilla44/pkg-plist	Fri Apr 18 15:03:41 2014	(r351542)
@@ -1041,7 +1041,7 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/en/html/api/extensions
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server



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