svn commit: r373727 - head/devel/bugzilla44

Olli Hauer ohauer at FreeBSD.org
Mon Dec 1 23:19:08 UTC 2014


Author: ohauer
Date: Mon Dec  1 23:19:07 2014
New Revision: 373727
URL: https://svnweb.freebsd.org/changeset/ports/373727
QAT: https://qat.redports.org/buildarchive/r373727/

Log:
  - list empty dirs (make qa-script happy)
  - if PERL_LEVEL >= 501800, then also depend on devel/p5-Module-Pluggable
     Module::Pluggable from perl5.18 complains about deprection and this way
     cron job notice is no longer readable
  - bump PORTREVISION

Modified:
  head/devel/bugzilla44/Makefile
  head/devel/bugzilla44/pkg-plist

Modified: head/devel/bugzilla44/Makefile
==============================================================================
--- head/devel/bugzilla44/Makefile	Mon Dec  1 22:50:41 2014	(r373726)
+++ head/devel/bugzilla44/Makefile	Mon Dec  1 23:19:07 2014	(r373727)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bugzilla
 PORTVERSION=	4.4.6
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -41,6 +42,13 @@ EMPTY_DIRS_LIST=data graphs contrib lib 
 .include "${.CURDIR}/Makefile.options"
 .include <bsd.port.options.mk>
 
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 501800
+# XXX silence Module::Pluggable deprecated warnings (PR 194782)
+BUILD_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+.endif
+
 .if ${PORT_OPTIONS:MMODPERL}
 USE_APACHE_RUN=	22+
 .endif
@@ -196,4 +204,4 @@ do-install:	.SILENT
 	(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib)
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/devel/bugzilla44/pkg-plist
==============================================================================
--- head/devel/bugzilla44/pkg-plist	Mon Dec  1 22:50:41 2014	(r373726)
+++ head/devel/bugzilla44/pkg-plist	Mon Dec  1 23:19:07 2014	(r373727)
@@ -887,3 +887,9 @@
 %%WWWDIR%%/whine.pl
 %%WWWDIR%%/whineatnews.pl
 %%WWWDIR%%/xmlrpc.cgi
+ at dir %%WWWDIR%%/contrib
+ at dir %%WWWDIR%%/data
+ at dir %%WWWDIR%%/graphs
+ at dir %%WWWDIR%%/lib
+ at dir %%WWWDIR%%/t
+ at dir %%WWWDIR%%/xt


More information about the svn-ports-head mailing list