svn commit: r327424 - in head/mail: dspam dspam-devel

Andrej Zverev az at FreeBSD.org
Mon Sep 16 17:29:10 UTC 2013


Author: az
Date: Mon Sep 16 17:29:09 2013
New Revision: 327424
URL: http://svnweb.freebsd.org/changeset/ports/327424

Log:
  - convert to the new perl5 framework
  - remove redundant perl usage, since we use it already in global context
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/mail/dspam-devel/Makefile
  head/mail/dspam/Makefile

Modified: head/mail/dspam-devel/Makefile
==============================================================================
--- head/mail/dspam-devel/Makefile	Mon Sep 16 17:27:31 2013	(r327423)
+++ head/mail/dspam-devel/Makefile	Mon Sep 16 17:29:09 2013	(r327424)
@@ -87,7 +87,7 @@ WEBUI_DESC=	Install WebUI, pulls in Apac
 OPTIONS_DEFAULT=	SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL MYSQL55 \
 		PGSQL SQLITE3 HASH
 
-USE_PERL5=	yes
+USES=		perl5
 USE_AUTOTOOLS=	libtool
 .ifdef(SNAP_DATE)
 USE_AUTOTOOLS+=	autoconf:env automake
@@ -402,7 +402,6 @@ RUN_DEPENDS+=	p5-GD-Graph3d>=0:${PORTSDI
 RUN_DEPENDS+=	p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil
 CONFIGURE_ARGS+=--enable-logging
 CONFIGURE_ARGS+=--enable-user-logging
-USE_PERL5=	yes
 PLIST_SUB+=	WebUI=""
 _SED_SCRIPT+=	-e 's/%%WebUI%%//g'
 _SED_SCRIPT+=	-e 's,%%WWWDIR%%,${WWWDIR},g'

Modified: head/mail/dspam/Makefile
==============================================================================
--- head/mail/dspam/Makefile	Mon Sep 16 17:27:31 2013	(r327423)
+++ head/mail/dspam/Makefile	Mon Sep 16 17:29:09 2013	(r327424)
@@ -73,7 +73,7 @@ OPTIONS_DEFAULT=	SYSLOG DEBUG DAEMON CLA
 		PGSQL SQLITE3 HASH
 
 MAKE_JOBS_UNSAFE=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -381,7 +381,6 @@ RUN_DEPENDS+=	p5-GD-Graph3d>=0:${PORTSDI
 RUN_DEPENDS+=	p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil
 CONFIGURE_ARGS+=--enable-logging
 CONFIGURE_ARGS+=--enable-user-logging
-USE_PERL5=	yes
 PLIST_SUB+=	WebUI=""
 _SED_SCRIPT+=	-e 's/%%WebUI%%//g'
 _SED_SCRIPT+=	-e 's,%%WWWDIR%%,${WWWDIR},g'


More information about the svn-ports-all mailing list