From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 14:42:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2E9030E; Sun, 22 Jun 2014 14:42:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B43002B33; Sun, 22 Jun 2014 14:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MEg6Dl087967; Sun, 22 Jun 2014 14:42:06 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MEg6Pk087963; Sun, 22 Jun 2014 14:42:06 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201406221442.s5MEg6Pk087963@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 22 Jun 2014 14:42:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358808 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 14:42:07 -0000 Author: nemysis Date: Sun Jun 22 14:42:05 2014 New Revision: 358808 URL: http://svnweb.freebsd.org/changeset/ports/358808 QAT: https://qat.redports.org/buildarchive/r358808/ Log: - Update to 0.16.17, Announce message: * don't fall back on wildcard port in UPnP * fix local service discovery for magnet links * fix bitfield issue in file_storage * added work-around for MingW issue in file I/O * fixed sparse file detection on windows * fixed bug in gunzip * fix to use proxy settings when adding .torrent file from URL * fix resume file issue related to daylight savings time on windows * improve error checking in lazy_bdecode - Add USES libtool - Recreate pkg-plist with make makeplist Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo head/net-p2p/libtorrent-rasterbar/pkg-plist Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Sun Jun 22 14:39:49 2014 (r358807) +++ head/net-p2p/libtorrent-rasterbar/Makefile Sun Jun 22 14:42:05 2014 (r358808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.16 +PORTVERSION= 0.16.17 CATEGORIES?= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME:S/-rasterbar//}/${PORTNAME:S/-rasterbar//}/ @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS?= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libGeoIP.so:${PORTSDIR}/net/GeoIP -USES= compiler:c++11-lang pathfix pkgconfig iconv +USES= compiler:c++11-lang libtool pathfix pkgconfig iconv USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Sun Jun 22 14:39:49 2014 (r358807) +++ head/net-p2p/libtorrent-rasterbar/distinfo Sun Jun 22 14:42:05 2014 (r358808) @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.16.tar.gz) = c74580f0861281568f58009519cddaaa4aa44056fb3a663acf6061a225ef7ea8 -SIZE (libtorrent-rasterbar-0.16.16.tar.gz) = 3016861 +SHA256 (libtorrent-rasterbar-0.16.17.tar.gz) = 67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 +SIZE (libtorrent-rasterbar-0.16.17.tar.gz) = 3018881 Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar/pkg-plist Sun Jun 22 14:39:49 2014 (r358807) +++ head/net-p2p/libtorrent-rasterbar/pkg-plist Sun Jun 22 14:42:05 2014 (r358808) @@ -133,11 +133,11 @@ include/libtorrent/version.hpp include/libtorrent/web_connection_base.hpp include/libtorrent/web_peer_connection.hpp include/libtorrent/xml_parse.hpp -lib/libtorrent-rasterbar.la lib/libtorrent-rasterbar.so lib/libtorrent-rasterbar.so.%%SHLIB_VER%% +lib/libtorrent-rasterbar.so.%%SHLIB_VER%%.0.0 libdata/pkgconfig/libtorrent-rasterbar.pc -@dirrm include/libtorrent/kademlia -@dirrm include/libtorrent/extensions @dirrm include/libtorrent/aux_ +@dirrm include/libtorrent/extensions +@dirrm include/libtorrent/kademlia @dirrm include/libtorrent