From owner-svn-ports-head@freebsd.org Fri Aug 19 13:48:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2D52BBFA22; Fri, 19 Aug 2016 13:48:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C3C521294; Fri, 19 Aug 2016 13:48:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7JDmJOl034623; Fri, 19 Aug 2016 13:48:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7JDmIAF034622; Fri, 19 Aug 2016 13:48:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608191348.u7JDmIAF034622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Aug 2016 13:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420466 - head/net-p2p/libtorrent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 13:48:20 -0000 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