svn commit: r422462 - head/finance/gnucash

Guido Falsi madpilot at FreeBSD.org
Mon Sep 19 21:17:40 UTC 2016


Author: madpilot
Date: Mon Sep 19 21:17:38 2016
New Revision: 422462
URL: https://svnweb.freebsd.org/changeset/ports/422462

Log:
  - Update gnucash to 2.6.14
  - Add missing dependencies spotted by poudriere (stage-qa)
  - Convert to USES=localbase

Modified:
  head/finance/gnucash/Makefile
  head/finance/gnucash/distinfo

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Mon Sep 19 20:28:51 2016	(r422461)
+++ head/finance/gnucash/Makefile	Mon Sep 19 21:17:38 2016	(r422462)
@@ -2,7 +2,7 @@
 #   $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $
 
 PORTNAME=	gnucash
-PORTVERSION=	2.6.13
+PORTVERSION=	2.6.14
 CATEGORIES=	finance gnome
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
 
@@ -14,7 +14,11 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libgnome-keyring.so:security/libgnome-keyring \
 		libwebkitgtk-1.0.so:www/webkit-gtk2 \
-		libgoffice-0.8.so:devel/goffice
+		libgoffice-0.8.so:devel/goffice \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libsecret-1.so:security/libsecret \
+		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \
 		p5-Finance-Quote>=0:finance/p5-Finance-Quote
@@ -58,14 +62,12 @@ GUILE2_BUILD_DEPENDS=	slib-guile2>0:lang
 GUILE2_RUN_DEPENDS=	slib-guile2>0:lang/slib-guile2
 
 USE_XORG=	x11
-USES=		compiler:c++11-lib desktop-file-utils gettext gmake libtool perl5 \
-		pkgconfig shebangfix tar:bzip2
+USES=		compiler:c++11-lib desktop-file-utils gettext gmake libtool localbase \
+		perl5 pkgconfig shebangfix tar:bzip2
 INSTALLS_ICONS=	yes
-USE_GNOME+=	gtk20 intltool libgnomecanvas libxml2 libxslt:build
+USE_GNOME+=	cairo gtk20 intltool libgnomecanvas libxml2 libxslt
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-error-on-warning \
 		--disable-doxygen
 SHEBANG_FILES=	src/gnc-test-env.pl src/quotes/gnc-fq-dump

Modified: head/finance/gnucash/distinfo
==============================================================================
--- head/finance/gnucash/distinfo	Mon Sep 19 20:28:51 2016	(r422461)
+++ head/finance/gnucash/distinfo	Mon Sep 19 21:17:38 2016	(r422462)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467150750
-SHA256 (gnucash-2.6.13.tar.bz2) = 0fe3c12c849cddee502da07edc8e3db286d32333f4e7cb327bed735f480ee735
-SIZE (gnucash-2.6.13.tar.bz2) = 13564015
+TIMESTAMP = 1474207977
+SHA256 (gnucash-2.6.14.tar.bz2) = 3b144f2ca5025df5eb1977b11e6f93208f3e90d840285ae952fa9b3da8158e75
+SIZE (gnucash-2.6.14.tar.bz2) = 13368599


More information about the svn-ports-head mailing list