diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-09-17 02:05:14 +0800 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-09-17 02:05:14 +0800 |
commit | 886e67bb725a48f42bf513e4e04969d09cfbf7cc (patch) | |
tree | 498dd50635db31f5e0f3c2ba158ede7e737b0bad /net-p2p | |
parent | abb43fc02fedb1cca8b90add2de4dfdaade864c8 (diff) | |
download | freebsd-ports-gnome-886e67bb725a48f42bf513e4e04969d09cfbf7cc.tar.gz freebsd-ports-gnome-886e67bb725a48f42bf513e4e04969d09cfbf7cc.tar.zst freebsd-ports-gnome-886e67bb725a48f42bf513e4e04969d09cfbf7cc.zip |
net-p2p/qbittorrent
- Update to 3.0.11
- Remove version from LIB_DEPENDS
- Use the new format for LIB_DEPENDS
net-p2p/qbittorrent-nox11
- Trim Makefile header
- Use PLIST_FILES instead of pkg-plist
Approved by: wg/pawel (mentors)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-nox11/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-nox11/pkg-plist | 1 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 4 |
4 files changed, 10 insertions, 9 deletions
diff --git a/net-p2p/qbittorrent-nox11/Makefile b/net-p2p/qbittorrent-nox11/Makefile index 20d08151b154..e68ecbb332b3 100644 --- a/net-p2p/qbittorrent-nox11/Makefile +++ b/net-p2p/qbittorrent-nox11/Makefile @@ -1,3 +1,4 @@ +# Created by: Doug Barton <dougb@FreeBSD.org> # $FreeBSD$ PKGNAMESUFFIX= -nox11 @@ -8,6 +9,7 @@ MASTERDIR= ${.CURDIR}/../qbittorrent DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist +PLIST_FILES+= bin/qbittorrent-nox MAN1= qbittorrent-nox.1 diff --git a/net-p2p/qbittorrent-nox11/pkg-plist b/net-p2p/qbittorrent-nox11/pkg-plist deleted file mode 100644 index 1cbfbce436ab..000000000000 --- a/net-p2p/qbittorrent-nox11/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qbittorrent-nox diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 623d4b3e1b64..94c7dbf02dc1 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.10 -PORTREVISION?= 1 +PORTVERSION= 3.0.11 +PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LICENSE= GPLv2 # ABI versions specified on purpose for libtorrent-rasterbar -LIB_DEPENDS= torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ - execinfo:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ USES= pkgconfig HAS_CONFIGURE= yes @@ -24,7 +24,7 @@ QT_NONSTANDARD= yes MAN1?= qbittorrent.1 .if !defined(QB_NOX_SLAVE) -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP USE_QT4+= gui xml uic_build INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 9951535e3aec..a0d2f614ebd2 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.10.tar.gz) = 148a48c5e1aaeec8010410242465983bdf09dcc5a26a0bae2835657d943c0957 -SIZE (qbittorrent-3.0.10.tar.gz) = 5090028 +SHA256 (qbittorrent-3.0.11.tar.gz) = bce32693c265bb330776337da6e88be3e5e50cf218b2fa8c5cd6c515e7158480 +SIZE (qbittorrent-3.0.11.tar.gz) = 5097233 |