[107327] trunk/dports/gnome/epiphany/Portfile

devans at macports.org devans at macports.org
Tue Jun 25 10:27:52 PDT 2013


Revision: 107327
          https://trac.macports.org/changeset/107327
Author:   devans at macports.org
Date:     2013-06-25 10:27:52 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
epiphany: rebuild to remove references to libeggdbus, dependencies.

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

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2013-06-25 16:56:56 UTC (rev 107326)
+++ trunk/dports/gnome/epiphany/Portfile	2013-06-25 17:27:52 UTC (rev 107327)
@@ -5,7 +5,7 @@
 
 name            epiphany
 version         2.30.6
-revision        11
+revision        12
 license         GPL-2+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A GNOME Web browser.
@@ -30,7 +30,7 @@
                 port:gnome-common \
                 port:gnome-doc-utils
 
-depends_lib port:gconf \
+depends_lib     port:gconf \
                 port:webkit-gtk \
                 port:icu \
                 port:jpeg \
@@ -39,6 +39,9 @@
                 port:nss \
                 port:iso-codes
 
+depends_run     port:gnome-settings-daemon \
+                port:yelp
+
 configure.args  --with-distributor-name=MacPorts \
                 --enable-introspection=no \
                 --disable-zeroconf \
@@ -54,9 +57,9 @@
 
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-    system "${prefix}/bin/scrollkeeper-update; true"
-    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
-    system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
+    system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/6c0e00d7/attachment-0001.html>


More information about the macports-changes mailing list