From owner-svn-ports-all@freebsd.org Mon Sep 19 21:17:39 2016 Return-Path: Delivered-To: svn-ports-all@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 E7309BE1B81; Mon, 19 Sep 2016 21:17:39 +0000 (UTC) (envelope-from madpilot@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 9CEBC839; Mon, 19 Sep 2016 21:17:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8JLHcDf051296; Mon, 19 Sep 2016 21:17:38 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8JLHcNS051294; Mon, 19 Sep 2016 21:17:38 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609192117.u8JLHcNS051294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 19 Sep 2016 21:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422462 - head/finance/gnucash X-SVN-Group: ports-head 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.23 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, 19 Sep 2016 21:17:40 -0000 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