From owner-svn-ports-all@FreeBSD.ORG Sun Aug 18 14:25:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 89D7AAA8; Sun, 18 Aug 2013 14:25:18 +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 75FB92995; Sun, 18 Aug 2013 14:25:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7IEPIAL078526; Sun, 18 Aug 2013 14:25:18 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7IEPHGf078487; Sun, 18 Aug 2013 14:25:17 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308181425.r7IEPHGf078487@svn.freebsd.org> From: Andrej Zverev Date: Sun, 18 Aug 2013 14:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324918 - in head: devel/p5-IO-BufferedSelect misc/p5-Array-FileReader misc/p5-Array-LineReader net/p5-BBS-Client textproc/p5-HTML-QRCode textproc/p5-Text-QRCode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 14:25:18 -0000 Author: az Date: Sun Aug 18 14:25:16 2013 New Revision: 324918 URL: http://svnweb.freebsd.org/changeset/ports/324918 Log: - Convert to new perl framework Modified: head/devel/p5-IO-BufferedSelect/Makefile (contents, props changed) head/misc/p5-Array-FileReader/Makefile (contents, props changed) head/misc/p5-Array-LineReader/Makefile (contents, props changed) head/net/p5-BBS-Client/Makefile (contents, props changed) head/textproc/p5-HTML-QRCode/Makefile (contents, props changed) head/textproc/p5-Text-QRCode/Makefile (contents, props changed) Modified: head/devel/p5-IO-BufferedSelect/Makefile ============================================================================== --- head/devel/p5-IO-BufferedSelect/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/devel/p5-IO-BufferedSelect/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Line-buffered select interface -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::BufferedSelect.3 Modified: head/misc/p5-Array-FileReader/Makefile ============================================================================== --- head/misc/p5-Array-FileReader/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/misc/p5-Array-FileReader/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -13,7 +13,8 @@ COMMENT= Lazily tie files to arrays for BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::FileReader.3 Modified: head/misc/p5-Array-LineReader/Makefile ============================================================================== --- head/misc/p5-Array-LineReader/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/misc/p5-Array-LineReader/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -13,7 +13,8 @@ COMMENT= Access lines of a file via an a BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::LineReader.3 Modified: head/net/p5-BBS-Client/Makefile ============================================================================== --- head/net/p5-BBS-Client/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/net/p5-BBS-Client/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -14,7 +14,8 @@ COMMENT= A Client Module For BBS Systems BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::Client.3 Modified: head/textproc/p5-HTML-QRCode/Makefile ============================================================================== --- head/textproc/p5-HTML-QRCode/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/textproc/p5-HTML-QRCode/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Text-QRCode>0:${PORTSD libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= HTML::QRCode.3 Modified: head/textproc/p5-Text-QRCode/Makefile ============================================================================== --- head/textproc/p5-Text-QRCode/Makefile Sun Aug 18 13:46:06 2013 (r324917) +++ head/textproc/p5-Text-QRCode/Makefile Sun Aug 18 14:25:16 2013 (r324918) @@ -14,7 +14,8 @@ COMMENT= Generate text based QR Code BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= Text::QRCode.3