[51511] trunk/dports/gnome/gwget/Portfile
devans at macports.org
devans at macports.org
Tue May 26 22:31:16 PDT 2009
Revision: 51511
http://trac.macports.org/changeset/51511
Author: devans at macports.org
Date: 2009-05-26 22:31:15 -0700 (Tue, 26 May 2009)
Log Message:
-----------
gwget:
* update to version 1.0.1
* update dependencies, configuration
* update/install gconf schemas post activate
* add livecheck, mode line, lint
Modified Paths:
--------------
trunk/dports/gnome/gwget/Portfile
Modified: trunk/dports/gnome/gwget/Portfile
===================================================================
--- trunk/dports/gnome/gwget/Portfile 2009-05-27 05:06:36 UTC (rev 51510)
+++ trunk/dports/gnome/gwget/Portfile 2009-05-27 05:31:15 UTC (rev 51511)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,5 +4,6 @@
name gwget
-version 0.96
+version 1.0.1
+set branch [join [lrange [split ${version} .] 0 1] .]
description Gwget is a Download Manager for Gnome 2. It uses wget as a backend.
long_description ${description}
@@ -10,29 +12,35 @@
categories gnome net
platforms darwin
homepage http://www.gnome.org/projects/gwget/
-master_sites gnome:sources/${name}/${version}
-checksums sha1 d859025fc9016b2f8bdfdeb4004edc78f3a88f20
+master_sites gnome:sources/${name}/${branch}
-depends_build path:bin/pkg-config:pkgconfig
-depends_lib port:atk \
- path:bin/gconftool-2:gconf \
- port:gettext \
- path:lib/pkgconfig/glib-2.0.pc:glib2 \
- port:gnome-vfs \
- port:gtk2 \
- port:libgnomecanvas \
- port:libart_lgpl \
- port:libbonobo \
- port:libbonoboui \
+use_bzip2 yes
+
+checksums md5 780d2d8569032cbc4405b88c33e431cc \
+ sha1 f637bbe97fab37d95470c8d3aad6a865a58cadb7 \
+ rmd160 aa7fec4a94e4d51c049a0e51704491bf9e41c210
+
+depends_build path:bin/pkg-config:pkgconfig \
+ port:intltool \
+ port:p5-xml-parser
+
+depends_lib path:bin/gconftool-2:gconf \
+ port:libgnomeui \
port:libglade2 \
- port:libgnome \
- port:libgnomeui \
- path:bin/orbit-idl-2:orbit2 \
- port:libxml2 \
- port:p5-xml-parser \
- path:bin/perl:perl5 \
- path:lib/pkgconfig/pango.pc:pango \
- path:bin/wget:wget
+ port:libnotify
-configure.cppflags-append "-L${prefix}/lib"
+depends_run path:bin/wget:wget
+
configure.cflags-append "-no-cpp-precomp -L${prefix}/lib"
+
+configure.args --disable-schemas-install \
+ --disable-epiphany-extension
+
+post-activate {
+ system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
+livecheck.check regex
+livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/a573714a/attachment-0001.html>
More information about the macports-changes
mailing list