diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-14 15:01:41 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-14 15:01:41 +0800 |
commit | f58b128593568b130266f4fefec3374f983fffe0 (patch) | |
tree | c8de66505380de7b5a88ee434bf6d821fa6aa4e9 /net-p2p/qbittorrent/Makefile | |
parent | ea0c8a4cd609de2f48e7eeb5c63d4d098f6d6af8 (diff) | |
download | freebsd-ports-gnome-f58b128593568b130266f4fefec3374f983fffe0.tar.gz freebsd-ports-gnome-f58b128593568b130266f4fefec3374f983fffe0.tar.zst freebsd-ports-gnome-f58b128593568b130266f4fefec3374f983fffe0.zip |
net-p2p/qbittorrent: Update 4.1.1 -> 4.1.2
Reported by: portscout
Diffstat (limited to 'net-p2p/qbittorrent/Makefile')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index b636fc8c8371..5382d6eada51 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -2,11 +2,13 @@ # $FreeBSD$ PORTNAME= qbittorrent -DISTVERSION= 4.1.1 -PORTREVISION= 3 +DISTVERSION= 4.1.2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PATCH_SITES= https://github.com/qBittorrent/qBittorrent/commit/ +PATCHFILES= acdf9061fe5539c75604d2b7919cc434b2cebb02.patch:-p1 # fix regression of the missing .desktop file + MAINTAINER= yuri@FreeBSD.org COMMENT= Bittorrent client using Qt4/5 and libtorrent-rasterbar |