From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 16:45:14 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 ESMTPS id 0303BDED; Mon, 18 Nov 2013 16:45:14 +0000 (UTC) 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 E537D2634; Mon, 18 Nov 2013 16:45:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIGjDLt085951; Mon, 18 Nov 2013 16:45:13 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIGjAEf085927; Mon, 18 Nov 2013 16:45:10 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311181645.rAIGjAEf085927@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 18 Nov 2013 16:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334223 - in head: devel/p5-Class-Contract devel/p5-Config-IniHash devel/p5-Devel-Diagram graphics/p5-GD-Graph3d graphics/p5-SWF-Builder graphics/p5-SWF-File math/p5-Math-Bezier-Convert... 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.16 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: Mon, 18 Nov 2013 16:45:14 -0000 Author: mat Date: Mon Nov 18 16:45:09 2013 New Revision: 334223 URL: http://svnweb.freebsd.org/changeset/ports/334223 Log: Use new USES=dos2unix Modified: head/devel/p5-Class-Contract/Makefile head/devel/p5-Config-IniHash/Makefile head/devel/p5-Devel-Diagram/Makefile head/graphics/p5-GD-Graph3d/Makefile head/graphics/p5-SWF-Builder/Makefile head/graphics/p5-SWF-File/Makefile head/math/p5-Math-Bezier-Convert/Makefile head/textproc/p5-Pod-Parser/Makefile head/textproc/p5-Pod-Stripper/Makefile head/textproc/p5-SVG/Makefile head/textproc/p5-Spreadsheet-WriteExcel/Makefile head/textproc/p5-XML-Handler-Trees/Makefile head/textproc/p5-XML-SAXDriver-CSV/Makefile head/textproc/p5-XML-SAXDriver-Excel/Makefile head/www/p5-HTTP-Recorder/Makefile head/www/p5-WWW-Search/Makefile Modified: head/devel/p5-Class-Contract/Makefile ============================================================================== --- head/devel/p5-Class-Contract/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/devel/p5-Class-Contract/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Design-by-Contract OO in Perl -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes PLIST_SUB+= EXAMPLESDIR="share/examples/${PORTNAME}" pre-configure: Modified: head/devel/p5-Config-IniHash/Makefile ============================================================================== --- head/devel/p5-Config-IniHash/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/devel/p5-Config-IniHash/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -16,8 +16,7 @@ RUN_DEPENDS= p5-Hash-Case>=0:${PORTSDIR} p5-Hash-WithDefaults>=0.04:${PORTSDIR}/devel/p5-Hash-WithDefaults BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include Modified: head/devel/p5-Devel-Diagram/Makefile ============================================================================== --- head/devel/p5-Devel-Diagram/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/devel/p5-Devel-Diagram/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Discover the classes of an arbitrary suite of Perl modules -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-install: .ifndef(NOPORTDOCS) Modified: head/graphics/p5-GD-Graph3d/Makefile ============================================================================== --- head/graphics/p5-GD-Graph3d/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/graphics/p5-GD-Graph3d/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -14,8 +14,8 @@ COMMENT= Creates 3D charts with GD::Grap BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this +DOS2UNIX_FILES= lib/GD/Graph3d.pm # pod2man doesn't work without this .include Modified: head/graphics/p5-SWF-Builder/Makefile ============================================================================== --- head/graphics/p5-SWF-Builder/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/graphics/p5-SWF-Builder/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -15,9 +15,8 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile Modified: head/graphics/p5-SWF-File/Makefile ============================================================================== --- head/graphics/p5-SWF-File/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/graphics/p5-SWF-File/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -15,9 +15,8 @@ COMMENT= Manipulating Flash movie (SWF) BUILD_DEPENDS= p5-Data-TemporaryBag>=0:${PORTSDIR}/devel/p5-Data-TemporaryBag RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile Modified: head/math/p5-Math-Bezier-Convert/Makefile ============================================================================== --- head/math/p5-Math-Bezier-Convert/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/math/p5-Math-Bezier-Convert/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -10,9 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert cubic and quadratic Bezier each other -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile Modified: head/textproc/p5-Pod-Parser/Makefile ============================================================================== --- head/textproc/p5-Pod-Parser/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-Pod-Parser/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -13,9 +13,8 @@ COMMENT= Modules to work with POD (Plain LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL Modified: head/textproc/p5-Pod-Stripper/Makefile ============================================================================== --- head/textproc/p5-Pod-Stripper/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-Pod-Stripper/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Strip all pod, and output what's left -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include Modified: head/textproc/p5-SVG/Makefile ============================================================================== --- head/textproc/p5-SVG/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-SVG/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -15,9 +15,8 @@ LICENSE_COMB= dual OPTIONS_DEFINE= EXAMPLES -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include Modified: head/textproc/p5-Spreadsheet-WriteExcel/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-Spreadsheet-WriteExcel/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -21,8 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES -USES= perl5 shebangfix -USE_DOS2UNIX= yes +USES= perl5 shebangfix dos2unix USE_PERL5= configure DOS2UNIX_REGEX= "*.p[lm]" Modified: head/textproc/p5-XML-Handler-Trees/Makefile ============================================================================== --- head/textproc/p5-XML-Handler-Trees/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-XML-Handler-Trees/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -10,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PerlSAX handlers for building tree structures -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= Trees.pm +DOS2UNIX_FILES= Trees.pm post-extract: @${CHMOD} +w ${WRKSRC}/Trees.pm Modified: head/textproc/p5-XML-SAXDriver-CSV/Makefile ============================================================================== --- head/textproc/p5-XML-SAXDriver-CSV/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-XML-SAXDriver-CSV/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -16,8 +16,7 @@ BUILD_DEPENDS= p5-Text-CSV_XS>=0.22:${PO p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include Modified: head/textproc/p5-XML-SAXDriver-Excel/Makefile ============================================================================== --- head/textproc/p5-XML-SAXDriver-Excel/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/textproc/p5-XML-SAXDriver-Excel/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-Spreadsheet-ParseExcel p5-XML-SAX>=0.14:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include Modified: head/www/p5-HTTP-Recorder/Makefile ============================================================================== --- head/www/p5-HTTP-Recorder/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/www/p5-HTTP-Recorder/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes post-patch: @${RM} -f ${WRKSRC}/lib/HTTP/Recorder.pm.orig Modified: head/www/p5-WWW-Search/Makefile ============================================================================== --- head/www/p5-WWW-Search/Makefile Mon Nov 18 16:40:04 2013 (r334222) +++ head/www/p5-WWW-Search/Makefile Mon Nov 18 16:45:09 2013 (r334223) @@ -35,8 +35,7 @@ TEST_DEPENDS= p5-IO-Capture>=0:${PORTSDI p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -USE_DOS2UNIX= yes .include