svn commit: r320234 - head/net-p2p/qbittorrent
Martin Wilke
miwi at FreeBSD.org
Sat Jun 8 02:30:14 UTC 2013
Author: miwi
Date: Sat Jun 8 02:30:13 2013
New Revision: 320234
URL: http://svnweb.freebsd.org/changeset/ports/320234
Log:
- Update to 3.0.9
- Add License
PR: 178850
Submitted by: maintainer
Modified:
head/net-p2p/qbittorrent/Makefile (contents, props changed)
head/net-p2p/qbittorrent/distinfo (contents, props changed)
head/net-p2p/qbittorrent/pkg-plist (contents, props changed)
Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile Sat Jun 8 02:29:10 2013 (r320233)
+++ head/net-p2p/qbittorrent/Makefile Sat Jun 8 02:30:13 2013 (r320234)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= qbittorrent
-PORTVERSION= 3.0.8
+PORTVERSION= 3.0.9
PORTREVISION?= 0
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -9,14 +9,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= nemysis at gmx.ch
COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar
-LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
- torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16
+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 \
-HAS_CONFIGURE= yes
USES= pkgconfig
+HAS_CONFIGURE= yes
USE_QT4= corelib network qmake_build moc_build rcc_build
QT_NONSTANDARD= yes
-
MAKE_JOBS_SAFE= yes
MAN1?= qbittorrent.1
@@ -30,6 +32,8 @@ OPTIONS_DEFINE= DBUS
CONFIGURE_ARGS+= --disable-gui
.endif
+PORTDOCS= AUTHORS Changelog README TODO
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MDBUS}
@@ -42,6 +46,11 @@ post-patch:
@${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp
post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
.if !defined(QB_NOX_SLAVE)
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent
.else
Modified: head/net-p2p/qbittorrent/distinfo
==============================================================================
--- head/net-p2p/qbittorrent/distinfo Sat Jun 8 02:29:10 2013 (r320233)
+++ head/net-p2p/qbittorrent/distinfo Sat Jun 8 02:30:13 2013 (r320234)
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-3.0.8.tar.gz) = 82c3cdea90785672d0c2a419b544ec6557be2578610d3e9f83b61a12af77437b
-SIZE (qbittorrent-3.0.8.tar.gz) = 4913131
+SHA256 (qbittorrent-3.0.9.tar.gz) = df091656dffd309eda52765303146cbc2690e8799f872b8193ac8b6bfe3b571c
+SIZE (qbittorrent-3.0.9.tar.gz) = 4980991
Modified: head/net-p2p/qbittorrent/pkg-plist
==============================================================================
--- head/net-p2p/qbittorrent/pkg-plist Sat Jun 8 02:29:10 2013 (r320233)
+++ head/net-p2p/qbittorrent/pkg-plist Sat Jun 8 02:30:13 2013 (r320234)
@@ -12,28 +12,4 @@ share/icons/hicolor/64x64/apps/qbittorre
share/icons/hicolor/72x72/apps/qbittorrent.png
share/icons/hicolor/96x96/apps/qbittorrent.png
share/pixmaps/qbittorrent.png
- at dirrmtry share/icons/hicolor/96x96/apps
- at dirrmtry share/icons/hicolor/96x96
- at dirrmtry share/icons/hicolor/72x72/apps
- at dirrmtry share/icons/hicolor/72x72
- at dirrmtry share/icons/hicolor/64x64/apps
- at dirrmtry share/icons/hicolor/64x64
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/36x36/apps
- at dirrmtry share/icons/hicolor/36x36
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor/24x24/apps
- at dirrmtry share/icons/hicolor/24x24
- at dirrmtry share/icons/hicolor/22x22/apps
- at dirrmtry share/icons/hicolor/22x22
- at dirrmtry share/icons/hicolor/192x192/apps
- at dirrmtry share/icons/hicolor/192x192
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor/128x128/apps
- at dirrmtry share/icons/hicolor/128x128
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
@dirrmtry share/applications
More information about the svn-ports-head
mailing list