[72120] trunk/dports/devel/gettext-lint/Portfile

afb at macports.org afb at macports.org
Mon Oct 4 01:23:10 PDT 2010


Revision: 72120
          http://trac.macports.org/changeset/72120
Author:   afb at macports.org
Date:     2010-10-04 01:23:06 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
gettext-lint: make ryan happy

Modified Paths:
--------------
    trunk/dports/devel/gettext-lint/Portfile

Modified: trunk/dports/devel/gettext-lint/Portfile
===================================================================
--- trunk/dports/devel/gettext-lint/Portfile	2010-10-04 07:34:26 UTC (rev 72119)
+++ trunk/dports/devel/gettext-lint/Portfile	2010-10-04 08:23:06 UTC (rev 72120)
@@ -18,12 +18,12 @@
 master_sites	sourceforge:gettext-lint
 checksums	md5 9db81f7c3df06147ba27ee331222e057
 
-depends_lib	port:automake port:autoconf port:python25 bin:dos2unix:dos2unix
+depends_lib	port:automake port:autoconf port:python25
 
 patchfiles	patch-python.diff
 
 post-extract	{ delete ${worksrcpath}/INSTALL ${worksrcpath}/install-sh ${worksrcpath}/missing }
-post-patch	{ system "dos2unix -k ${worksrcpath}/src/POFileClean.in" }
+pre-patch	{ reinplace "s|\r||g" ${worksrcpath}/src/POFileClean.in }
 pre-configure	{ system "cd ${worksrcpath} && aclocal && automake --add-missing --copy && autoconf" }
 
 configure.env	PYTHON=${prefix}/bin/python2.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101004/92097fde/attachment-0001.html>


More information about the macports-changes mailing list