aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-12-12 00:15:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-12-12 00:15:49 +0000
commit7c879267dc47bb7723011ce7fd8f8cb518739c8c (patch)
treed48522d464e1ff041584b2a31f9ed94d0a22776f /net-p2p
parentc96bb1299df44dcc114eb2c2be07deefb39984b6 (diff)
downloadports-7c879267dc47bb7723011ce7fd8f8cb518739c8c.tar.gz
ports-7c879267dc47bb7723011ce7fd8f8cb518739c8c.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile2
-rw-r--r--net-p2p/bitcoin/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-daemon/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-gtk/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-qt/Makefile2
-rw-r--r--net-p2p/ktorrent-kde4/Makefile2
-rw-r--r--net-p2p/libktorrent-kde4/Makefile2
-rw-r--r--net-p2p/libktorrent/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile1
-rw-r--r--net-p2p/linuxdcpp/Makefile2
-rw-r--r--net-p2p/litecoin/Makefile2
-rw-r--r--net-p2p/monero-cli/Makefile1
-rw-r--r--net-p2p/namecoin/Makefile2
-rw-r--r--net-p2p/py-libtorrent-rasterbar/Makefile2
-rw-r--r--net-p2p/qbittorrent/Makefile1
-rw-r--r--net-p2p/qtum/Makefile1
-rw-r--r--net-p2p/zetacoin/Makefile2
18 files changed, 18 insertions, 14 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 4d604d2795f2..e0c6d70746ba 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
-PORTREVISION= 3
+PORTREVISION= 4
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 8697c9cdf1ba..6497cd48c4d9 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.17.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
LOCAL/swills:icon
diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile
index 2f37adf43ebf..b9413a7062f8 100644
--- a/net-p2p/eiskaltdcpp-daemon/Makefile
+++ b/net-p2p/eiskaltdcpp-daemon/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p
PKGNAMESUFFIX= -daemon
diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile
index dd29cffd046c..bbe99895d24f 100644
--- a/net-p2p/eiskaltdcpp-gtk/Makefile
+++ b/net-p2p/eiskaltdcpp-gtk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p
PKGNAMESUFFIX= -gtk
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index e73504fd1584..cf6a99680201 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -4,7 +4,7 @@
PORTNAME= eiskaltdcpp
PORTVERSION= 2.2.10
DISTVERSIONPREFIX= v
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile
index 42b5aebd90ef..24e5d01f255d 100644
--- a/net-p2p/eiskaltdcpp-qt/Makefile
+++ b/net-p2p/eiskaltdcpp-qt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p
PKGNAMESUFFIX= -qt
diff --git a/net-p2p/ktorrent-kde4/Makefile b/net-p2p/ktorrent-kde4/Makefile
index d64120937de1..63fa98131fe9 100644
--- a/net-p2p/ktorrent-kde4/Makefile
+++ b/net-p2p/ktorrent-kde4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ktorrent
DISTVERSION= 4.3.1
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/
PKGNAMESUFFIX= -kde4
diff --git a/net-p2p/libktorrent-kde4/Makefile b/net-p2p/libktorrent-kde4/Makefile
index 5124b5bff90d..e8d7145767b4 100644
--- a/net-p2p/libktorrent-kde4/Makefile
+++ b/net-p2p/libktorrent-kde4/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libktorrent
DISTVERSION= 1.3.1
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/
PKGNAMESUFFIX= -kde4
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile
index 5cb9933f6468..405f037ceda0 100644
--- a/net-p2p/libktorrent/Makefile
+++ b/net-p2p/libktorrent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libktorrent
DISTVERSION= 2.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-p2p kde
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 2e83ec172914..f1174307a8a1 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libtorrent-rasterbar
DISTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile
index 6729b7f21990..48f1afe3b324 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= linuxdcpp
PORTVERSION= 1.1.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net-p2p
MASTER_SITES= http://launchpadlibrarian.net/69733951/
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index a793248a32ea..661522f74045 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -3,8 +3,8 @@
PORTNAME= litecoin
PORTVERSION= 0.16.3
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= net-p2p finance
MAINTAINER= swills@FreeBSD.org
diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile
index 1b7f6383cea3..2a44a172d6d7 100644
--- a/net-p2p/monero-cli/Makefile
+++ b/net-p2p/monero-cli/Makefile
@@ -5,6 +5,7 @@ PORTNAME= monero-cli
# To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present)
PORTVERSION= 0.13.0.4
DISTVERSIONPREFIX= v
+PORTREVISION= 1
# and uncomment the following two lines
#PORTVERSION= 0
#PKGNAMESUFFIX= -git-HEAD
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index 00dd8c5951d3..743cd90482ae 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -3,8 +3,8 @@
PORTNAME= namecoin
PORTVERSION= 0.17.0
-PORTREVISION= 1
DISTVERSIONPREFIX= nc
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-p2p dns
diff --git a/net-p2p/py-libtorrent-rasterbar/Makefile b/net-p2p/py-libtorrent-rasterbar/Makefile
index 6f35b2faf3f9..c4bbcebc7400 100644
--- a/net-p2p/py-libtorrent-rasterbar/Makefile
+++ b/net-p2p/py-libtorrent-rasterbar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libtorrent-rasterbar
DISTVERSION= 1.1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p ipv6 python
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 2d2577fee5d1..c020e70b7b16 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qbittorrent
DISTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile
index cdbc87dd93e0..5f8b93d22b3c 100644
--- a/net-p2p/qtum/Makefile
+++ b/net-p2p/qtum/Makefile
@@ -4,6 +4,7 @@
PORTNAME= qtum
PORTVERSION= 0.16.2
DISTVERSIONPREFIX= mainnet-ignition-v
+PORTREVISION= 1
CATEGORIES= net-p2p finance
MAINTAINER= vd@FreeBSD.org
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index cdb140e11b23..1fadfaba3d5b 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= 23
+PORTREVISION= 24
CATEGORIES= net-p2p finance
MAINTAINER= daniel@morante.net