Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 12:16:16 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324039 - in head: audio/p5-xmms2 mail/maildrop
Message-ID:  <201307311216.r6VCGGML046952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Jul 31 12:16:16 2013
New Revision: 324039
URL: http://svnweb.freebsd.org/changeset/ports/324039

Log:
  Convert to new perl framework.

Modified:
  head/audio/p5-xmms2/Makefile
  head/mail/maildrop/Makefile

Modified: head/audio/p5-xmms2/Makefile
==============================================================================
--- head/audio/p5-xmms2/Makefile	Wed Jul 31 12:01:01 2013	(r324038)
+++ head/audio/p5-xmms2/Makefile	Wed Jul 31 12:16:16 2013	(r324039)
@@ -12,7 +12,7 @@ LIB_DEPENDS+=	xmmsclient.6:${PORTSDIR}/a
 
 MASTERDIR=	${.CURDIR}/../xmms2
 
-USE_PERL5=	yes
+USES=		perl5
 
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Wed Jul 31 12:01:01 2013	(r324038)
+++ head/mail/maildrop/Makefile	Wed Jul 31 12:16:16 2013	(r324039)
@@ -27,8 +27,7 @@ COMMENT=	Mail delivery agent (MDA) with 
 LICENSE=	GPLv3
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
-USES=		iconv shebangfix
+USES=		iconv shebangfix perl5
 .if defined(.PARSEDIR)
 USES+=		gmake
 .endif



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