[96951] trunk/dports/graphics/openexr/Portfile

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


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

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

Modified: trunk/dports/graphics/openexr/Portfile
===================================================================
--- trunk/dports/graphics/openexr/Portfile	2012-08-22 18:21:16 UTC (rev 96950)
+++ trunk/dports/graphics/openexr/Portfile	2012-08-22 18:22:18 UTC (rev 96951)
@@ -1,34 +1,34 @@
 # $Id$
 
 PortSystem 1.0
+                
+name            openexr
+version         1.7.0
+categories      graphics
+license         BSD
+maintainers     blair
+description     OpenEXR Graphics Library
+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.org
+platforms       darwin
+master_sites    http://savannah.nongnu.org/download/openexr
+checksums       md5     27113284f7d26a58f853c346e0851d7a \
+                sha1    91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b \
+                rmd160  410ae4490988067cc80324e776b52ae6a261f157
 
-name		openexr
-version		1.7.0
-categories	graphics
-license		BSD
-maintainers	blair
-description	OpenEXR Graphics Library
-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.org
-platforms	darwin
-master_sites	http://savannah.nongnu.org/download/openexr
-checksums           md5     27113284f7d26a58f853c346e0851d7a \
-                    sha1    91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b \
-                    rmd160  410ae4490988067cc80324e776b52ae6a261f157
+depends_build   port:libtool
+depends_lib     port:ilmbase
 
-depends_build	port:libtool
-depends_lib	port:ilmbase
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120822/7d34d05d/attachment.html>


More information about the macports-changes mailing list