[70603] trunk/dports/aqua/MacBiff

ryandesign at macports.org ryandesign at macports.org
Sat Aug 14 19:48:26 PDT 2010


Revision: 70603
          http://trac.macports.org/changeset/70603
Author:   ryandesign at macports.org
Date:     2010-08-14 19:48:23 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
MacBiff:

 * update to 1.1.15
 * switch to sourceforge homepage and master_sites
 * reenable universal variant which seems to build
 * remove growl variant since growl framework seems to be built-in
 * now requires Leopard or newer

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

Removed Paths:
-------------
    trunk/dports/aqua/MacBiff/files/

Modified: trunk/dports/aqua/MacBiff/Portfile
===================================================================
--- trunk/dports/aqua/MacBiff/Portfile	2010-08-15 02:22:42 UTC (rev 70602)
+++ trunk/dports/aqua/MacBiff/Portfile	2010-08-15 02:48:23 UTC (rev 70603)
@@ -4,35 +4,32 @@
 PortGroup               xcode 1.0
 
 name                    MacBiff
-version                 1.1.11
-revision                1
+version                 1.1.15
 categories              aqua net
 maintainers             nomaintainer
-description             IMAP Email checker
+license                 GPL-2+
 
-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.
+description             IMAP email checker
 
-homepage                http://www.forkit.org/macbiff/
-master_sites            ${homepage}archive/
-use_bzip2               yes
+long_description        ${name} periodically checks your IMAP server for new \
+                        email and tells you where in your folder hierarchy it \
+                        resides.
+
+homepage                http://macbiff.sourceforge.net/
+master_sites            sourceforge:macbiff
 distname                macbiff-${version}
-worksrcdir              ${name}
 
-patchfiles              patch-main.m
+checksums               md5     4040140e2a6cc8a2a931f7a06fe7bb3a \
+                        sha1    9f2ffc99ca1d2d0ea89ff2703cac56af2dab61ab \
+                        rmd160  e4369707ced0605c170f2841960ea497ed169e1d
 
-checksums               md5     2bea0866c2d6fe05e8204cfb2e2f916d \
-                        sha1    63efebd8a5763f29abfc4c021ebc64cc7ee984c1 \
-                        rmd160  f40a9f27dd1f395d6c53ae160c63b01ecb6a2a8d
+extract.mkdir           yes
 
-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
+pre-fetch {
+    if {${os.major} < 9} {
+        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
+        return -code error "incompatible Mac OS X version"
+    }
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/3157ede3/attachment.html>


More information about the macports-changes mailing list