svn commit: r540850 - head/devel/py-ttictoc

Dan Langille dvl at FreeBSD.org
Tue Jun 30 01:05:52 UTC 2020


Author: dvl
Date: Tue Jun 30 01:05:51 2020
New Revision: 540850
URL: https://svnweb.freebsd.org/changeset/ports/540850

Log:
  The license file is not included in the tarball.
  
  Fix Makefile.
  
  Submitted by:	linimon

Modified:
  head/devel/py-ttictoc/Makefile

Modified: head/devel/py-ttictoc/Makefile
==============================================================================
--- head/devel/py-ttictoc/Makefile	Tue Jun 30 01:01:42 2020	(r540849)
+++ head/devel/py-ttictoc/Makefile	Tue Jun 30 01:05:51 2020	(r540850)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ttictoc
 PORTVERSION=	0.5.6
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,6 @@ MAINTAINER=	gmm at tutanota.com
 COMMENT=	Time execution of blocks of code
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \


More information about the svn-ports-head mailing list