diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
commit | 1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b (patch) | |
tree | 127ae6686665fd0ff97a7bd5f27449299929734e /net-p2p | |
parent | d20d8aa75e51f61da14ac206199a1ebc244f940a (diff) | |
download | ports-1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b.tar.gz ports-1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/awgg/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/ktorrent/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/qtum/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/torrent-file-editor/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-qt/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/tribler/Makefile | 2 |
14 files changed, 14 insertions, 10 deletions
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index b1decc7890ad..33f6c5af8129 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -2,6 +2,7 @@ PORTNAME= awgg PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 280f740ed851..df611c153797 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.17.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ LOCAL/swills:icon diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index df2c7b27e9f9..40d995c37f57 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -4,6 +4,7 @@ PORTNAME= ktorrent DISTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 982767674cbc..aa9cc6dc6be8 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 2.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p kde DIST_SUBDIR= KDE/${PORTNAME} diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index fdaf030bfb98..ff649d9ae577 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= litecoin PORTVERSION= 0.16.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 266484f4e90a..57a2efb97acc 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.17.0 DISTVERSIONPREFIX= nc -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 08ceec58cdb9..ab4899e3358d 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.5 +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 d396cbbedd27..c1ad15994801 100644 --- a/net-p2p/qtum/Makefile +++ b/net-p2p/qtum/Makefile @@ -4,7 +4,7 @@ PORTNAME= qtum PORTVERSION= 0.16.2 DISTVERSIONPREFIX= mainnet-ignition-v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MAINTAINER= vd@FreeBSD.org diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index a1f9553c3232..91e474ca19f1 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -4,7 +4,7 @@ PORTNAME= retroshare DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile index 596f51a98ca1..59948eb41bca 100644 --- a/net-p2p/torrent-file-editor/Makefile +++ b/net-p2p/torrent-file-editor/Makefile @@ -3,7 +3,7 @@ PORTNAME= torrent-file-editor PORTVERSION= 0.3.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} diff --git a/net-p2p/transmission-qt/Makefile b/net-p2p/transmission-qt/Makefile index 747a0efb25a5..3aa8ca84e0a2 100644 --- a/net-p2p/transmission-qt/Makefile +++ b/net-p2p/transmission-qt/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -${FLAVOR} LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 89acaa7f698d..cb65e99faa0d 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -3,6 +3,7 @@ PORTNAME= transmission-remote-gui PORTVERSION= 5.15.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 56b331eeccab..5b8a668ad771 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -2,7 +2,7 @@ PORTNAME= transmission DISTVERSION= 2.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= rigoletto@FreeBSD.org diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index 3baade02f477..ed0a4e326599 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tribler PORTVERSION= 6.5.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Tribler/tribler/releases/download/v${PORTVERSION}/ DISTNAME= Tribler-v${PORTVERSION} |