svn commit: r474254 - head/finance/ledger
Jan Beich
jbeich at FreeBSD.org
Mon Jul 9 13:26:14 UTC 2018
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 <boost/uuid/sha1.hpp>
^
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 at 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
More information about the svn-ports-all
mailing list