[52804] trunk/dports/net/deluge/Portfile

devans at macports.org devans at macports.org
Tue Jun 23 08:56:51 PDT 2009


Revision: 52804
          http://trac.macports.org/changeset/52804
Author:   devans at macports.org
Date:     2009-06-23 08:56:51 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
deluge: update to version 1.1.9, update master_sites, dependencies, build.env, fix livecheck.

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

Modified: trunk/dports/net/deluge/Portfile
===================================================================
--- trunk/dports/net/deluge/Portfile	2009-06-23 15:30:26 UTC (rev 52803)
+++ trunk/dports/net/deluge/Portfile	2009-06-23 15:56:51 UTC (rev 52804)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name		deluge
-version		1.0.7
+version		1.1.9
 categories	net gnome python
 maintainers nomaintainer
 description	A GNOME BitTorrent client.
@@ -13,12 +13,14 @@
 homepage	http://www.deluge-torrent.org
 platforms	darwin
 
-master_sites	http://download.deluge-torrent.org/source/${version}/
+master_sites	http://download.deluge-torrent.org/source/
 
-checksums           md5     19f782970aedaa9f53b70699f3ee099a \
-                    sha1    c601a0af4fd5c2fdf7b50eb6af2ddafcff58bfaa \
-                    rmd160  b980ab82e67aabdbe180d32e8a1c5e175501fbd3
+use_bzip2       yes
 
+checksums       md5     38b9dbf255ed9620760d546dbb757882 \
+                sha1    20d035f75b42382e00cabb8a587866abb00d11fc \
+                rmd160  b1f23d8b0392d80e580444675238be7cd71a3c65
+
 depends_build \
 	port:py25-setuptools
 
@@ -26,7 +28,8 @@
 	port:dbus-python25 \
 	port:gettext \
 	port:librsvg \
-	port:py25-gtk \
+	port:py25-chardet \
+        port:py25-gtk \
 	port:py25-setuptools \
 	port:py25-xdg \
 	port:boost
@@ -38,7 +41,8 @@
 build.env	\
 	PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
 	PYTHON_LDFLAGS=-L${prefix}/lib \
-	CFLAGS="-I${prefix}/include -I${prefix}/include/boost"
+	CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
+        CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
 
 pre-configure {
 	if { ![file exists ${prefix}/lib/libboost_python-mt.dylib] } {
@@ -46,3 +50,7 @@
 		error "You must build boost with the python25 variant"
 	}
 }
+
+livecheck.check regex
+livecheck.url   http://download.deluge-torrent.org/source/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/7d349fde/attachment.html>


More information about the macports-changes mailing list