From owner-svn-ports-head@FreeBSD.ORG Fri Aug 2 17:16:29 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 556DE9E9; Fri, 2 Aug 2013 17:16:29 +0000 (UTC) (envelope-from mat@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 4286621A1; Fri, 2 Aug 2013 17:16:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r72HGTUC007025; Fri, 2 Aug 2013 17:16:29 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r72HGSN1007023; Fri, 2 Aug 2013 17:16:28 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201308021716.r72HGSN1007023@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 2 Aug 2013 17:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324168 - in head: devel/p5-POE-Component-Schedule security/p5-POE-Filter-SSL 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: Fri, 02 Aug 2013 17:16:29 -0000 Author: mat Date: Fri Aug 2 17:16:28 2013 New Revision: 324168 URL: http://svnweb.freebsd.org/changeset/ports/324168 Log: Convert my ports to the new perl order. Modified: head/devel/p5-POE-Component-Schedule/Makefile (contents, props changed) head/security/p5-POE-Filter-SSL/Makefile (contents, props changed) Modified: head/devel/p5-POE-Component-Schedule/Makefile ============================================================================== --- head/devel/p5-POE-Component-Schedule/Makefile Fri Aug 2 17:11:34 2013 (r324167) +++ head/devel/p5-POE-Component-Schedule/Makefile Fri Aug 2 17:16:28 2013 (r324168) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Test-Simple>=0:${PORTS RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= POE::Component::Schedule.3 Modified: head/security/p5-POE-Filter-SSL/Makefile ============================================================================== --- head/security/p5-POE-Filter-SSL/Makefile Fri Aug 2 17:11:34 2013 (r324167) +++ head/security/p5-POE-Filter-SSL/Makefile Fri Aug 2 17:16:28 2013 (r324168) @@ -28,7 +28,8 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR WRKSRC= ${WRKDIR} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Filter::SSL.3