svn commit: r324223 - in head: mail/prayer x11-wm/i3
Andrej Zverev
az at FreeBSD.org
Sun Aug 4 12:33:51 UTC 2013
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 \
More information about the svn-ports-head
mailing list