summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-09-10 20:55:38 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-09-10 20:55:38 +0000
commite59c88cece035a155debaf8996ce8f20adabd78b (patch)
treeb2fdb90b31860ce377c34f790e4d2f4ed3dad14f /net-p2p
parentUpdate the default version of GCC (USES_GCC=yes and some others) from (diff)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
Notes
Notes: svn path=/head/; revision=449591
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin/Makefile2
-rw-r--r--net-p2p/cpuminer/Makefile1
-rw-r--r--net-p2p/dogecoin/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/libtorrent-rasterbar/Makefile1
-rw-r--r--net-p2p/libtorrent/Makefile2
-rw-r--r--net-p2p/namecoin/Makefile2
-rw-r--r--net-p2p/qbittorrent/Makefile1
-rw-r--r--net-p2p/rtorrent/Makefile2
-rw-r--r--net-p2p/transmission-qt4/Makefile2
-rw-r--r--net-p2p/transmission-qt5/Makefile2
-rw-r--r--net-p2p/zetacoin/Makefile2
15 files changed, 15 insertions, 12 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 3c6fc3ec003b..8f3f27f8cf24 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.14.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p finance
MAINTAINER= robbak@robbak.com
diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile
index d3bb400823f0..bcd1d425df57 100644
--- a/net-p2p/cpuminer/Makefile
+++ b/net-p2p/cpuminer/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cpuminer
PORTVERSION= 2.5.0
+PORTREVISION= 1
CATEGORIES= net-p2p math
MASTER_SITES= SF/cpuminer
DISTNAME= pooler-${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile
index 8465aebf3693..31c8d230b40f 100644
--- a/net-p2p/dogecoin/Makefile
+++ b/net-p2p/dogecoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= dogecoin
PORTVERSION= 1.8.2
DISTVERSIONPREFIX= v
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-p2p finance
MAINTAINER= swills@FreeBSD.org
diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile
index a83b331e4ecd..9b3e3ffe5dff 100644
--- a/net-p2p/eiskaltdcpp-daemon/Makefile
+++ b/net-p2p/eiskaltdcpp-daemon/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
PKGNAMESUFFIX= -daemon
diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile
index ebfd7f9da1f4..0286f90d9234 100644
--- a/net-p2p/eiskaltdcpp-gtk/Makefile
+++ b/net-p2p/eiskaltdcpp-gtk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
PKGNAMESUFFIX= -gtk
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index 874693bb8279..a2e1744a45c0 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= 5
+PORTREVISION= 6
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile
index e62bc67a1214..720c937b1cb4 100644
--- a/net-p2p/eiskaltdcpp-qt/Makefile
+++ b/net-p2p/eiskaltdcpp-qt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eiskaltdcpp
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
PKGNAMESUFFIX= -qt
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 47eb6192d54e..60521b4f9e3b 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libtorrent-rasterbar
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES?= net-p2p ipv6
MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index d447e504acbd..ab4d1da4b504 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libtorrent
PORTVERSION= 0.13.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= http://rtorrent.net/downloads/
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index d2e50d036770..5f02e0d53d1f 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -4,7 +4,7 @@
PORTNAME= namecoin
PORTVERSION= 0.3.80
DISTVERSIONPREFIX= nc
-PORTREVISION= 10
+PORTREVISION= 11
PORTEPOCH= 1
CATEGORIES= net-p2p dns
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 65b0472c2599..8be008f1ccdc 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qbittorrent
PORTVERSION= 3.3.15
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index de6dbc0e250e..4d14aea82202 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rtorrent
PORTVERSION= 0.9.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p
MASTER_SITES= http://rtorrent.net/downloads/
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile
index 50b51396bec9..1c92cf6923fb 100644
--- a/net-p2p/transmission-qt4/Makefile
+++ b/net-p2p/transmission-qt4/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 5
+PORTREVISION= 6
PKGNAMESUFFIX= -qt4
MAINTAINER= crees@FreeBSD.org
diff --git a/net-p2p/transmission-qt5/Makefile b/net-p2p/transmission-qt5/Makefile
index 43b019586679..4221eab555a9 100644
--- a/net-p2p/transmission-qt5/Makefile
+++ b/net-p2p/transmission-qt5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MAINTAINER= crees@FreeBSD.org
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 70c39a4dd9ed..8faac8cc45c1 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= 9
+PORTREVISION= 10
CATEGORIES= net-p2p finance
MAINTAINER= daniel@morante.net