Revision: 81439 http://trac.macports.org/changeset/81439 Author: ryandesign@macports.org Date: 2011-07-30 14:30:43 -0700 (Sat, 30 Jul 2011) Log Message: ----------- adium: update homepage, error in pre-configure not pre-fetch, update error message Modified Paths: -------------- trunk/dports/net/adium/Portfile Modified: trunk/dports/net/adium/Portfile =================================================================== --- trunk/dports/net/adium/Portfile 2011-07-30 21:26:56 UTC (rev 81438) +++ trunk/dports/net/adium/Portfile 2011-07-30 21:30:43 UTC (rev 81439) @@ -7,7 +7,7 @@ categories net aqua platforms macosx maintainers nomaintainer -homepage http://www.adiumx.com/ +homepage http://adium.im/ distfiles description a multiple protocol instant messaging client @@ -16,9 +16,10 @@ connect to any number of messaging accounts on any combination of \ supported messaging services and then chat with other people using \ -pre-fetch { - ui_error "Installation cancelled since the port is going to be removed from MacPorts due to an existing native installer." - return -code error +pre-configure { + ui_error "Adium is being removed from MacPorts." + ui_error "Please vist ${homepage} to download and install Adium." + return -code error "obsolete port" } livecheck.type none
participants (1)
-
ryandesign@macports.org