[119979] users/devans/GNOME-3/stable/dports/gnome/epiphany

devans at macports.org devans at macports.org
Mon May 12 08:46:37 PDT 2014


Revision: 119979
          https://trac.macports.org/changeset/119979
Author:   devans at macports.org
Date:     2014-05-12 08:46:37 -0700 (Mon, 12 May 2014)
Log Message:
-----------
GNOME-3/stable: epiphany current version is now 3.12.1, requires webkit2gtk-3.0 >= 2.4.0 (#41560).

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.1

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.0

Deleted: users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.0
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.0	2014-05-12 15:14:24 UTC (rev 119978)
+++ users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.0	2014-05-12 15:46:37 UTC (rev 119979)
@@ -1,103 +0,0 @@
-# -*- 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: Portfile 116271 2014-01-23 17:32:19Z devans at macports.org $
-
-PortSystem      1.0
-
-name            epiphany
-version         3.12.0
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     A GNOME Web browser.
-long_description \
-                A web browser is more than an application, it is a \
-                way of thinking, it is a way of seeing the world. \
-                Epiphany's principles are simplicity and standards \
-                compliance.
-maintainers     devans openmaintainer
-categories      gnome www
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Web
-master_sites    gnome:sources/${name}/${branch}/
-
-use_xz          yes
-
-checksums       rmd160  7ba0f6069ecab1077858258428db8abd4b86b329 \
-                sha256  c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25
-
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-common
-
-depends_lib     port:desktop-file-utils \
-                port:gnome-icon-theme \
-                port:gnome-icon-theme-symbolic \
-                port:gtk3 \
-                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
-                port:gnome-desktop \
-                port:libxslt\
-                port:libsoup \
-                port:libsecret \
-                port:port:libnotify \
-                port:libwnck3 \
-                port:gsettings-desktop-schemas \
-                port:nss \
-                port:sqlite3 \
-                port:gcr \
-                port:avahi \
-                port:xorg-libX11 \
-                port:iso-codes
-
-depends_run     port:gnome-settings-daemon
-
-# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
-platform darwin {
-    set cxxstdlib {}
-
-    if {[info exists configure.cxx_stdlib] &&
-        ${configure.cxx_stdlib} ne {} &&
-        [string match *clang* ${configure.cxx}]} {
-        set cxxstdlib ${configure.cxx_stdlib}
-    } elseif {[string match *clang* ${configure.cxx}] &&
-              ${os.major} >= 13} {
-        set cxxstdlib libc++
-    } else {
-        set cxxstdlib libstdc++
-    }
-
-    if {${cxxstdlib} 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
-    }
-}
-
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure.ac
-}
-
-use_autoreconf  yes
-autoreconf.args -fvi
-
-configure.cflags-append -Wno-format-nonliteral
-
-configure.args  --with-distributor-name=MacPorts \
-                --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
-#
-
-if {[variant_isset universal]} {
-    configure.args-append --disable-nss
-    depends_lib-delete port:nss
-}
-
-livecheck.type  gnome-with-unstable

Added: users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.1
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.1	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/epiphany/Portfile-3.12.1	2014-05-12 15:46:37 UTC (rev 119979)
@@ -0,0 +1,103 @@
+# -*- 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: Portfile 116271 2014-01-23 17:32:19Z devans at macports.org $
+
+PortSystem      1.0
+
+name            epiphany
+version         3.12.1
+license         GPL-2+
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     A GNOME Web browser.
+long_description \
+                A web browser is more than an application, it is a \
+                way of thinking, it is a way of seeing the world. \
+                Epiphany's principles are simplicity and standards \
+                compliance.
+maintainers     devans openmaintainer
+categories      gnome www
+platforms       darwin
+homepage        https://wiki.gnome.org/Apps/Web
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  6bfd416723c2af05511a5ccc7e889dc2aab55030 \
+                sha256  16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gnome-common
+
+depends_lib     port:desktop-file-utils \
+                port:gnome-icon-theme \
+                port:gnome-icon-theme-symbolic \
+                port:gtk3 \
+                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
+                port:gnome-desktop \
+                port:libxslt\
+                port:libsoup \
+                port:libsecret \
+                port:port:libnotify \
+                port:libwnck3 \
+                port:gsettings-desktop-schemas \
+                port:nss \
+                port:sqlite3 \
+                port:gcr \
+                port:avahi \
+                port:xorg-libX11 \
+                port:iso-codes
+
+depends_run     port:gnome-settings-daemon
+
+# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
+platform darwin {
+    set cxxstdlib {}
+
+    if {[info exists configure.cxx_stdlib] &&
+        ${configure.cxx_stdlib} ne {} &&
+        [string match *clang* ${configure.cxx}]} {
+        set cxxstdlib ${configure.cxx_stdlib}
+    } elseif {[string match *clang* ${configure.cxx}] &&
+              ${os.major} >= 13} {
+        set cxxstdlib libc++
+    } else {
+        set cxxstdlib libstdc++
+    }
+
+    if {${cxxstdlib} 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
+    }
+}
+
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+    reinplace "s|--rpath=|-rpath |g" ${worksrcpath}/configure.ac
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.cflags-append -Wno-format-nonliteral
+
+configure.args  --with-distributor-name=MacPorts \
+                --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
+#
+
+if {[variant_isset universal]} {
+    configure.args-append --disable-nss
+    depends_lib-delete port:nss
+}
+
+livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140512/99bde904/attachment-0001.html>


More information about the macports-changes mailing list