[51332] trunk/dports/gnome/pessulus/Portfile

devans at macports.org devans at macports.org
Fri May 22 21:35:21 PDT 2009


Revision: 51332
          http://trac.macports.org/changeset/51332
Author:   devans at macports.org
Date:     2009-05-22 21:35:20 -0700 (Fri, 22 May 2009)
Log Message:
-----------
pessulus: update to version 2.26.1, dependencies, update/install gconf schemas post activate, fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/gnome/pessulus/Portfile

Modified: trunk/dports/gnome/pessulus/Portfile
===================================================================
--- trunk/dports/gnome/pessulus/Portfile	2009-05-23 03:57:22 UTC (rev 51331)
+++ trunk/dports/gnome/pessulus/Portfile	2009-05-23 04:35:20 UTC (rev 51332)
@@ -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,6 +4,6 @@
 
 name		pessulus
-version		2.16.2
-revision	1
+version		2.26.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	gnome python
 platforms	darwin
@@ -15,23 +16,33 @@
 	useful on computers that are open to use by everyone, e.g. in an \
 	internet cafe.
 homepage	http://www.gnome.org/~vuntz/pessulus/
-master_sites	gnome:sources/pessulus/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 baefae82c57576c5abaa2a57a9a77318 \
-		sha1 a97b22f0e7b86a87811cc61f360b3cc4a64a6f12 \
-		rmd160 c0c86f90a0e6125a0122caffc1a95186018ba2c4
+master_sites	gnome:sources/${name}/${branch}/
+
+checksums       md5     526e18ccf9fbf19e255910e7710f69b9 \
+                sha1    fb84b7ac2e6820b6ea883b74cb10437cdd26e751 \
+                rmd160  73db2eef99e1338a1e0a7ec70e96485245862c66
+
 use_bzip2	yes
 
 depends_build	\
-	port:p5-xml-parser \
-	port:pkgconfig
+        port:p5-xml-parser \
+	port:pkgconfig \
+        port:intltool
+
 depends_lib	\
 	port:gconf \
-	port:gettext \
-	path:lib/pkgconfig/glib-2.0.pc:glib2 \
-	port:libiconv \
 	port:py25-gnome \
-	port:py25-gobject \
-	port:py25-numeric \
-	port:python25
+        port:gnome-python-desktop
 
-configure.env	PYTHON=${prefix}/bin/python2.5
+patchfiles      patch-data-Makefile.in.diff
+
+configure.python ${prefix}/bin/python2.5
+
+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/20090522/72e5a79c/attachment-0001.html>


More information about the macports-changes mailing list