svn commit: r466905 - head/net-p2p/ctorrent

Danilo G. Baio dbaio at FreeBSD.org
Mon Apr 9 22:17:37 UTC 2018


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 at 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


More information about the svn-ports-head mailing list