Date: Mon, 18 Nov 2013 16:45:10 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> 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... Message-ID: <201311181645.rAIGjAEf085927@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.options.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181645.rAIGjAEf085927>