From owner-svn-ports-all@freebsd.org Mon Oct 22 06:17:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 337F8FEADB2; Mon, 22 Oct 2018 06:17:53 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0F388A54B; Mon, 22 Oct 2018 06:17:52 +0000 (UTC) (envelope-from ashish@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C826F1872C; Mon, 22 Oct 2018 06:17:52 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9M6Hqle057114; Mon, 22 Oct 2018 06:17:52 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9M6HqHM057112; Mon, 22 Oct 2018 06:17:52 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201810220617.w9M6HqHM057112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Mon, 22 Oct 2018 06:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482732 - in head/devel/giggle: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: in head/devel/giggle: . files X-SVN-Commit-Revision: 482732 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 06:17:53 -0000 Author: ashish Date: Mon Oct 22 06:17:51 2018 New Revision: 482732 URL: https://svnweb.freebsd.org/changeset/ports/482732 Log: - Add patch to fix the crash[1] - Reorder USES - Add a DEPRECATION notice as the upstream development has been stalled for quite sometime PR: 217586 Submitted by: tobik [1] Reported by: rozhuk.im at gmail dot com Added: head/devel/giggle/files/patch-src_giggle-diff-view.c (contents, props changed) Deleted: head/devel/giggle/files/patch-src_giggle-diff-view.h Modified: head/devel/giggle/Makefile head/devel/giggle/files/patch-src_giggle-view-file.c Modified: head/devel/giggle/Makefile ============================================================================== --- head/devel/giggle/Makefile Mon Oct 22 05:15:14 2018 (r482731) +++ head/devel/giggle/Makefile Mon Oct 22 06:17:51 2018 (r482732) @@ -3,7 +3,7 @@ PORTNAME= giggle PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME @@ -13,6 +13,9 @@ COMMENT= GTK+ frontend for git version control system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Development stalled. Please switch to devel/gitg. +EXPIRATION_DATE=2018-11-22 + BUILD_DEPENDS= git:devel/git \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ itstool:textproc/itstool @@ -22,8 +25,8 @@ OPTIONS_DEFINE= NLS #VTE_DESC= Terminal Widget GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk30 intltool libglade2 gtksourceview3 gdkpixbuf2 USES= desktop-file-utils gmake libtool pkgconfig tar:xz +USE_GNOME= glib20 gtk30 intltool libglade2 gtksourceview3 gdkpixbuf2 USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include Added: head/devel/giggle/files/patch-src_giggle-diff-view.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/giggle/files/patch-src_giggle-diff-view.c Mon Oct 22 06:17:51 2018 (r482732) @@ -0,0 +1,10 @@ +--- src/giggle-diff-view.c.orig 2012-11-01 05:29:01 UTC ++++ src/giggle-diff-view.c +@@ -27,6 +27,7 @@ + #include + + #include ++#include + #include + + typedef struct GiggleDiffViewPriv GiggleDiffViewPriv; Modified: head/devel/giggle/files/patch-src_giggle-view-file.c ============================================================================== --- head/devel/giggle/files/patch-src_giggle-view-file.c Mon Oct 22 05:15:14 2018 (r482731) +++ head/devel/giggle/files/patch-src_giggle-view-file.c Mon Oct 22 06:17:51 2018 (r482732) @@ -1,10 +1,12 @@ ---- src/giggle-view-file.c.orig 2012-11-01 06:29:01.000000000 +0100 -+++ src/giggle-view-file.c 2014-10-01 23:37:28.646714997 +0200 -@@ -39,6 +39,7 @@ +--- src/giggle-view-file.c.orig 2012-11-01 05:29:01 UTC ++++ src/giggle-view-file.c +@@ -38,8 +38,7 @@ + #include #include - #include -+#include - #include +-#include +-#include ++#include #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT (giggle_view_file_snapshot_get_type ()) + #define GIGGLE_VIEW_FILE_SNAPSHOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))