[76783] trunk/dports/mail/pine/Portfile

raimue at macports.org raimue at macports.org
Tue Mar 8 07:54:36 PST 2011


Revision: 76783
          http://trac.macports.org/changeset/76783
Author:   raimue at macports.org
Date:     2011-03-08 07:54:36 -0800 (Tue, 08 Mar 2011)
Log Message:
-----------
mail/pine:
Mark incompatible with Snow Leopard and above;
does not build and upstream is dead

Modified Paths:
--------------
    trunk/dports/mail/pine/Portfile

Modified: trunk/dports/mail/pine/Portfile
===================================================================
--- trunk/dports/mail/pine/Portfile	2011-03-08 15:51:50 UTC (rev 76782)
+++ trunk/dports/mail/pine/Portfile	2011-03-08 15:54:36 UTC (rev 76783)
@@ -30,10 +30,11 @@
     macosx_deployment_target 10.4
 }
 
-if {${os.platform} == "darwin" && ${os.major} >= 10} {
-    pre-fetch {
-        return -code error "$name does not build on Snow Leopard. Consider using alpine instead."
-    }
+pre-fetch {
+	if {${os.platform} == "darwin" && ${os.major} >= 10} {
+		ui_error "Pine development ended with version 4.64 and evolved into the upwards-compatible replacement Alpine.  Also, this version does not build on Snow Leopard."
+		return -code error "incompatible Mac OS X version"
+	}
 }
 
 destroot	{ xinstall -m 755 -d \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110308/522843d6/attachment.html>


More information about the macports-changes mailing list