svn commit: r390078 - head/net-p2p/libtorrent

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 21:24:51 UTC 2015


Author: amdmi3
Date: Thu Jun 18 21:24:50 2015
New Revision: 390078
URL: https://svnweb.freebsd.org/changeset/ports/390078

Log:
  - Strip library

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Thu Jun 18 21:24:39 2015	(r390077)
+++ head/net-p2p/libtorrent/Makefile	Thu Jun 18 21:24:50 2015	(r390078)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libtorrent
 PORTVERSION=	0.13.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
 
@@ -18,6 +18,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLBASE}/lib -ssl -crypto" OPENSSL_CFLAGS="-I${OPENSSLBASE}/include"
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	KQUEUE IPV6
 OPTIONS_DEFAULT=	KQUEUE


More information about the svn-ports-all mailing list