From owner-svn-ports-head@FreeBSD.ORG Sun Aug 4 12:33:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94074BD3; Sun, 4 Aug 2013 12:33:51 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80FB92710; Sun, 4 Aug 2013 12:33:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r74CXplx044011; Sun, 4 Aug 2013 12:33:51 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r74CXp3j044009; Sun, 4 Aug 2013 12:33:51 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308041233.r74CXp3j044009@svn.freebsd.org> From: Andrej Zverev Date: Sun, 4 Aug 2013 12:33:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 12:33:51 -0000 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 \