[136184] trunk/dports/gnome/gitg

devans at macports.org devans at macports.org
Mon May 11 15:51:13 PDT 2015


Revision: 136184
          https://trac.macports.org/changeset/136184
Author:   devans at macports.org
Date:     2015-05-11 15:51:13 -0700 (Mon, 11 May 2015)
Log Message:
-----------
gitg: reconfigure using upstream autogen.sh for intltool 0.51 compatibility, increment revision to fix locale install path, disable livecheck until webkit2-gtk3 requirement can be met, update comments.

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

Added Paths:
-----------
    trunk/dports/gnome/gitg/Portfile-3.14.0

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


Property changes on: trunk/dports/gnome/gitg
___________________________________________________________________
Added: svn:mergeinfo
   + /users/devans/GNOME-3/stable/dports/gnome/gitg:119981-136062
/users/devans/GNOME-3/unstable/dports/gnome/gitg:122645-125934

Modified: trunk/dports/gnome/gitg/Portfile
===================================================================
--- trunk/dports/gnome/gitg/Portfile	2015-05-11 22:50:31 UTC (rev 136183)
+++ trunk/dports/gnome/gitg/Portfile	2015-05-11 22:51:13 UTC (rev 136184)
@@ -4,7 +4,9 @@
 PortSystem          1.0
 
 name                gitg
+# latest version 3.16.1 requires webkit2-gtk3
 version             0.2.7
+revision            1
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME git repository viewer.
@@ -46,7 +48,7 @@
 
 patchfiles          gitg-commit-view-c.diff
 
-# reconfigure with our intltool.m4 using autogen.sh
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 
@@ -60,4 +62,5 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+# disable livecheck until webkit2-gtk3 requirement can be met
+livecheck.type      none

Copied: trunk/dports/gnome/gitg/Portfile-3.14.0 (from rev 136062, users/devans/GNOME-3/stable/dports/gnome/gitg/Portfile-3.14.0)
===================================================================
--- trunk/dports/gnome/gitg/Portfile-3.14.0	                        (rev 0)
+++ trunk/dports/gnome/gitg/Portfile-3.14.0	2015-05-11 22:51:13 UTC (rev 136184)
@@ -0,0 +1,63 @@
+# -*- 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 122681 2014-07-26 17:14:44Z devans at macports.org $
+
+PortSystem          1.0
+
+name                gitg
+version             3.14.0
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GNOME git repository viewer.
+long_description    gitg is a fast git repository browser. It currently features: \
+                    * Loading large repositories very fast \
+                    * Show/browse repository history \
+                    * Show highlighted revision diff \
+                    * Browse file tree of a revision and export by drag and drop \
+                    * Search in the revision history on subject, author or hash \
+                    * Switch between history view of branches easily \
+                    * Commit view providing per hunk stage/unstage and commit
+
+maintainers         juanrgar devans openmaintainer
+categories          gnome devel
+platforms           darwin
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  a118f3872487903bfcd8b7b8a25ee6a6e28e1e3e \
+                    sha256  8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b
+
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gtksourceview3 \
+                    port:json-glib \
+                    port:libgit2-glib \
+                    port:libgee \
+                    port:gsettings-desktop-schemas \
+                    port:dbus
+
+depends_run         port:gnome-settings-daemon
+
+# reconfigure with our intltool.m4 using autogen.sh
+
+configure.cmd       ./autogen.sh
+
+configure.args      --enable-compile-warnings=no \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
+
+post-activate {
+    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/840f798a/attachment.html>


More information about the macports-changes mailing list