Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 09:31:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441136 - head/devel/gitg
Message-ID:  <201705180931.v4I9Vdkg039716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu May 18 09:31:38 2017
New Revision: 441136
URL: https://svnweb.freebsd.org/changeset/ports/441136

Log:
  Update gitg to 3.24.0.
  
  This version works with libgit2 0.25.x and libgit2-glib 0.25.x series.

Modified:
  head/devel/gitg/Makefile
  head/devel/gitg/distinfo
  head/devel/gitg/pkg-plist

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Thu May 18 09:30:41 2017	(r441135)
+++ head/devel/gitg/Makefile	Thu May 18 09:31:38 2017	(r441136)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitg
-PORTVERSION=	3.22.0
+PORTVERSION=	3.24.0
 CATEGORIES=	devel deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -12,6 +12,8 @@ COMMENT=	GTK-based git repository viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+		valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libenchant.so:textproc/enchant \
 		libgee-0.8.so:devel/libgee \
@@ -20,8 +22,6 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsou
 		libpeas-1.0.so:devel/libpeas \
 		libgtkspell3-3.so:textproc/gtkspell3 \
 		libsecret-1.so:security/libsecret
-BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
-		valac:lang/vala
 RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 
 CONFLICTS=	gitg0-[0-9]*
@@ -33,7 +33,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \
 		--disable-maintainer-mode \
 		--enable-compile-warnings=no
-USE_GNOME=	cairo glib20 gtk30 gtksourceview3 intlhack introspection
+USE_GNOME=	cairo gtk30 gtksourceview3 intltool introspection
 INSTALL_TARGET=	install-strip
 
 INSTALLS_ICONS=	yes

Modified: head/devel/gitg/distinfo
==============================================================================
--- head/devel/gitg/distinfo	Thu May 18 09:30:41 2017	(r441135)
+++ head/devel/gitg/distinfo	Thu May 18 09:31:38 2017	(r441136)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477240097
-SHA256 (gitg-3.22.0.tar.xz) = ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf
-SIZE (gitg-3.22.0.tar.xz) = 1507056
+TIMESTAMP = 1495094129
+SHA256 (gitg-3.24.0.tar.xz) = 3e4ec4a8ae83bc7ced8c7610927ade70e37daa5e8beeb4f357a6ea30b4cc951e
+SIZE (gitg-3.24.0.tar.xz) = 1703132

Modified: head/devel/gitg/pkg-plist
==============================================================================
--- head/devel/gitg/pkg-plist	Thu May 18 09:30:41 2017	(r441135)
+++ head/devel/gitg/pkg-plist	Thu May 18 09:31:38 2017	(r441136)
@@ -46,12 +46,14 @@ share/icons/hicolor/scalable/apps/gitg-s
 %%NLS%%share/locale/eu/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/fur/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/he/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/id/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/it/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/lv/LC_MESSAGES/gitg.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705180931.v4I9Vdkg039716>