svn commit: r411560 - head/net/smcroute

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 21 13:27:35 UTC 2016


Author: amdmi3
Date: Mon Mar 21 13:27:33 2016
New Revision: 411560
URL: https://svnweb.freebsd.org/changeset/ports/411560

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB)
  
  Approved by:	portmgr blanket

Modified:
  head/net/smcroute/Makefile

Modified: head/net/smcroute/Makefile
==============================================================================
--- head/net/smcroute/Makefile	Mon Mar 21 12:07:29 2016	(r411559)
+++ head/net/smcroute/Makefile	Mon Mar 21 13:27:33 2016	(r411560)
@@ -7,9 +7,9 @@ CATEGORIES=	net
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Static multicast routing tool
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:bzip2
 USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	troglobit


More information about the svn-ports-all mailing list