diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-09-23 02:59:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-09-23 02:59:07 +0000 |
commit | 9a000af85bd980141a9f4eff36545cdd801d7dfe (patch) | |
tree | 9cc694b61d31251f5000cae16df808c22d29b05e /net-p2p | |
parent | 5e26479a64a1aeaf7957a39b68b6ec6d63ae10a7 (diff) | |
download | ports-9a000af85bd980141a9f4eff36545cdd801d7dfe.tar.gz ports-9a000af85bd980141a9f4eff36545cdd801d7dfe.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dogecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/zetacoin/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 8f3f27f8cf24..89f9d9ec4ae2 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index 31c8d230b40f..be36f62ae6f1 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 9790a58619af..7a1a425fee11 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -3,6 +3,7 @@ PORTNAME= litecoin PORTVERSION= 0.14.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 5f02e0d53d1f..aaedb96c5d97 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index 8faac8cc45c1..77f1edbbf0a2 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net |