- Update to 0.16.7 Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) How-To-Repeat: portlint -A looks usual. port test: clean
Responsible Changed From-To: freebsd-ports-bugs->rm Hi. Any make command brings 'Unassociated shell command' errors. Would you please fix?
State Changed From-To: open->feedback I reverted the PORTDOCS change just to test the build, and it built fine. But it somehow breaked master/slave relation. Try to build net-p2p/libtorrent-rasterbar-16-python with updated libtorrent-rasterbar-16.
State Changed From-To: feedback->open Nevermind the libtorrent-rasterbar-16-python issue - shared library version was needed. And now it's ok.
Author: rm Date: Thu Jan 31 12:31:48 2013 New Revision: 311304 URL: http://svnweb.freebsd.org/changeset/ports/311304 Log: - update to 0.16.7 - chase shlib version update in dependent ports - use GOOGLE_CODE shortcut in MASTER_SITES - convert to USE_PKGCONFIG - remove shared lib version for net/GeoIP dependency changelogs: 0.16.5: http://sourceforge.net/mailarchive/message.php?msg_id=30000954 0.16.6: http://sourceforge.net/mailarchive/message.php?msg_id=30237614 0.16.7: http://sourceforge.net/mailarchive/message.php?msg_id=30372288 PR: 175502 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile head/net-p2p/libtorrent-rasterbar-16/Makefile head/net-p2p/libtorrent-rasterbar-16/distinfo head/net-p2p/libtorrent-rasterbar-16/pkg-plist head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Thu Jan 31 12:29:49 2013 (r311303) +++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Thu Jan 31 12:31:48 2013 (r311304) @@ -8,7 +8,7 @@ CATEGORIES= net-p2p python USE_PYTHON= yes LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 + torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 BUILD_WRKSRC= ${WRKSRC}/bindings/python INSTALL_WRKSRC= ${BUILD_WRKSRC} Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Thu Jan 31 12:29:49 2013 (r311303) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Thu Jan 31 12:31:48 2013 (r311304) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.4 -PORTREVISION?= 1 +PORTVERSION= 0.16.7 +PORTREVISION?= 0 CATEGORIES?= net-p2p ipv6 -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PROJECTHOST= libtorrent MAINTAINER= ports@FreeBSD.org @@ -16,10 +16,10 @@ CONFLICTS+= libtorrent-rasterbar-0.1[457 NO_LATEST_LINK= yes -BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ - GeoIP.5:${PORTSDIR}/net/GeoIP + GeoIP:${PORTSDIR}/net/GeoIP +USE_PKGCONFIG= build USE_GNOME= gnomehack USE_OPENSSL= yes USE_ICONV= yes @@ -52,9 +52,8 @@ CONFIGURE_ARGS+= --disable-python-bindin post-patch: slave-post-patch .else post-patch: - @${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed - @${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \ - ${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile + @${REINPLACE_CMD} -e 's|<include>/usr/local/include|<include>${PREFIX}/include|' \ + ${WRKSRC}/Jamfile .endif .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" Modified: head/net-p2p/libtorrent-rasterbar-16/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/distinfo Thu Jan 31 12:29:49 2013 (r311303) +++ head/net-p2p/libtorrent-rasterbar-16/distinfo Thu Jan 31 12:31:48 2013 (r311304) @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.4.tar.gz) = 025531e1da1d5478486d475835327a395fbcff27f29f3767731cce361622c4f0 -SIZE (libtorrent-rasterbar-0.16.4.tar.gz) = 2907218 +SHA256 (libtorrent-rasterbar-0.16.7.tar.gz) = 6d3ec18ffb14e6637020f020b3a7ea1831ab02941f4698f30beedbfa63f30048 +SIZE (libtorrent-rasterbar-0.16.7.tar.gz) = 2931824 Modified: head/net-p2p/libtorrent-rasterbar-16/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/pkg-plist Thu Jan 31 12:29:49 2013 (r311303) +++ head/net-p2p/libtorrent-rasterbar-16/pkg-plist Thu Jan 31 12:31:48 2013 (r311304) @@ -135,7 +135,7 @@ include/libtorrent/web_peer_connection.h include/libtorrent/xml_parse.hpp lib/libtorrent-rasterbar.la lib/libtorrent-rasterbar.so -lib/libtorrent-rasterbar.so.6 +lib/libtorrent-rasterbar.so.7 libdata/pkgconfig/libtorrent-rasterbar.pc @dirrm include/libtorrent/aux_ @dirrm include/libtorrent/extensions Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Thu Jan 31 12:29:49 2013 (r311303) +++ head/net-p2p/qbittorrent/Makefile Thu Jan 31 12:31:48 2013 (r311304) @@ -2,7 +2,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.0.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -10,7 +10,7 @@ MAINTAINER= nemysis@gmx.ch COMMENT?= Bittorrent client using Qt4 and libtorrent-rasterbar LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 + torrent-rasterbar.7:${PORTSDIR}/net-p2p/libtorrent-rasterbar-16 HAS_CONFIGURE= yes USE_QT4= corelib network qmake_build moc_build rcc_build _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with PORTDOCS change left out, because it breaks the build. Would you like to take maintainership of this port? Thank you.