svn commit: r441735 - head/devel/cram

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 25 21:03:02 UTC 2017


Author: sunpoet
Date: Thu May 25 21:03:01 2017
New Revision: 441735
URL: https://svnweb.freebsd.org/changeset/ports/441735

Log:
  Add LICENSE_FILE
  
  - Remove leading indefinite article from COMMENT
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/cram/Makefile

Modified: head/devel/cram/Makefile
==============================================================================
--- head/devel/cram/Makefile	Thu May 25 21:02:56 2017	(r441734)
+++ head/devel/cram/Makefile	Thu May 25 21:03:01 2017	(r441735)
@@ -8,9 +8,10 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cem at FreeBSD.org
-COMMENT=	A simple testing framework for command line applications
+COMMENT=	Simple testing framework for command line applications
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}check-manifest>=0:devel/py-check-manifest \
 		${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage \


More information about the svn-ports-all mailing list