[28758] trunk/dports/net/avahi/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 06:34:10 PDT 2007


Revision: 28758
          http://trac.macosforge.org/projects/macports/changeset/28758
Author:   rhwood at macports.org
Date:     2007-09-08 06:34:10 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
Upgrade to version 0.6.17 (version 0.6.21, the current version does not build for some strange reason that I have to work out)
Require python 2.5 instead of 2.4
Open maintainership
On darwin, be explicit about the fact that we are on darwin

Modified Paths:
--------------
    trunk/dports/net/avahi/Portfile

Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile	2007-09-08 13:32:48 UTC (rev 28757)
+++ trunk/dports/net/avahi/Portfile	2007-09-08 13:34:10 UTC (rev 28758)
@@ -1,10 +1,10 @@
 # $Id$
 PortSystem	1.0
 name		avahi
-version		0.6.16
-revision	1
+version		0.6.17
+revision	0
 categories	net devel
-maintainers	rhwood
+maintainers	rhwood openmaintainer at macports.org
 description	A system which facilitates service discovery on a local network
 long_description \
 	Avahi is a system which facilitates service discovery on a local \
@@ -19,9 +19,9 @@
 homepage        http://avahi.org/
 platforms       darwin
 master_sites	http://avahi.org/download/
-checksums       md5 3cbc460bbd55bae35f7b57443c063640 \
-		sha1 8e684d29a16f6fda3c6a0458299134124d64b5ae \
-		rmd160 0106c3082867715052b416e3c761d8f052de00a0
+checksums       md5 29ebb2181958d5721ee5fc45f035a77c \
+		sha1 3f7d293b72ca1c5269fa4b1e68b453d8ec3ff8f9 \
+		rmd160 cac51c09730e1faf10bf0e11f091be3fd5f138d8
 distname        avahi-${version}
 use_bzip2       no
 
@@ -30,10 +30,11 @@
 	port:gtk2 \
 	port:dbus \
 	port:dbus-glib \
+	port:dbus-python25 \
 	port:expat \
 	port:gdbm \
-	port:py-gdbm \
-	port:py-gtk2
+	port:py25-gdbm \
+	port:py25-gtk2
 
 # enable python-dbus once dbus python bindings are correctly ported
 # all other disabled items should be placed in variants qt3/4 & mono
@@ -41,8 +42,13 @@
 	--disable-autoipd \
 	--disable-qt3 \
 	--disable-qt4 \
-	--disable-python-dbus \
 	--disable-mono \
 	--disable-monodoc
 		
 configure.cppflags-append	"-L${prefix}/lib"
+configure.env	PYTHON=${prefix}/bin/python2.5
+
+platform darwin	{
+	configure.args-append	\
+		--with-distro=darwin
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/4037c130/attachment.html


More information about the macports-changes mailing list