Revision: 147440 https://trac.macports.org/changeset/147440 Author: devans@macports.org Date: 2016-04-03 10:15:42 -0700 (Sun, 03 Apr 2016) Log Message: ----------- gitg: remove extraneous Portfile, inadvertantly committed. Removed Paths: ------------- trunk/dports/gnome/gitg/Portfile-3.14.0 Deleted: trunk/dports/gnome/gitg/Portfile-3.14.0 =================================================================== --- trunk/dports/gnome/gitg/Portfile-3.14.0 2016-04-03 17:07:54 UTC (rev 147439) +++ trunk/dports/gnome/gitg/Portfile-3.14.0 2016-04-03 17:15:42 UTC (rev 147440) @@ -1,63 +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 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
participants (1)
-
devans@macports.org