[108199] trunk/dports

devans at macports.org devans at macports.org
Mon Jul 15 16:16:53 PDT 2013


Revision: 108199
          https://trac.macports.org/changeset/108199
Author:   devans at macports.org
Date:     2013-07-15 16:16:53 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
gnome help providers: add runtime dependency on yelp.

Modified Paths:
--------------
    trunk/dports/games/teg/Portfile
    trunk/dports/gnome/drivel/Portfile
    trunk/dports/gnome/genius/Portfile
    trunk/dports/gnome/ggv/Portfile
    trunk/dports/gnome/gnome-system-monitor/Portfile
    trunk/dports/gnome/gnomeicu/Portfile
    trunk/dports/gnome/gnucash/Portfile
    trunk/dports/gnome/gnumeric/Portfile
    trunk/dports/gnome/oregano/Portfile
    trunk/dports/gnome/xchat-gnome/Portfile
    trunk/dports/x11/gobby/Portfile

Modified: trunk/dports/games/teg/Portfile
===================================================================
--- trunk/dports/games/teg/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/games/teg/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -34,6 +34,9 @@
     port:libgnomeui \
     port:readline
 
+depends_run    \
+    port:yelp
+
 pre-destroot {
     file mkdir "${destroot}${prefix}/etc/gconf/gconf.xml.defaults/"
     file mkdir "${destroot}${prefix}/etc/gconf/gconf.xml.defaults/apps/"

Modified: trunk/dports/gnome/drivel/Portfile
===================================================================
--- trunk/dports/gnome/drivel/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/drivel/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -34,6 +34,8 @@
                 port:gnome-vfs \
                 port:rarian
 
+depends_run     port:yelp
+
 compiler.blacklist clang
 
 configure.args  --disable-mime-update \

Modified: trunk/dports/gnome/genius/Portfile
===================================================================
--- trunk/dports/gnome/genius/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/genius/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -39,7 +39,8 @@
 
 depends_run         port:desktop-file-utils \
                     port:rarian \
-                    port:shared-mime-info
+                    port:shared-mime-info \
+                    port:yelp
 
 configure.args      --disable-gnome \
                     --disable-gtksourceview \

Modified: trunk/dports/gnome/ggv/Portfile
===================================================================
--- trunk/dports/gnome/ggv/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/ggv/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -32,6 +32,7 @@
                 port:ghostscript \
                 port:libgnomeprintui \
                 port:libgnomeui
+depends_run     port:yelp
 
 configure.cppflags-append "-L${prefix}/lib"
 configure.args  --disable-schemas-install

Modified: trunk/dports/gnome/gnome-system-monitor/Portfile
===================================================================
--- trunk/dports/gnome/gnome-system-monitor/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/gnome-system-monitor/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -36,6 +36,8 @@
                 port:gtkmm \
                 port:librsvg
 
+depends_run     port:yelp
+
 use_bzip2       yes
 
 patchfiles      patch-src_openfiles.cpp.diff

Modified: trunk/dports/gnome/gnomeicu/Portfile
===================================================================
--- trunk/dports/gnome/gnomeicu/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/gnomeicu/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -40,6 +40,8 @@
                         port:rarian \
                         port:desktop-file-utils
 
+depends_run             port:yelp
+
 patchfiles              patch_icu_db.c
 
 configure.cflags-append -DHAVE_NDBM=0

Modified: trunk/dports/gnome/gnucash/Portfile
===================================================================
--- trunk/dports/gnome/gnucash/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/gnucash/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -56,6 +56,8 @@
                   port:icu \
                   port:p5.12-finance-quote   
 
+depends_run       port:yelp
+
 # aqbanking and libgtkhtml3 are not universal
 universal_variant no
 

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/gnumeric/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -30,6 +30,8 @@
                 port:libglade2 \
                 port:libpng
 
+depends_run     port:yelp
+
 configure.args  --disable-schemas-install \
                 --disable-schemas-compile \
                 --without-gda \

Modified: trunk/dports/gnome/oregano/Portfile
===================================================================
--- trunk/dports/gnome/oregano/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/oregano/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -31,6 +31,8 @@
                     port:desktop-file-utils \
                     port:shared-mime-info
 
+depends_run         port:yelp
+
 post-extract {
     move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
     file mkdir ${worksrcpath}/m4

Modified: trunk/dports/gnome/xchat-gnome/Portfile
===================================================================
--- trunk/dports/gnome/xchat-gnome/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/gnome/xchat-gnome/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -38,6 +38,8 @@
                     port:openssl \
                     port:python27
 
+depends_run         port:yelp
+
 patchfiles          patch-configure.diff
 
 configure.python    ${prefix}/bin/python2.7

Modified: trunk/dports/x11/gobby/Portfile
===================================================================
--- trunk/dports/x11/gobby/Portfile	2013-07-15 21:47:37 UTC (rev 108198)
+++ trunk/dports/x11/gobby/Portfile	2013-07-15 23:16:53 UTC (rev 108199)
@@ -36,6 +36,8 @@
                         port:libgsasl \
                         port:libinfinity
 
+depends_run		port:yelp
+
 # libinfinity is not universal
 universal_variant       no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/6beaee27/attachment.html>


More information about the macports-changes mailing list