Index: head/net-p2p/qbittorrent/Makefile =================================================================== --- head/net-p2p/qbittorrent/Makefile (revision 320233) +++ head/net-p2p/qbittorrent/Makefile (revision 320234) @@ -1,52 +1,61 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.9 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= nemysis@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 -HAS_CONFIGURE= yes +# ABI versions specified on purpose for libtorrent-rasterbar +LIB_DEPENDS= torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 \ + execinfo:${PORTSDIR}/devel/libexecinfo \ + 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 .if !defined(QB_NOX_SLAVE) LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP USE_QT4+= gui xml uic_build INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS .else CONFIGURE_ARGS+= --disable-gui .endif +PORTDOCS= AUTHORS Changelog README TODO + .include .if ${PORT_OPTIONS:MDBUS} USE_QT4+= dbus .else CONFIGURE_ARGS+= --disable-qt-dbus .endif 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 @${STRIP_CMD} ${PREFIX}/bin/qbittorrent-nox ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent-nox.1 ${MAN1PREFIX}/man/man1 .endif .include Property changes on: head/net-p2p/qbittorrent/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/qbittorrent/distinfo =================================================================== --- head/net-p2p/qbittorrent/distinfo (revision 320233) +++ head/net-p2p/qbittorrent/distinfo (revision 320234) @@ -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 Property changes on: head/net-p2p/qbittorrent/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/qbittorrent/pkg-plist =================================================================== --- head/net-p2p/qbittorrent/pkg-plist (revision 320233) +++ head/net-p2p/qbittorrent/pkg-plist (revision 320234) @@ -1,39 +1,15 @@ bin/qbittorrent share/applications/qBittorrent.desktop share/icons/hicolor/128x128/apps/qbittorrent.png share/icons/hicolor/16x16/apps/qbittorrent.png share/icons/hicolor/192x192/apps/qbittorrent.png share/icons/hicolor/22x22/apps/qbittorrent.png share/icons/hicolor/24x24/apps/qbittorrent.png share/icons/hicolor/32x32/apps/qbittorrent.png share/icons/hicolor/36x36/apps/qbittorrent.png share/icons/hicolor/48x48/apps/qbittorrent.png share/icons/hicolor/64x64/apps/qbittorrent.png share/icons/hicolor/72x72/apps/qbittorrent.png share/icons/hicolor/96x96/apps/qbittorrent.png share/pixmaps/qbittorrent.png -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor/72x72/apps -@dirrmtry share/icons/hicolor/72x72 -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/36x36/apps -@dirrmtry share/icons/hicolor/36x36 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/192x192/apps -@dirrmtry share/icons/hicolor/192x192 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons @dirrmtry share/applications Property changes on: head/net-p2p/qbittorrent/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property