[144763] trunk/dports/gnome/epiphany

devans at macports.org devans at macports.org
Sun Jan 17 10:00:27 PST 2016


Revision: 144763
          https://trac.macports.org/changeset/144763
Author:   devans at macports.org
Date:     2016-01-17 10:00:26 -0800 (Sun, 17 Jan 2016)
Log Message:
-----------
epiphany: update to version 3.18.3.

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

Added Paths:
-----------
    trunk/dports/gnome/epiphany/files/autogen.sh
    trunk/dports/gnome/epiphany/files/autogen.sh-3.8.2

Removed Paths:
-------------
    trunk/dports/gnome/epiphany/files/autogen.sh

Property Changed:
----------------
    trunk/dports/gnome/epiphany/


Property changes on: trunk/dports/gnome/epiphany
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/epiphany:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/epiphany:108269-142370
/users/devans/GNOME-3/unstable/dports/gnome/epiphany:114069-118152
/users/rmstonecipher/gnome/epiphany:102363-103172
   + /branches/mld-qt-481/dports/gnome/epiphany:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/epiphany:108269-144755
/users/devans/GNOME-3/unstable/dports/gnome/epiphany:114069-118152
/users/rmstonecipher/gnome/epiphany:102363-103172

Modified: trunk/dports/gnome/epiphany/Portfile
===================================================================
--- trunk/dports/gnome/epiphany/Portfile	2016-01-17 17:58:03 UTC (rev 144762)
+++ trunk/dports/gnome/epiphany/Portfile	2016-01-17 18:00:26 UTC (rev 144763)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                epiphany
-version             3.8.2
-revision            7
+version             3.18.3
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A GNOME Web browser.
@@ -21,8 +20,8 @@
 
 use_xz              yes
 
-checksums           rmd160  2aacd8b02f456e345b9f23ff6114d341bbf0013a \
-                    sha256  ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a
+checksums           rmd160  bcf1751202596ff0ac8131a11efc23ca77870fc5 \
+                    sha256  cd4e9ce588c4c66109547d93999d9740d338c3f9dbfbc2143cf2cbb74260def9
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -33,7 +32,6 @@
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
-                    path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
                     port:gnome-desktop \
                     port:libxslt\
                     port:libsoup \
@@ -51,35 +49,16 @@
 depends_run         port:gnome-themes-standard \
                     port:gnome-keyring
 
-platform darwin {
-    if {${configure.cxx_stdlib} eq "libstdc++"} {
-       depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
-       depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
-    }
-}
-
-patchfiles          patch-configure.ac.diff
-
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
-
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
 configure.cmd       ./autogen.sh
 
 configure.cflags-append \
                     -Wno-format-nonliteral
 
 configure.args      --with-distributor-name=MacPorts \
+                    --disable-silent-rules \
                     --disable-schemas-compile \
                     --disable-tests
 
-post-activate {
-    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
-    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-}
-
 #
 # nss is not universal
 #
@@ -89,6 +68,38 @@
     depends_lib-delete port:nss
 }
 
-# this is the last version that will build on darwin < 13
+post-activate {
+    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
 
-livecheck.type      none
+platform darwin {
+    if {${configure.cxx_stdlib} eq "libstdc++"} {
+        version                 3.8.2
+        revision                7
+        checksums               rmd160  2aacd8b02f456e345b9f23ff6114d341bbf0013a \
+                                sha256  ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a
+        depends_lib-append      path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
+
+        patchfiles              patch-configure.ac.diff
+
+        # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+        post-patch {
+            xinstall -m 755 ${filespath}/autogen.sh-3.8.2 ${worksrcpath}/autogen.sh
+        }
+        livecheck.type          none
+    } else {
+        depends_build-append    port:appstream-glib \
+                                port:itstool \
+                                port:yelp-tools
+        depends_lib-append      path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk
+
+        # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+        post-patch {
+            xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+        }
+        livecheck.type          gnome
+    }
+}

Deleted: trunk/dports/gnome/epiphany/files/autogen.sh
===================================================================
--- trunk/dports/gnome/epiphany/files/autogen.sh	2016-01-17 17:58:03 UTC (rev 144762)
+++ trunk/dports/gnome/epiphany/files/autogen.sh	2016-01-17 18:00:26 UTC (rev 144763)
@@ -1,24 +0,0 @@
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-PKG_NAME="epiphany"
-
-(test -f $srcdir/src/ephy-window.c) || {
-    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level $PKG_NAME directory"
-    exit 1
-}
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from GNOME git and make"
-    echo "sure the gnome-autogen.sh script is in your \$PATH."
-    exit 1
-}
-
-REQUIRED_AUTOMAKE_VERSION=1.11
-REQUIRED_LIBTOOL_VERSION=2.2
-REQUIRED_INTLTOOL_VERSION=0.40.4
-. gnome-autogen.sh

Copied: trunk/dports/gnome/epiphany/files/autogen.sh (from rev 144755, users/devans/GNOME-3/stable/dports/gnome/epiphany/files/autogen.sh)
===================================================================
--- trunk/dports/gnome/epiphany/files/autogen.sh	                        (rev 0)
+++ trunk/dports/gnome/epiphany/files/autogen.sh	2016-01-17 18:00:26 UTC (rev 144763)
@@ -0,0 +1,38 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+
+cd $srcdir
+
+(test -f configure.ac) || {
+        echo "*** ERROR: Directory "\`$srcdir\'" does not look like the top-level project directory ***"
+        exit 1
+}
+
+PKG_NAME=`autoconf --trace 'AC_INIT:$1' configure.ac`
+
+if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
+        echo "*** WARNING: I am going to run \`configure' with no arguments." >&2
+        echo "*** If you wish to pass any to it, please specify them on the" >&2
+        echo "*** \`$0\' command line." >&2
+        echo "" >&2
+fi
+
+aclocal --install || exit 1
+intltoolize --force --copy --automake || exit 1
+autoreconf --verbose --force --install -Wno-portability || exit 1
+
+cd $olddir
+
+if [ "$NOCONFIGURE" = "" ]; then
+        $srcdir/configure "$@" || exit 1
+
+        if [ "$1" = "--help" ]; then exit 0 else
+                echo "Now type \`make\' to compile $PKG_NAME" || exit 1
+        fi
+else
+        echo "Skipping configure process."
+fi

Copied: trunk/dports/gnome/epiphany/files/autogen.sh-3.8.2 (from rev 144755, users/devans/GNOME-3/stable/dports/gnome/epiphany/files/autogen.sh-3.8.2)
===================================================================
--- trunk/dports/gnome/epiphany/files/autogen.sh-3.8.2	                        (rev 0)
+++ trunk/dports/gnome/epiphany/files/autogen.sh-3.8.2	2016-01-17 18:00:26 UTC (rev 144763)
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="epiphany"
+
+(test -f $srcdir/src/ephy-window.c) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level $PKG_NAME directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common from GNOME git and make"
+    echo "sure the gnome-autogen.sh script is in your \$PATH."
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.11
+REQUIRED_LIBTOOL_VERSION=2.2
+REQUIRED_INTLTOOL_VERSION=0.40.4
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160117/22333978/attachment-0001.html>


More information about the macports-changes mailing list