[35315] trunk/dports/archivers/bzip2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 25 00:42:33 PDT 2008


Revision: 35315
          http://trac.macosforge.org/projects/macports/changeset/35315
Author:   ryandesign at macports.org
Date:     2008-03-25 00:42:33 -0700 (Tue, 25 Mar 2008)

Log Message:
-----------
bzip2: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/archivers/bzip2/Portfile

Modified: trunk/dports/archivers/bzip2/Portfile
===================================================================
--- trunk/dports/archivers/bzip2/Portfile	2008-03-25 07:36:31 UTC (rev 35314)
+++ trunk/dports/archivers/bzip2/Portfile	2008-03-25 07:42:33 UTC (rev 35315)
@@ -1,49 +1,49 @@
 # $Id$
 
-PortSystem 1.0
-name            bzip2
-version         1.0.5
-platforms       darwin freebsd linux sunos
-categories      sysutils archivers
-maintainers     ryandesign openmaintainer
-description     bzip2 compression library and tools
+PortSystem              1.0
 
-homepage        http://www.bzip.org/
-master_sites    http://www.bzip.org/${version}/
+name                    bzip2
+version                 1.0.5
+platforms               darwin freebsd linux sunos
+categories              sysutils archivers
+maintainers             ryandesign openmaintainer
+description             bzip2 compression library and tools
+use_configure           no
+homepage                http://www.bzip.org/
+master_sites            http://www.bzip.org/${version}/
 
 checksums \
     md5 3c15a0c8d1d3ee1c46a1634d00617b1a \
     sha1 8b02713ea0c8eb501cc8bdac4432d7f29700f767 \
     rmd160 2b31a22138e3914d82a656fee28e2bf029cbc3d4
 
-patchfiles      patch-Makefile-man.diff \
-                patch-Makefile-links.diff
+patchfiles \
+    patch-Makefile-man.diff \
+    patch-Makefile-links.diff
 
 platform darwin {
-	patchfiles-append		patch-Makefile-dylib.diff
+    patchfiles-append   patch-Makefile-dylib.diff
 }
 
 platform freebsd {
-	patchfiles-append		patch-Makefile-so.diff
+    patchfiles-append   patch-Makefile-so.diff
 }
 
 platform linux {
-	patchfiles-append		patch-Makefile-so.diff
+    patchfiles-append   patch-Makefile-so.diff
 }
 
 platform sunos {
-	patchfiles-append		patch-Makefile-so.diff
+    patchfiles-append   patch-Makefile-so.diff
 }
 
 platform darwin 7 {
-    build.env       DYLD_LIBRARY_PATH="${worksrcpath}"
+    build.env           DYLD_LIBRARY_PATH="${worksrcpath}"
 }
 
-use_configure       no
-build.args          PREFIX="${prefix}"
-destroot.destdir    PREFIX="${destroot}${prefix}"
+build.args              PREFIX="${prefix}"
+destroot.destdir        PREFIX="${destroot}${prefix}"
 
-variant universal { 
-	build.args-append \
-		CC="gcc ${configure.universal_cflags}" 
+variant universal {
+    build.args-append   CC="gcc ${configure.universal_cflags}"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080325/f0d28f86/attachment.html 


More information about the macports-changes mailing list