diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2019-11-26 07:30:18 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2019-11-26 07:30:18 +0000 |
commit | f08d53e39fcb823f9e13438c9f8fb4223e259a48 (patch) | |
tree | c544059bff7f02abe5d2485f5730bfd5780fad23 /net-p2p/bitcoin/Makefile | |
parent | c9a7b8b449473e8b7470a483c2801aeba2b6bf04 (diff) | |
download | ports-f08d53e39fcb823f9e13438c9f8fb4223e259a48.tar.gz ports-f08d53e39fcb823f9e13438c9f8fb4223e259a48.zip |
Notes
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 9f415b4f436e..3bc4e9c93f9a 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.18.1 +PORTVERSION= 0.19.0.1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon @@ -10,9 +10,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES+= a59291302239.patch:-p1 - MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) |