Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2017 08:37:47 +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: r439208 - in head/devel/gitg: . files
Message-ID:  <201704230837.v3N8bld1071801@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Apr 23 08:37:47 2017
New Revision: 439208
URL: https://svnweb.freebsd.org/changeset/ports/439208

Log:
  Update gitg to 3.22.0.
  
  Obtained from:	GNOME devel repo

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

Modified: head/devel/gitg/Makefile
==============================================================================
--- head/devel/gitg/Makefile	Sun Apr 23 08:36:28 2017	(r439207)
+++ head/devel/gitg/Makefile	Sun Apr 23 08:37:47 2017	(r439208)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitg
-PORTVERSION=	3.19.6
-PORTREVISION=	2
+PORTVERSION=	3.22.0
 CATEGORIES=	devel deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -14,7 +13,9 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
+		libenchant.so:textproc/enchant \
 		libgee-0.8.so:devel/libgee \
+		libgit2.so:devel/libgit2 \
 		libgit2-glib-1.0.so:devel/libgit2-glib \
 		libpeas-1.0.so:devel/libpeas \
 		libgtkspell3-3.so:textproc/gtkspell3 \
@@ -26,30 +27,25 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=
 CONFLICTS=	gitg0-[0-9]*
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c11 desktop-file-utils gmake libtool pathfix pkgconfig tar:xz
+USES=		compiler:c11 desktop-file-utils gmake libtool localbase \
+		pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-maintainer-mode \
+CONFIGURE_ARGS=	--disable-silent-rules \
+		--disable-maintainer-mode \
 		--enable-compile-warnings=no
-USE_GNOME=	glib20 gtk30 gtksourceview3 intlhack introspection
+USE_GNOME=	cairo glib20 gtk30 gtksourceview3 intlhack introspection
 INSTALL_TARGET=	install-strip
 
 INSTALLS_ICONS=	yes
 GLIB_SCHEMAS=	org.gnome.gitg.gschema.xml
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 OPTIONS_DEFINE=	DEBUG NLS PYTHON
 OPTIONS_SUB=	yes
 DEBUG_CONFIGURE_ENABLE=	debug
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
-PYTHON_USES=	python:3
+PYTHON_USES=	python:3.2+
 PYTHON_CONFIGURE_ENABLE=	python
 PYTHON_USE=	GNOME=py3gobject3
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|0.24.0|0.25.0|g' \
-		${WRKSRC}/configure
-
 .include <bsd.port.mk>

Modified: head/devel/gitg/distinfo
==============================================================================
--- head/devel/gitg/distinfo	Sun Apr 23 08:36:28 2017	(r439207)
+++ head/devel/gitg/distinfo	Sun Apr 23 08:37:47 2017	(r439208)
@@ -1,2 +1,3 @@
-SHA256 (gitg-3.19.6.tar.xz) = d84925c843d4bc81d031a543ce84e400f133310b32c238a7dfd7a67c6cf0ddd0
-SIZE (gitg-3.19.6.tar.xz) = 1463724
+TIMESTAMP = 1477240097
+SHA256 (gitg-3.22.0.tar.xz) = ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf
+SIZE (gitg-3.22.0.tar.xz) = 1507056

Modified: head/devel/gitg/pkg-plist
==============================================================================
--- head/devel/gitg/pkg-plist	Sun Apr 23 08:36:28 2017	(r439207)
+++ head/devel/gitg/pkg-plist	Sun Apr 23 08:37:47 2017	(r439208)
@@ -32,6 +32,7 @@ share/icons/hicolor/32x32/apps/gitg.png
 share/icons/hicolor/48x48/apps/gitg.png
 share/icons/hicolor/scalable/apps/gitg-symbolic.svg
 %%NLS%%share/locale/as/LC_MESSAGES/gitg.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/bs/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/gitg.mo
 %%NLS%%share/locale/ca@valencia/LC_MESSAGES/gitg.mo



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