aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-06 16:45:03 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-06 16:45:03 +0800
commit9f68fb71ef906c9dd6ecddb64dafc8166565a745 (patch)
tree95885249b6b2011574571c63b31de8555bd5007f /net-p2p
parent91bab4fdf3f5ff9fc26a4bbbd1c2bd8a2b636178 (diff)
downloadfreebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.gz
freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.zst
freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.zip
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile2
-rw-r--r--net-p2p/bitcoin-utils/Makefile2
-rw-r--r--net-p2p/bitcoin/Makefile2
-rw-r--r--net-p2p/digitalcoin/Makefile2
-rw-r--r--net-p2p/dogecoin/Makefile2
-rw-r--r--net-p2p/eiskaltdcpp-lib/Makefile2
-rw-r--r--net-p2p/ktorrent/Makefile2
-rw-r--r--net-p2p/libktorrent/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar-python/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
-rw-r--r--net-p2p/linuxdcpp/Makefile2
-rw-r--r--net-p2p/litecoin/Makefile2
-rw-r--r--net-p2p/namecoin/Makefile2
-rw-r--r--net-p2p/qbittorrent/Makefile1
-rw-r--r--net-p2p/twister/Makefile2
-rw-r--r--net-p2p/zetacoin/Makefile2
16 files changed, 16 insertions, 15 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 1dc928566c52..010e9e07a01f 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 258985bb1a47..9f2c4497eaa6 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 02596f58f0ea..df397d8cf956 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.12.1
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-p2p finance
MAINTAINER= robbak@robbak.com
diff --git a/net-p2p/digitalcoin/Makefile b/net-p2p/digitalcoin/Makefile
index 4eff4d250dd8..9a45a80c5a0d 100644
--- a/net-p2p/digitalcoin/Makefile
+++ b/net-p2p/digitalcoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= digitalcoin
PORTVERSION= 1.0.0.0b
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-p2p
MAINTAINER= myst3r10n@rocketmail.com
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile
index c8f498a897fe..15b4bbc00f10 100644
--- a/net-p2p/dogecoin/Makefile
+++ b/net-p2p/dogecoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= dogecoin
PORTVERSION= 1.8.2
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-p2p finance
MAINTAINER= swills@FreeBSD.org
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index e2498ce20e0d..2896a8d0af28 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= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile
index a4a522fe4b6f..2279b9385187 100644
--- a/net-p2p/ktorrent/Makefile
+++ b/net-p2p/ktorrent/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ktorrent
DISTVERSION= 4.3.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile
index 8be84dfe52f8..470451dab296 100644
--- a/net-p2p/libktorrent/Makefile
+++ b/net-p2p/libktorrent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libktorrent
DISTVERSION= 1.3.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/
diff --git a/net-p2p/libtorrent-rasterbar-python/Makefile b/net-p2p/libtorrent-rasterbar-python/Makefile
index d488fd7cbe0e..a92c832b88ea 100644
--- a/net-p2p/libtorrent-rasterbar-python/Makefile
+++ b/net-p2p/libtorrent-rasterbar-python/Makefile
@@ -1,7 +1,7 @@
# Created by: Doug Barton <dougb@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index ce356b36ffb3..d250d36070d3 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libtorrent-rasterbar
PORTVERSION= 1.1.1
-PORTREVISION= 2
+PORTREVISION= 3
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 75e8ce5bdc28..eb4275c49870 100644
--- a/net-p2p/linuxdcpp/Makefile
+++ b/net-p2p/linuxdcpp/Makefile
@@ -2,7 +2,7 @@
PORTNAME= linuxdcpp
PORTVERSION= 1.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= http://launchpadlibrarian.net/69733951/
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index 65d17163f74e..4a2d5fa29872 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= litecoin
PORTVERSION= 0.10.4.0
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-p2p finance
MASTER_SITES= LOCAL/swills
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index 062adb161ba8..0bc9259c8997 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= namecoin
PORTVERSION= 0.3.80
DISTVERSIONPREFIX= nc
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= net-p2p dns
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 3edd5a0fd443..fcf2d6b23604 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qbittorrent
PORTVERSION= 3.3.10
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile
index 09449081e151..993cd9b01efd 100644
--- a/net-p2p/twister/Makefile
+++ b/net-p2p/twister/Makefile
@@ -4,7 +4,7 @@
PORTNAME= twister-core
PORTVERSION= 0.9.34
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= net-p2p
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index acf2b5676ccb..40aa6f2357c2 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= 3
+PORTREVISION= 4
CATEGORIES= net-p2p finance
MAINTAINER= daniel@morante.net