From owner-svn-ports-all@freebsd.org Fri Jan 15 13:22:08 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 D5DD8A82A57; Fri, 15 Jan 2016 13:22:08 +0000 (UTC) (envelope-from kwm@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 A6AE019E4; Fri, 15 Jan 2016 13:22:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0FDM7oC038166; Fri, 15 Jan 2016 13:22:07 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0FDM76P038162; Fri, 15 Jan 2016 13:22:07 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601151322.u0FDM76P038162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 15 Jan 2016 13:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406156 - in head/finance: gnucash gnucash-docs 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.20 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: Fri, 15 Jan 2016 13:22:08 -0000 Author: kwm Date: Fri Jan 15 13:22:07 2016 New Revision: 406156 URL: https://svnweb.freebsd.org/changeset/ports/406156 Log: Hand gnucash over to madpilot@ who has been updating it for a while now. Modified: head/finance/gnucash-docs/Makefile head/finance/gnucash/Makefile Modified: head/finance/gnucash-docs/Makefile ============================================================================== --- head/finance/gnucash-docs/Makefile Fri Jan 15 12:45:28 2016 (r406155) +++ head/finance/gnucash-docs/Makefile Fri Jan 15 13:22:07 2016 (r406156) @@ -10,7 +10,7 @@ MASTER_SITES= SF/gnucash/${PORTNAME}/${P ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ http://www.linas.org/pub/ -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Documentation for gnucash LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Fri Jan 15 12:45:28 2016 (r406155) +++ head/finance/gnucash/Makefile Fri Jan 15 13:22:07 2016 (r406156) @@ -6,7 +6,7 @@ PORTVERSION= 2.6.11 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= madpilot@FreeBSD.org COMMENT= Quicken-like money and finance manager LICENSE= GPLv2 GPLv3