Date: Mon, 15 Apr 2019 17:27:55 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499035 - in head/net-p2p/monero-cli: . files Message-ID: <201904151727.x3FHRtf1070875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vd Date: Mon Apr 15 17:27:54 2019 New Revision: 499035 URL: https://svnweb.freebsd.org/changeset/ports/499035 Log: net-p2p/monero-cli: Apply all changes from upstream after 0.14.0.2 Use git commit id 1f809e7485fc3085 instead of tag v0.14.0.2. This fixes the compilation with boost 1.70. PR: 236597 Deleted: head/net-p2p/monero-cli/files/patch-src_crypto_CMakeLists.txt Modified: head/net-p2p/monero-cli/Makefile head/net-p2p/monero-cli/distinfo Modified: head/net-p2p/monero-cli/Makefile ============================================================================== --- head/net-p2p/monero-cli/Makefile Mon Apr 15 17:18:03 2019 (r499034) +++ head/net-p2p/monero-cli/Makefile Mon Apr 15 17:27:54 2019 (r499035) @@ -5,8 +5,8 @@ PORTNAME= monero-cli # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) PORTVERSION= 0.14.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 -# and uncomment the following two lines +PORTREVISION= 3 +# and uncomment the following two lines (use for example -git-HEAD or -git-b6420e1) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-HEAD CATEGORIES= net-p2p finance @@ -16,7 +16,6 @@ COMMENT= Private, secure, untraceable, decentralised d LICENSE= BSD3CLAUSE -BROKEN= fails to build with boost 1.70, see bug 236597 BROKEN_aarch64= fails to compile: the clang compiler does not support -march=native BROKEN_armv6= fails to compile: the clang compiler does not support -march=native BROKEN_armv7= fails to compile: the clang compiler does not support -march=native @@ -45,6 +44,7 @@ USE_GITHUB= yes GH_ACCOUNT= monero-project GH_PROJECT= monero +GH_TAGNAME= 1f809e7485fc3085 .if defined(PKGNAMESUFFIX) GH_TAGNAME= ${PKGNAMESUFFIX:C/-git-//} .endif @@ -98,6 +98,9 @@ PLIST_FILES= \ bin/monero-blockchain-export \ bin/monero-blockchain-import \ bin/monero-blockchain-mark-spent-outputs \ + bin/monero-blockchain-prune \ + bin/monero-blockchain-prune-known-spent-data \ + bin/monero-blockchain-stats \ bin/monero-blockchain-usage \ bin/monero-gen-trusted-multisig \ bin/monero-wallet-cli \ Modified: head/net-p2p/monero-cli/distinfo ============================================================================== --- head/net-p2p/monero-cli/distinfo Mon Apr 15 17:18:03 2019 (r499034) +++ head/net-p2p/monero-cli/distinfo Mon Apr 15 17:27:54 2019 (r499035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552137551 -SHA256 (monero-project-monero-v0.14.0.2_GH0.tar.gz) = 90a0a9395fe911378a2e1e495df4cdb6b03cb7baaae63b8dda1c8ae827bb5385 -SIZE (monero-project-monero-v0.14.0.2_GH0.tar.gz) = 8659788 +TIMESTAMP = 1555342508 +SHA256 (monero-project-monero-v0.14.0.2-1f809e7485fc3085_GH0.tar.gz) = ea53a95cba71e5d932e214f2f713c7a83f50d39004ba60aa054a01f92b8af7d4 +SIZE (monero-project-monero-v0.14.0.2-1f809e7485fc3085_GH0.tar.gz) = 9011540
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904151727.x3FHRtf1070875>