[124547] users/devans/GNOME-3/unstable/dports/gnome/gitg
devans at macports.org
devans at macports.org
Mon Aug 25 08:54:43 PDT 2014
Revision: 124547
https://trac.macports.org/changeset/124547
Author: devans at macports.org
Date: 2014-08-25 08:54:43 -0700 (Mon, 25 Aug 2014)
Log Message:
-----------
GNOME-3/unstable: gitg, use stable version for now, unstable versions 0.3+ require webkit2-gtk3.
Added Paths:
-----------
users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.13.90
Removed Paths:
-------------
users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile
users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-0.3.2
Deleted: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile 2014-08-25 15:43:40 UTC (rev 124546)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile 2014-08-25 15:54:43 UTC (rev 124547)
@@ -1,64 +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$
-
-PortSystem 1.0
-
-name gitg
-version 0.3.3
-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 eadfe31a77570d11ddf2e2fd5de62cb55b4a7609 \
- sha256 a206574d5d3542223c79693d0954fa87d4ba95f13074bb9598e83c91df8f9a16
-
-depends_build port:pkgconfig \
- port:intltool \
- port:gnome-common \
- port:autoconf \
- port:automake \
- port:libtool
-
-depends_lib port:desktop-file-utils \
- port:gnome-icon-theme \
- 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-with-unstable
Deleted: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-0.3.2
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-0.3.2 2014-08-25 15:43:40 UTC (rev 124546)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-0.3.2 2014-08-25 15:54:43 UTC (rev 124547)
@@ -1,61 +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 117265 2014-02-20 22:51:46Z devans at macports.org $
-
-PortSystem 1.0
-
-name gitg
-version 0.3.2
-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 gmail.com:juanrgar openmaintainer
-categories gnome devel
-platforms darwin
-homepage http://www.gnome.org/
-master_sites gnome:sources/${name}/${branch}/
-
-use_xz yes
-
-checksums rmd160 b477bcf2c6632787092cb0b98d83497da7fe659b \
- sha256 77a30eb46ccd1882dca5a2bc4b43850c1066b1c406de86e335628c1c5a2a6c0f
-
-depends_build port:pkgconfig \
- port:intltool \
- port:gnome-common \
- port:autoconf \
- port:automake \
- port:libtool
-
-depends_lib port:desktop-file-utils \
- port:gnome-icon-theme \
- port:gtk3 \
- port:gtksourceview3 \
- 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-with-unstable
Added: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.13.90
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.13.90 (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.13.90 2014-08-25 15:54:43 UTC (rev 124547)
@@ -0,0 +1,64 @@
+# -*- 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.13.91
+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 334eebffea2d1e8f92c4ca828ecfccce5b12fbb7 \
+ sha256 67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0
+
+depends_build port:pkgconfig \
+ port:intltool \
+ port:gnome-common \
+ port:autoconf \
+ port:automake \
+ port:libtool
+
+depends_lib port:desktop-file-utils \
+ port:gnome-icon-theme \
+ 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-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140825/47d6c730/attachment.html>
More information about the macports-changes
mailing list