Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2013 12:33:51 +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: r324223 - in head: mail/prayer x11-wm/i3
Message-ID:  <201308041233.r74CXp3j044009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Aug  4 12:33:50 2013
New Revision: 324223
URL: http://svnweb.freebsd.org/changeset/ports/324223

Log:
  - Convert to new perl framework
  
  Approved by:	bapt@ (maintainer)

Modified:
  head/mail/prayer/Makefile
  head/x11-wm/i3/Makefile

Modified: head/mail/prayer/Makefile
==============================================================================
--- head/mail/prayer/Makefile	Sun Aug  4 12:30:54 2013	(r324222)
+++ head/mail/prayer/Makefile	Sun Aug  4 12:33:50 2013	(r324223)
@@ -12,8 +12,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	c-client4:${PORTSDIR}/mail/cclient
 
-USE_PERL5_BUILD=yes
-USES=		iconv shebangfix gmake
+USES=		iconv shebangfix gmake perl5
+USE_PERL5=	build
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 SHEBANG_FILES=	utils/ucsnews.pl \

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Sun Aug  4 12:30:54 2013	(r324222)
+++ head/x11-wm/i3/Makefile	Sun Aug  4 12:33:50 2013	(r324223)
@@ -27,10 +27,10 @@ RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/d
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3
 
-USE_PERL5_RUN=	yes
 USE_XORG=	x11 xcb xcursor
-USES=		pkgconfig iconv gmake
+USES=		pkgconfig iconv gmake perl5
 USE_BZIP2=	yes
+USE_PERL5=	run
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/i3 \



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