[96950] trunk/dports/graphics/ilmbase/Portfile

blair at macports.org blair at macports.org
Wed Aug 22 11:21:16 PDT 2012


Revision: 96950
          https://trac.macports.org/changeset/96950
Author:   blair at macports.org
Date:     2012-08-22 11:21:16 -0700 (Wed, 22 Aug 2012)
Log Message:
-----------
ilmbase: whitespace changes: replace tabs with spaces.

Modified Paths:
--------------
    trunk/dports/graphics/ilmbase/Portfile

Modified: trunk/dports/graphics/ilmbase/Portfile
===================================================================
--- trunk/dports/graphics/ilmbase/Portfile	2012-08-22 18:19:09 UTC (rev 96949)
+++ trunk/dports/graphics/ilmbase/Portfile	2012-08-22 18:21:16 UTC (rev 96950)
@@ -1,36 +1,36 @@
 # $Id$
 
 PortSystem 1.0
+                
+name            ilmbase
+version         1.0.2
+categories      graphics
+license         BSD
+maintainers     blair
+description     OpenEXR ILM Base libraries
+long_description \
+    OpenEXR is a high dynamic-range (HDR) image file format developed \
+    by Industrial Light & Magic for use in computer imaging applications.
+homepage        http://www.openexr.com/
+platforms       darwin
+master_sites    http://savannah.nongnu.org/download/openexr
 
-name		ilmbase
-version		1.0.2
-categories	graphics
-license		BSD
-maintainers	blair
-description	OpenEXR ILM Base libraries
-long_description   \
-	OpenEXR is a high dynamic-range (HDR) image file format developed \
-	by Industrial Light & Magic for use in computer imaging applications.
-homepage	http://www.openexr.com/
-platforms	darwin
-master_sites	http://savannah.nongnu.org/download/openexr
-
 checksums       sha1    fe6a910a90cde80137153e25e175e2b211beda36 \
                 rmd160  40aed65079ee174be8ed237e5def941ae2b761b3
 
-depends_build	port:libtool port:gsed
+depends_build   port:libtool port:gsed
 
-patchfiles	patch-configure
+patchfiles      patch-configure
 
-configure.args	--mandir=${prefix}/share/man \
-		--infodir=${prefix}/share/info
+configure.args  --mandir=${prefix}/share/man \
+                --infodir=${prefix}/share/info
 
 post-configure {
-	copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
+    copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
 }
 
-test.run	yes
-test.target	check
+test.run        yes
+test.target     check
 
 livecheck.type  regex
 livecheck.url   ${homepage}downloads.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120822/e4519a7f/attachment.html>


More information about the macports-changes mailing list