Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2020 01:05:52 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540850 - head/devel/py-ttictoc
Message-ID:  <202006300105.05U15qSe065884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



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