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

devans at macports.org devans at macports.org
Tue Apr 15 05:49:00 PDT 2014


Revision: 119024
          https://trac.macports.org/changeset/119024
Author:   devans at macports.org
Date:     2014-04-15 05:49:00 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
gedit-plugins: update to version 3.12.1, add missing dependencies.

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

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2014-04-15 11:07:12 UTC (rev 119023)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2014-04-15 12:49:00 UTC (rev 119024)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            gedit-plugins
-version         3.12.0
+version         3.12.1
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Plug-ins for GEdit
@@ -18,16 +18,20 @@
 
 use_xz          yes
 
-checksums       rmd160  88ddf0c8621339211276258964c26a324f5efec0 \
-                sha256  3d54ec3df4f763ce60fb019fe7cc2be42c2c5e92bc321c4e69df55bec31dc484
+checksums       rmd160  f59a728527a9cfd81878bbc44e995f2dd4ff11fb \
+                sha256  431adb6c8327d755329061f59d9f06e94819e398b7910751bbe46bc96679c67f
 
 depends_build   port:pkgconfig \
-                port:intltool
+                port:intltool \
+                port:itstool \
+                port:yelp-tools
 
 depends_lib     port:gtk3 \
                 port:gtksourceview3 \
                 port:libpeas \
-                port:gedit
+                port:gedit \
+                port:vte \
+                port:libgit2-glib
 
 patchfiles      patch-configure.ac.diff
 
@@ -40,7 +44,8 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args  --disable-schemas-compile
+configure.args  --disable-python \
+                --disable-schemas-compile
 
 variant python32 conflicts python33 python34 description {Use python 3.2} {
     depends_lib-append        port:py32-gobject3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/935d6ba2/attachment.html>


More information about the macports-changes mailing list