[40353] trunk/dports/gnome/libgnome/Portfile
nox at macports.org
nox at macports.org
Mon Sep 29 13:52:08 PDT 2008
Revision: 40353
http://trac.macports.org/changeset/40353
Author: nox at macports.org
Date: 2008-09-29 13:52:07 -0700 (Mon, 29 Sep 2008)
Log Message:
-----------
libgnome: Updated to 2.22.0.
Modified Paths:
--------------
trunk/dports/gnome/libgnome/Portfile
Modified: trunk/dports/gnome/libgnome/Portfile
===================================================================
--- trunk/dports/gnome/libgnome/Portfile 2008-09-29 20:44:26 UTC (rev 40352)
+++ trunk/dports/gnome/libgnome/Portfile 2008-09-29 20:52:07 UTC (rev 40353)
@@ -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
@@ -4,6 +5,7 @@
name libgnome
version 2.22.0
+set branch [join [lrange [split ${version} .] 0 1] .]
revision 1
maintainers nomaintainer
categories gnome
@@ -14,7 +16,7 @@
${description}
homepage http://www.gnome.org/
-master_sites gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
+master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
checksums md5 52db42762589826c66d27def66112807 \
@@ -30,8 +32,12 @@
port:libiconv \
port:gettext
-post-activate { system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
- gconftool-2 --makefile-install-rule \
- ${prefix}/etc/gconf/schemas/*.schemas"
+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/20080929/de6d1910/attachment.html
More information about the macports-changes
mailing list