diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-01-15 18:49:01 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-01-15 18:49:01 +0000 |
commit | 57d654205a9e725f3c7744d3c7fba69b61247aca (patch) | |
tree | 234eb6b6c22244d1a51f19a26800d2b6b00177ce /net-p2p/qbittorrent-26 | |
parent | 471e8d39986587c9387a26fd738d8689b00a92f4 (diff) | |
download | ports-57d654205a9e725f3c7744d3c7fba69b61247aca.tar.gz ports-57d654205a9e725f3c7744d3c7fba69b61247aca.zip |
Notes
Diffstat (limited to 'net-p2p/qbittorrent-26')
-rw-r--r-- | net-p2p/qbittorrent-26/Makefile | 13 | ||||
-rw-r--r-- | net-p2p/qbittorrent-26/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent-26/files/patch-src__filesystemwatcher.h | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent-26/files/patch-src__misc.cpp | 11 |
4 files changed, 3 insertions, 36 deletions
diff --git a/net-p2p/qbittorrent-26/Makefile b/net-p2p/qbittorrent-26/Makefile index 5908b4098fe0..2a04f9b4e0e6 100644 --- a/net-p2p/qbittorrent-26/Makefile +++ b/net-p2p/qbittorrent-26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -49,17 +49,6 @@ LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+= --disable-libnotify .endif -post-patch: - @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ - ${WRKSRC}/unixconf.pri - @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro -.if defined(QB26_NOX_SLAVE) - @${REINPLACE_CMD} -e 's|Q_WS_X11|BLAHBLAHBLAH|g' \ - ${WRKSRC}/src/misc.cpp - @${REINPLACE_CMD} -e 's|^QT.*+=.*dbus.*||' \ - ${WRKSRC}/unixconf.pri -.endif - post-install: .if !defined(QB26_NOX_SLAVE) @${STRIP_CMD} ${PREFIX}/bin/qbittorrent diff --git a/net-p2p/qbittorrent-26/distinfo b/net-p2p/qbittorrent-26/distinfo index 7a187b484304..3bf19453aa63 100644 --- a/net-p2p/qbittorrent-26/distinfo +++ b/net-p2p/qbittorrent-26/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-2.6.2.tar.gz) = 1b86dea4d62d3047bc5fcb7f91bdb38caa4ec82b47bed23a5932b96bfc83578a -SIZE (qbittorrent-2.6.2.tar.gz) = 2806645 +SHA256 (qbittorrent-2.6.3.tar.gz) = 6aee593296f771fdff4abf1766f318bb6cf65260cad64e5cf1c193607c75a0d0 +SIZE (qbittorrent-2.6.3.tar.gz) = 2824752 diff --git a/net-p2p/qbittorrent-26/files/patch-src__filesystemwatcher.h b/net-p2p/qbittorrent-26/files/patch-src__filesystemwatcher.h deleted file mode 100644 index ecafa3807181..000000000000 --- a/net-p2p/qbittorrent-26/files/patch-src__filesystemwatcher.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/filesystemwatcher.h.orig 2011-01-07 11:42:34.000000000 -0800 -+++ src/filesystemwatcher.h 2011-01-09 23:11:01.000000000 -0800 -@@ -12,7 +12,7 @@ - #include <QSet> - #include <iostream> - #include <errno.h> --#ifdef Q_WS_MAC -+#if defined(Q_WS_MAC) || defined(__FreeBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #include <string.h> diff --git a/net-p2p/qbittorrent-26/files/patch-src__misc.cpp b/net-p2p/qbittorrent-26/files/patch-src__misc.cpp deleted file mode 100644 index efc00d6f52af..000000000000 --- a/net-p2p/qbittorrent-26/files/patch-src__misc.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc.cpp.orig 2011-01-06 04:12:07.000000000 -0800 -+++ src/misc.cpp 2011-01-09 23:11:01.000000000 -0800 -@@ -60,7 +60,7 @@ - #endif - - #ifndef Q_WS_WIN --#ifdef Q_WS_MAC -+#if defined Q_WS_MAC || defined(__FreeBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #else |