Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 13:48:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420466 - head/net-p2p/libtorrent
Message-ID:  <201608191348.u7JDmIAF034622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 19 13:48:18 2016
New Revision: 420466
URL: https://svnweb.freebsd.org/changeset/ports/420466

Log:
  - Pass maintainership to submitter
  - While here, fix license, switch to USES=ssl and some other cosmetic fixes
  
  PR:		211680
  Submitted by:	pipfstarrd@opmbx.org

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Fri Aug 19 13:45:29 2016	(r420465)
+++ head/net-p2p/libtorrent/Makefile	Fri Aug 19 13:48:18 2016	(r420466)
@@ -5,26 +5,24 @@ PORTVERSION=	0.13.6
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://rtorrent.net/downloads/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	pipfstarrd@openmailbox.org
 COMMENT=	BitTorrent Library written in C++
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
-LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS_INSTALL=	rblibtorrent-[0-9]* rblibtorrent-devel-[0-9]*
 
-OPTIONS_DEFINE=	IPV6 KQUEUE
-OPTIONS_DEFAULT=KQUEUE
-KQUEUE_DESC=	Use kqueue(2) support
-
+USES=		compiler:c++11-lang libtool pathfix pkgconfig ssl
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
 CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLBASE}/lib -ssl -crypto" OPENSSL_CFLAGS="-I${OPENSSLBASE}/include"
-GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
-USES=		compiler:c++11-lang libtool pathfix pkgconfig
+
+OPTIONS_DEFINE=	IPV6 KQUEUE
+OPTIONS_DEFAULT=KQUEUE
+KQUEUE_DESC=	Use kqueue(2) support
 
 IPV6_CONFIGURE_ENABLE=	ipv6
 KQUEUE_CONFIGURE_WITH=	kqueue



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608191348.u7JDmIAF034622>