[35636] trunk/dports/net/adium/Portfile
rhwood at macports.org
rhwood at macports.org
Tue Apr 1 00:50:41 PDT 2008
Revision: 35636
http://trac.macosforge.org/projects/macports/changeset/35636
Author: rhwood at macports.org
Date: 2008-04-01 00:50:40 -0700 (Tue, 01 Apr 2008)
Log Message:
-----------
Change a build dependency from a port: dependency to a bin: dependency so that unnessessary ports are not installed
Make lint happy by adding a line after PortSystem and other variables
Modified Paths:
--------------
trunk/dports/net/adium/Portfile
Modified: trunk/dports/net/adium/Portfile
===================================================================
--- trunk/dports/net/adium/Portfile 2008-04-01 07:44:33 UTC (rev 35635)
+++ trunk/dports/net/adium/Portfile 2008-04-01 07:50:40 UTC (rev 35636)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name adium
version 1.1.1
categories net aqua
@@ -11,14 +12,16 @@
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}
use_configure no
-depends_build port:subversion
+depends_build bin:svn:subversion
build.type pbx
build.target -project Adium.xcodeproj -target Adium
build.args -configuration Deployment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080401/33482f6a/attachment.html
More information about the macports-changes
mailing list