From a0b96e6e6bbc2fc959e22f9cf34f88aae53d2cbe Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 19 Aug 2016 13:48:18 +0000 Subject: [PATCH] - Pass maintainership to submitter - While here, fix license, switch to USES=ssl and some other cosmetic fixes PR: 211680 Submitted by: pipfstarrd@opmbx.org --- net-p2p/libtorrent/Makefile | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 73bbbec69339..7ff9d1921ba2 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -5,27 +5,25 @@ 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]* +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" +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + OPTIONS_DEFINE= IPV6 KQUEUE OPTIONS_DEFAULT=KQUEUE KQUEUE_DESC= Use kqueue(2) support -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 - IPV6_CONFIGURE_ENABLE= ipv6 KQUEUE_CONFIGURE_WITH= kqueue