Index: head/net-p2p/qbittorrent/Makefile =================================================================== --- head/net-p2p/qbittorrent/Makefile (revision 242008) +++ head/net-p2p/qbittorrent/Makefile (revision 242009) @@ -1,49 +1,50 @@ # New ports collection makefile for: qbittorrent # Date created: 2007-04-01 # Whom: alepulver # # $FreeBSD$ # PORTNAME= qbittorrent -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.3.5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel USE_QT_VER= 4 QT_COMPONENTS= corelib gui network xml \ moc_build qmake_build rcc_build uic_build QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --with-libtorrent-inc="${LOCALBASE}/include" \ --with-libtorrent-lib="${LOCALBASE}/lib" \ --with-libcurl-inc="${LOCALBASE}/include" \ --with-libcurl-lib="${LOCALBASE}/lib" \ --with-libzzip-inc="${LOCALBASE}/include" \ --with-libzzip-lib="${LOCALBASE}/lib" INSTALLS_ICONS= yes MAN1= qbittorrent.1 .include post-patch: @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ ${WRKSRC}/src/src.pro @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/configure post-install: @${STRIP_CMD} ${PREFIX}/bin/qbittorrent .include Property changes on: head/net-p2p/qbittorrent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net-p2p/qbittorrent/distinfo =================================================================== --- head/net-p2p/qbittorrent/distinfo (revision 242008) +++ head/net-p2p/qbittorrent/distinfo (revision 242009) @@ -1,3 +1,3 @@ -MD5 (qbittorrent-1.3.4.tar.gz) = 867c7a23406a87176ec55efcc3407ddb -SHA256 (qbittorrent-1.3.4.tar.gz) = 685f4b22a4451a1925325e2c6c1e7fb1710ffe96f082a1a57d1d8be752cd2928 -SIZE (qbittorrent-1.3.4.tar.gz) = 1668050 +MD5 (qbittorrent-1.3.5.tar.gz) = c4f1b208f9c0a3f55aa0237bf6348d8d +SHA256 (qbittorrent-1.3.5.tar.gz) = 4456ea2fda5dd79e68e495808947c868090c2e84a565e3d8250648c8736206d9 +SIZE (qbittorrent-1.3.5.tar.gz) = 1668776 Property changes on: head/net-p2p/qbittorrent/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp =================================================================== --- head/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp (revision 242008) +++ head/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp (revision 242009) @@ -1,14 +1,14 @@ ---- src/createtorrent_imp.cpp.orig 2009-03-07 07:22:19.000000000 +0900 -+++ src/createtorrent_imp.cpp 2009-03-23 02:00:49.000000000 +0900 -@@ -245,7 +245,11 @@ +--- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 ++++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 +@@ -257,7 +257,11 @@ } if(abort) return; // calculate the hash for all pieces +#if defined(__GNUC__) && __GNUC__ <= 3 -+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); ++ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#else - set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); + set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#endif // Set qBittorrent as creator and add user comment to // torrent_info structure t.set_creator(creator_str); Property changes on: head/net-p2p/qbittorrent/files/patch-src__createtorrent_imp.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-p2p/qbittorrent-22/Makefile =================================================================== --- head/net-p2p/qbittorrent-22/Makefile (revision 242008) +++ head/net-p2p/qbittorrent-22/Makefile (revision 242009) @@ -1,49 +1,50 @@ # New ports collection makefile for: qbittorrent # Date created: 2007-04-01 # Whom: alepulver # # $FreeBSD$ # PORTNAME= qbittorrent -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.3.5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel USE_QT_VER= 4 QT_COMPONENTS= corelib gui network xml \ moc_build qmake_build rcc_build uic_build QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --with-libtorrent-inc="${LOCALBASE}/include" \ --with-libtorrent-lib="${LOCALBASE}/lib" \ --with-libcurl-inc="${LOCALBASE}/include" \ --with-libcurl-lib="${LOCALBASE}/lib" \ --with-libzzip-inc="${LOCALBASE}/include" \ --with-libzzip-lib="${LOCALBASE}/lib" INSTALLS_ICONS= yes MAN1= qbittorrent.1 .include post-patch: @${REINPLACE_CMD} -e 's|$$$$PREFIX/share/man|${MANPREFIX}/man|' \ ${WRKSRC}/src/src.pro @${ECHO_CMD} "LIBS+= -lexecinfo" >> ${WRKSRC}/src/src.pro + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/configure post-install: @${STRIP_CMD} ${PREFIX}/bin/qbittorrent .include Property changes on: head/net-p2p/qbittorrent-22/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net-p2p/qbittorrent-22/distinfo =================================================================== --- head/net-p2p/qbittorrent-22/distinfo (revision 242008) +++ head/net-p2p/qbittorrent-22/distinfo (revision 242009) @@ -1,3 +1,3 @@ -MD5 (qbittorrent-1.3.4.tar.gz) = 867c7a23406a87176ec55efcc3407ddb -SHA256 (qbittorrent-1.3.4.tar.gz) = 685f4b22a4451a1925325e2c6c1e7fb1710ffe96f082a1a57d1d8be752cd2928 -SIZE (qbittorrent-1.3.4.tar.gz) = 1668050 +MD5 (qbittorrent-1.3.5.tar.gz) = c4f1b208f9c0a3f55aa0237bf6348d8d +SHA256 (qbittorrent-1.3.5.tar.gz) = 4456ea2fda5dd79e68e495808947c868090c2e84a565e3d8250648c8736206d9 +SIZE (qbittorrent-1.3.5.tar.gz) = 1668776 Property changes on: head/net-p2p/qbittorrent-22/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp =================================================================== --- head/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp (revision 242008) +++ head/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp (revision 242009) @@ -1,14 +1,14 @@ ---- src/createtorrent_imp.cpp.orig 2009-03-07 07:22:19.000000000 +0900 -+++ src/createtorrent_imp.cpp 2009-03-23 02:00:49.000000000 +0900 -@@ -245,7 +245,11 @@ +--- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 ++++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 +@@ -257,7 +257,11 @@ } if(abort) return; // calculate the hash for all pieces +#if defined(__GNUC__) && __GNUC__ <= 3 -+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); ++ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#else - set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); + set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#endif // Set qBittorrent as creator and add user comment to // torrent_info structure t.set_creator(creator_str); Property changes on: head/net-p2p/qbittorrent-22/files/patch-src__createtorrent_imp.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property