Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 22:17:36 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466905 - head/net-p2p/ctorrent
Message-ID:  <201804092217.w39MHaDk002034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Apr  9 22:17:36 2018
New Revision: 466905
URL: https://svnweb.freebsd.org/changeset/ports/466905

Log:
  net-p2p/ctorrent: Add license
  
  While here, add USES=ssl (qa warning).
  
  Approved by:	portmgr (blanket)

Modified:
  head/net-p2p/ctorrent/Makefile

Modified: head/net-p2p/ctorrent/Makefile
==============================================================================
--- head/net-p2p/ctorrent/Makefile	Mon Apr  9 20:09:33 2018	(r466904)
+++ head/net-p2p/ctorrent/Makefile	Mon Apr  9 22:17:36 2018	(r466905)
@@ -11,6 +11,11 @@ DISTNAME=	${PORTNAME}-dnh${PORTVERSION}
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	BitTorrent Client written in C for FreeBSD and Linux
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=	ssl
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/ctorrent



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