Index: head/net-p2p/libtorrent/Makefile =================================================================== --- head/net-p2p/libtorrent/Makefile (revision 199275) +++ head/net-p2p/libtorrent/Makefile (revision 199276) @@ -1,55 +1,55 @@ # New ports collection makefile for: libtorrent # Date created: Jan 07 2005 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME?= libtorrent -PORTVERSION?= 0.11.5 +PORTVERSION?= 0.11.7 PORTREVISION?= 0 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/libtorrent MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Library written in C++ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 CONFLICTS?= libtorrent-devel-[0-9]* \ rblibtorrent-[0-9]* \ rblibtorrent-devel-[0-9]* USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4+ USE_GNOME= pkgconfig gnomehack USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} EXTRA_PATCHES?= ${.CURDIR}/files/stable-* OPTIONS= KQUEUE "Use kqueue(2) support" on .include .if defined(WITH_OPENSSL_BASE) # The reason why I use this is cause openssl from base doesn't install a .pc file # and configure will fail trying to find it. Setting both of those variables to # a *non-empty* value by-passes the pkg-config check. CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif CONFIGURE_ARGS+= --disable-debug --with-openssl=${OPENSSLBASE} post-patch: @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure .if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-kqueue .endif .include Property changes on: head/net-p2p/libtorrent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/net-p2p/libtorrent/distinfo =================================================================== --- head/net-p2p/libtorrent/distinfo (revision 199275) +++ head/net-p2p/libtorrent/distinfo (revision 199276) @@ -1,3 +1,3 @@ -MD5 (libtorrent-0.11.5.tar.gz) = ade0df10b701aeb61d947fb11f90294b -SHA256 (libtorrent-0.11.5.tar.gz) = 461e2b2ab7acb91ae35b3371751fbb300d5a9f2affef735944a9047d3f381ce8 -SIZE (libtorrent-0.11.5.tar.gz) = 531899 +MD5 (libtorrent-0.11.7.tar.gz) = 86cdfca2d1c3cfb3b6b316d9beaa25e0 +SHA256 (libtorrent-0.11.7.tar.gz) = 8d8cb79c7ceb4f87fadc560e1102df50e08446356bbaa5a36cbd7d7ddf36c1f0 +SIZE (libtorrent-0.11.7.tar.gz) = 532076 Property changes on: head/net-p2p/libtorrent/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property