From owner-svn-ports-all@freebsd.org Mon Jul 9 13:26:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 521BB102605A; Mon, 9 Jul 2018 13:26:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E77F29748E; Mon, 9 Jul 2018 13:26:13 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9F2E1599E; Mon, 9 Jul 2018 13:26:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w69DQDsV020196; Mon, 9 Jul 2018 13:26:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w69DQDuH020194; Mon, 9 Jul 2018 13:26:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201807091326.w69DQDuH020194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 9 Jul 2018 13:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474254 - head/finance/ledger X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/finance/ledger X-SVN-Commit-Revision: 474254 X-SVN-Commit-Repository: ports 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.27 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, 09 Jul 2018 13:26:14 -0000 Author: jbeich Date: Mon Jul 9 13:26:13 2018 New Revision: 474254 URL: https://svnweb.freebsd.org/changeset/ports/474254 Log: finance/ledger: unbreak with boost 1.68 In file included from src/generate.cc:34: In file included from src/generate.h:45: In file included from src/iterators.h:45: In file included from src/xact.h:45: In file included from src/item.h:45: In file included from src/scope.h:45: In file included from src/op.h:45: In file included from src/expr.h:45: In file included from src/exprbase.h:57: src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include ^ PR: 229569 Modified: head/finance/ledger/Makefile (contents, props changed) head/finance/ledger/distinfo (contents, props changed) Modified: head/finance/ledger/Makefile ============================================================================== --- head/finance/ledger/Makefile Mon Jul 9 13:24:16 2018 (r474253) +++ head/finance/ledger/Makefile Mon Jul 9 13:26:13 2018 (r474254) @@ -7,6 +7,9 @@ DISTVERSIONPREFIX= v PORTREVISION= 10 CATEGORIES= finance +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c18a55f9ef99.patch:-p1 + MAINTAINER= woodycarey@hotmail.com COMMENT= John Wiegley's command line accounting program Modified: head/finance/ledger/distinfo ============================================================================== --- head/finance/ledger/distinfo Mon Jul 9 13:24:16 2018 (r474253) +++ head/finance/ledger/distinfo Mon Jul 9 13:26:13 2018 (r474254) @@ -1,2 +1,5 @@ +TIMESTAMP = 1452527978 SHA256 (ledger-ledger-v3.1.1_GH0.tar.gz) = 90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a SIZE (ledger-ledger-v3.1.1_GH0.tar.gz) = 842364 +SHA256 (c18a55f9ef99.patch) = 8d8e646cb872203a1111d8a304f2d3993f4334c65179e32134964267931357ab +SIZE (c18a55f9ef99.patch) = 942