[21959] trunk/dports/aqua/adium/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 12 07:31:41 PST 2007


Revision: 21959
          http://trac.macosforge.org/projects/macports/changeset/21959
Author:   pipping at macports.org
Date:     2007-02-12 07:31:41 -0800 (Mon, 12 Feb 2007)

Log Message:
-----------
 * bump version to 1.0

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

Modified: trunk/dports/aqua/adium/Portfile
===================================================================
--- trunk/dports/aqua/adium/Portfile	2007-02-12 15:08:44 UTC (rev 21958)
+++ trunk/dports/aqua/adium/Portfile	2007-02-12 15:31:41 UTC (rev 21959)
@@ -1,36 +1,32 @@
 # $Id$
 
 PortSystem 1.0
-name             adium
-version          0.89
-categories       aqua net
-maintainers      toby at opendarwin.org
-description      a multiple protocol instant messaging client
+name            adium
+version         1.0
+categories      aqua net
+maintainers     toby at opendarwin.org
+description     a multiple protocol instant messaging client
 long_description \
-	A multiple protocol instant messaging client. This is a \
-	culmination of a year long rewrite of Adium, which now \
-	utilizes libgaim (the core part of gaim) to connect to \
-	multiple protocols, and is also based on a new plugin \
-	architecture. Partial address book integration, cool \
-	looking tabs, multiple protocols for instant messaging, \
-	and a compact contact list are some of the many \
-	features of the new Adium.
+    A multiple protocol instant messaging client. This is a culmination of \
+    a year long rewrite of Adium, which now utilizes libgaim (the core     \
+    part of gaim) to connect to multiple protocols, and is also based on a \
+    new plugin architecture. Partial address book integration, cool        \
+    looking tabs, multiple protocols for instant messaging, and a compact  \
+    contact list are some of the many features of the new Adium.
 
-master_sites     sourceforge
-distname         AdiumX_Source_${version}
-extract.suffix   .tgz
-checksums        sha1 14c544d77864a9e5386dac33cdda0869da785098
+fetch.type      svn
+svn.url         svn://svn.adiumx.com/adium/tags/AdiumX_${version}
+worksrcdir      AdiumX_${version}
 
-worksrcdir       adium-${version}
+use_configure   no
 
-configure        {}
+depends_build   bin:svn:subversion
+build.type      pbx
+build.target    -project Adium.xcodeproj -target Adium
+build.args      -configuration Deployment
 
-build.type       pbx
-build.target     -project Adium.xcodeproj -target Adium
-build.args       -configuration Deployment
-
 destroot {
 	set appPath ${destroot}/Applications/MacPorts
-	file mkdir ${appPath}
+	xinstall -d ${appPath}
 	file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070212/0a260dc3/attachment.html


More information about the macports-changes mailing list