[42431] trunk/dports/devel/distcc/Portfile

jmr at macports.org jmr at macports.org
Fri Nov 21 04:54:54 PST 2008


Revision: 42431
          http://trac.macports.org/changeset/42431
Author:   jmr at macports.org
Date:     2008-11-21 04:54:53 -0800 (Fri, 21 Nov 2008)
Log Message:
-----------
distcc: update to version 3.0 (#17028)

Modified Paths:
--------------
    trunk/dports/devel/distcc/Portfile

Modified: trunk/dports/devel/distcc/Portfile
===================================================================
--- trunk/dports/devel/distcc/Portfile	2008-11-21 11:51:31 UTC (rev 42430)
+++ trunk/dports/devel/distcc/Portfile	2008-11-21 12:54:53 UTC (rev 42431)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name		distcc
-version		2.18.3
-categories	devel
+version		3.0
+categories	devel net
 maintainers	nomaintainer
 description	Distributed C compiler
 long_description	\
@@ -12,9 +13,15 @@
 	they share filesystems, have the same headers/libraries or have \
 	syncronized clocks.  distcc should always generate the same \
 	results as a local compile but is often 2 to 3 times faster.
-homepage	http://distcc.samba.org/
+homepage	http://distcc.org/
 platforms	darwin
-master_sites	${homepage}ftp/distcc/
-checksums	md5 0d6b80a1efc3a3d816c4f4175f63eaa2
+master_sites	googlecode
+checksums	md5 a3cab94fb8514687805456bcca9a15ea \
+			sha1 90cea1d7500e95d3c698e6ab9b9536a946f62824 \
+			rmd160 1e187fe09129dcc6e561bfb0cd0db9a43619acca
 use_bzip2	yes
-configure.args	--mandir=${prefix}/share/man
+
+depends_lib		port:popt
+
+configure.args	--mandir=${prefix}/share/man \
+				--without-avahi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081121/6a7f6f6e/attachment.html>


More information about the macports-changes mailing list