From owner-svn-ports-head@freebsd.org Sun Mar 20 15:44:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F94EAD7C3A; Sun, 20 Mar 2016 15:44:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4493A7; Sun, 20 Mar 2016 15:44:13 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KFiCUb068379; Sun, 20 Mar 2016 15:44:12 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KFiCYw068377; Sun, 20 Mar 2016 15:44:12 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201603201544.u2KFiCYw068377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 20 Mar 2016 15:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411455 - head/devel/gitg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 15:44:13 -0000 Author: kwm Date: Sun Mar 20 15:44:11 2016 New Revision: 411455 URL: https://svnweb.freebsd.org/changeset/ports/411455 Log: Update gitg to 3.19.6. * This version builds with libgit2-glib, after configure is told libgit2-glib 0.24.x is allowed. * Drop webkit dependacy. * Remove MAKE_JOBS_UNSAFE, it is not needed. Modified: head/devel/gitg/Makefile head/devel/gitg/distinfo Modified: head/devel/gitg/Makefile ============================================================================== --- head/devel/gitg/Makefile Sun Mar 20 15:40:19 2016 (r411454) +++ head/devel/gitg/Makefile Sun Mar 20 15:44:11 2016 (r411455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitg -PORTVERSION= 3.18.0 +PORTVERSION= 3.19.6 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME @@ -12,12 +12,11 @@ COMMENT= GTK-based git repository viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libgee-0.8.so:${PORTSDIR}/devel/libgee \ libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \ libpeas-1.0.so:${PORTSDIR}/devel/libpeas \ - libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ - libwebkit2gtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 + libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ valac:${PORTSDIR}/lang/vala RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas @@ -33,8 +32,6 @@ CONFIGURE_ARGS= --disable-silent-rules \ USE_GNOME= glib20 gtk30 gtksourceview3 intlhack introspection INSTALL_TARGET= install-strip -MAKE_JOBS_UNSAFE= yes - INSTALLS_ICONS= yes GLIB_SCHEMAS= org.gnome.gitg.gschema.xml @@ -63,4 +60,8 @@ PYOEXTENSION= opt-1.pyc PLIST_SUB+= PYOEXTENSION=${PYOEXTENSION} +post-patch: + @${REINPLACE_CMD} -e 's|0.24.0|0.25.0|g' \ + ${WRKSRC}/configure + .include Modified: head/devel/gitg/distinfo ============================================================================== --- head/devel/gitg/distinfo Sun Mar 20 15:40:19 2016 (r411454) +++ head/devel/gitg/distinfo Sun Mar 20 15:44:11 2016 (r411455) @@ -1,2 +1,2 @@ -SHA256 (gitg-3.18.0.tar.xz) = fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 -SIZE (gitg-3.18.0.tar.xz) = 1413188 +SHA256 (gitg-3.19.6.tar.xz) = d84925c843d4bc81d031a543ce84e400f133310b32c238a7dfd7a67c6cf0ddd0 +SIZE (gitg-3.19.6.tar.xz) = 1463724