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

devans at macports.org devans at macports.org
Tue Jun 25 08:49:30 PDT 2013


Revision: 107310
          https://trac.macports.org/changeset/107310
Author:   devans at macports.org
Date:     2013-06-25 08:49:30 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
gedit-plugins: update to version 2.32.0.

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

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2013-06-25 15:49:15 UTC (rev 107309)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2013-06-25 15:49:30 UTC (rev 107310)
@@ -1,11 +1,11 @@
 # -*- 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
+PortSystem      1.0
 
 name            gedit-plugins
-version         2.26.3
-revision        2
+version         2.32.0
+license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Plug-ins for GEdit
 long_description Various additional plug-ins for GEdit 2.
@@ -15,19 +15,16 @@
 homepage        http://www.gnome.org/projects/${name}/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     141f0375676a2018f1dbe11ba0e2d3ea \
-                sha1    f3c7bcc4a4f9093e00746634a219a3f8a78923bd \
-                rmd160  f6b4e276c8c98a151c1be43739149283848f7297
-
 use_bzip2       yes
 
-depends_build   \
-                port:gnome-doc-utils \
+checksums       rmd160  a7540bfd57bdc15546eea802c68719ac71f85c10 \
+                sha256  2ef7bf48e9500556d84ae4c2950f4eadcc3f9cb9c58c90f2c83956b0ddad1107
+
+depends_build   port:gnome-doc-utils \
                 port:intltool \
                 port:pkgconfig
 
-depends_lib     \
-                port:gconf \
+depends_lib     port:gconf \
                 port:gedit \
                 port:vte \
                 port:gucharmap
@@ -36,19 +33,22 @@
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
-    depends_lib-append        port:py25-pygtksourceview
+    depends_lib-append        port:py25-pygtksourceview \
+                              port:dbus-python25
 }
 
 variant python26 conflicts python25 python27 description {Use python 2.6} {
     configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:py26-pygtksourceview
+    depends_lib-append        port:py26-pygtksourceview \
+                              port:dbus-python26
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.6
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
 
 variant python27 conflicts python25 python26 description {Use python 2.7} {
     configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:py27-pygtksourceview
+    depends_lib-append        port:py27-pygtksourceview \
+                              port:dbus-python27
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/5846b58f/attachment.html>


More information about the macports-changes mailing list