[70602] trunk/dports/aqua/MacBiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 14 19:22:42 PDT 2010


Revision: 70602
          http://trac.macports.org/changeset/70602
Author:   ryandesign at macports.org
Date:     2010-08-14 19:22:42 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
MacBiff: whitespace changes only

Modified Paths:
--------------
    trunk/dports/aqua/MacBiff/Portfile

Modified: trunk/dports/aqua/MacBiff/Portfile
===================================================================
--- trunk/dports/aqua/MacBiff/Portfile	2010-08-15 02:20:19 UTC (rev 70601)
+++ trunk/dports/aqua/MacBiff/Portfile	2010-08-15 02:22:42 UTC (rev 70602)
@@ -1,41 +1,40 @@
 # $Id$
 
-PortSystem	1.0
-PortGroup	xcode 1.0
+PortSystem              1.0
+PortGroup               xcode 1.0
 
-name		MacBiff
-version		1.1.11
-revision	1
-categories	aqua net
-maintainers	nomaintainer
-description	IMAP Email checker
+name                    MacBiff
+version                 1.1.11
+revision                1
+categories              aqua net
+maintainers             nomaintainer
+description             IMAP Email checker
 
-long_description	MacBiff is a GPL'd Mac OS X 10.3 (and greater) "Biff" \
-			Program. It periodically checks your IMAP server for \
-			new email, and reports where in your folder hierarchy \
-			your new mail resides.
+long_description        MacBiff is a GPL'd Mac OS X 10.3 (and greater) "Biff" \
+                        Program. It periodically checks your IMAP server for \
+                        new email, and reports where in your folder hierarchy \
+                        your new mail resides.
 
-homepage	http://www.forkit.org/macbiff/
-master_sites	${homepage}archive/
-use_bzip2	yes
-distname	macbiff-${version}
-worksrcdir	${name}
+homepage                http://www.forkit.org/macbiff/
+master_sites            ${homepage}archive/
+use_bzip2               yes
+distname                macbiff-${version}
+worksrcdir              ${name}
 
-patchfiles	patch-main.m
+patchfiles              patch-main.m
 
-checksums	md5 2bea0866c2d6fe05e8204cfb2e2f916d \
-			sha1 63efebd8a5763f29abfc4c021ebc64cc7ee984c1 \
-			rmd160 f40a9f27dd1f395d6c53ae160c63b01ecb6a2a8d
+checksums               md5     2bea0866c2d6fe05e8204cfb2e2f916d \
+                        sha1    63efebd8a5763f29abfc4c021ebc64cc7ee984c1 \
+                        rmd160  f40a9f27dd1f395d6c53ae160c63b01ecb6a2a8d
 
-universal_variant no
+universal_variant       no
 
 variant growl description {Add Growl support} {
-	depends_lib-append		port:Growl
-	xcode.build.settings	OTHER_CFLAGS=-DUSE_GROWL
-	reinplace "s|AppBridge||" ${worksrcpath}/${name}.m
+        depends_lib-append      port:Growl
+        xcode.build.settings    OTHER_CFLAGS=-DUSE_GROWL
+        reinplace "s|AppBridge||" ${worksrcpath}/${name}.m
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	"Version (\\d+(?:\\.\\d+)*)"
-
+livecheck.type          regex
+livecheck.url           ${homepage}
+livecheck.regex         "Version (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/c42cb580/attachment.html>


More information about the macports-changes mailing list