diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-14 07:01:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-14 07:01:41 +0000 |
commit | 52ecaa4f885bc0b37b633b5dfc2c1570bcea878d (patch) | |
tree | c8de66505380de7b5a88ee434bf6d821fa6aa4e9 /net-p2p/qbittorrent/Makefile | |
parent | 44a8d1f55dea12f127d3655a6af73999f3629fcd (diff) | |
download | ports-52ecaa4f885bc0b37b633b5dfc2c1570bcea878d.tar.gz ports-52ecaa4f885bc0b37b633b5dfc2c1570bcea878d.zip |
Notes
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 |