svn commit: r338474 - head/net-p2p/libtorrent-rasterbar

Rusmir Dusko nemysis at FreeBSD.org
Thu Jan 2 19:47:58 UTC 2014


Author: nemysis
Date: Thu Jan  2 19:47:57 2014
New Revision: 338474
URL: http://svnweb.freebsd.org/changeset/ports/338474

Log:
  - Bump PORTREVISION
  - Fix build on 8.x and 9.x
  - Use USES=compiler:c++11-lang instead of compiler
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Jan  2 19:47:29 2014	(r338473)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Thu Jan  2 19:47:57 2014	(r338474)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtorrent-rasterbar
 PORTVERSION=	0.16.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	net-p2p ipv6
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	libtorrent
@@ -13,10 +13,10 @@ COMMENT?=	C++ library implementing a Bit
 
 LICENSE=	BSD
 
-LIB_DEPENDS+=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
+LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
 		libGeoIP.so:${PORTSDIR}/net/GeoIP
 
-USES=		compiler pathfix pkgconfig iconv
+USES=		compiler:c++11-lang pathfix pkgconfig iconv
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list