Revision: 75479 http://trac.macports.org/changeset/75479 Author: ryandesign@macports.org Date: 2011-01-26 01:09:59 -0800 (Wed, 26 Jan 2011) Log Message: ----------- netpbm: fix whitespace inconsistencies introduced by r75448 Revision Links: -------------- http://trac.macports.org/changeset/75448 Modified Paths: -------------- trunk/dports/graphics/netpbm/Portfile Modified: trunk/dports/graphics/netpbm/Portfile =================================================================== --- trunk/dports/graphics/netpbm/Portfile 2011-01-26 08:40:20 UTC (rev 75478) +++ trunk/dports/graphics/netpbm/Portfile 2011-01-26 09:09:59 UTC (rev 75479) @@ -5,7 +5,7 @@ name netpbm version 10.47.25 revision 0 -svn.revision 1391 +svn.revision 1391 categories graphics maintainers mas openmaintainer description Image manipulation @@ -31,13 +31,13 @@ depends_lib port:zlib port:jpeg port:tiff \ port:libpng port:jasper -fetch.type svn -svn.url http://${name}.svn.sourceforge.net/svnroot/${name}/stable -worksrcdir stable +fetch.type svn +svn.url http://${name}.svn.sourceforge.net/svnroot/${name}/stable +worksrcdir stable -patchfiles patch-pngtopnm.c.diff \ - patch-pm_config.in.h.diff \ - patch-lib-Makefile.diff +patchfiles patch-pngtopnm.c.diff \ + patch-pm_config.in.h.diff \ + patch-lib-Makefile.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/pm_config.in.h @@ -46,9 +46,9 @@ configure.optflags -O3 configure { - # netpbm uses a "configure" script that simply helps building - # config.mk manually. During automated install using macports, - # we do that for our user. + # netpbm uses a "configure" script that simply helps building + # config.mk manually. During automated install using macports, + # we do that for our user. file copy ${worksrcpath}/config.mk.in ${worksrcpath}/config.mk reinplace "s|^CC =.*\$|CC = ${configure.cc}|" ${worksrcpath}/config.mk if {[variant_isset universal]} { @@ -142,6 +142,6 @@ } } -livecheck.type md5 -livecheck.url http://${name}.svn.sourceforge.net/viewvc/${name}/stable/version.mk -livecheck.md5 7e9de24ce27123e4711e1a77d14d4719 +livecheck.type md5 +livecheck.url http://${name}.svn.sourceforge.net/viewvc/${name}/stable/version.mk +livecheck.md5 7e9de24ce27123e4711e1a77d14d4719
participants (1)
-
ryandesign@macports.org