Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 17:29:09 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327424 - in head/mail: dspam dspam-devel
Message-ID:  <201309161729.r8GHT99Z001498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



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