[51213] trunk/dports/gnome/gedit-plugins/Portfile

devans at macports.org devans at macports.org
Wed May 20 15:54:30 PDT 2009


Revision: 51213
          http://trac.macports.org/changeset/51213
Author:   devans at macports.org
Date:     2009-05-20 15:54:29 -0700 (Wed, 20 May 2009)
Log Message:
-----------
gedit-plugins:

  * update to version 2.26.2
  * update dependencies and configure options
  * update/install gconf schemas port activate
  * fix livecheck

Modified Paths:
--------------
    trunk/dports/gnome/gedit-plugins/Portfile

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2009-05-20 20:53:21 UTC (rev 51212)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2009-05-20 22:54:29 UTC (rev 51213)
@@ -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,23 +4,41 @@
 
 name            gedit-plugins
-version         2.22.2
+version         2.26.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Plug-ins for GEdit
 long_description Various additional plug-ins for GEdit 2.
 maintainers     nomaintainer
 categories      gnome editors
 platforms       darwin
-homepage        http://www.gnome.org/projects/gedit/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
-checksums       md5     556d4171db9a5a44fdc18f403cea5fdd \
-                sha1    88579a75df9a39ab871952aeac6ba356c749e14b \
-                rmd160  cb5ab52adebf1f7e80826b08a41ac092967dc952
+homepage        http://www.gnome.org/projects/${name}/
+master_sites    gnome:sources/${name}/${branch}/
 
+checksums       md5     382cdc76fc1d59fcf7625be1b8afaac3 \
+                sha1    77e2235107c42153602509ed8d66f4678839c072 \
+                rmd160  16f0db139fda5f92dee008e22c2fbd2dc2b19902
+
+use_bzip2       yes
+
+depends_build   \
+                port:p5-xml-parser \
+                port:gnome-doc-utils
+
 depends_lib     \
-	port:gedit \
-        port:py25-pygtksourceview \
-	port:vte \
-        port:gucharmap
-depends_build   \
-        port:gnome-doc-utils
-use_bzip2       yes
-configure.env	PYTHON=${prefix}/bin/python2.5
+                port:gconf \
+                port:gedit \
+                port:py25-pygtksourceview \
+	        port:vte \
+                port:gucharmap
+
+configure.args  --disable-schemas-install
+
+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/20090520/80f05b0b/attachment.html>


More information about the macports-changes mailing list