Revision: 81437 http://trac.macports.org/changeset/81437 Author: mk@macports.org Date: 2011-07-30 13:40:13 -0700 (Sat, 30 Jul 2011) Log Message: ----------- adium: drop port since there is a native installer (see ticket #30207) Modified Paths: -------------- trunk/dports/net/adium/Portfile Modified: trunk/dports/net/adium/Portfile =================================================================== --- trunk/dports/net/adium/Portfile 2011-07-30 20:21:02 UTC (rev 81436) +++ trunk/dports/net/adium/Portfile 2011-07-30 20:40:13 UTC (rev 81437) @@ -3,7 +3,7 @@ PortSystem 1.0 name adium -version 1.2.5 +version 1.3.0 categories net aqua maintainers nomaintainer description a multiple protocol instant messaging client @@ -11,27 +11,9 @@ Adium is a free instant messaging application. With Adium, you can \ connect to any number of messaging accounts on any combination of \ supported messaging services and then chat with other people using \ - those services. -homepage http://www.adiumx.com -platforms macosx -master_sites {} -fetch.type svn -svn.url svn://svn.adiumx.com/adium/tags/AdiumX_${version} -worksrcdir AdiumX_${version} -livecheck.type regex -livecheck.url http://trac.adiumx.com/wiki/AdiumVersionHistory -livecheck.regex "Version (.+) " - -use_configure no - -depends_lib port:Growl -build.type pbx -build.target -project Adium.xcodeproj -target Adium -build.args -configuration Deployment - -destroot { - set appPath ${destroot}/Applications/MacPorts - xinstall -d ${appPath} - file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath} +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 } +
participants (1)
-
mk@macports.org