Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 13:59:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428297 - head/devel/py3-pytz
Message-ID:  <201612101359.uBADxrf2076438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 10 13:59:53 2016
New Revision: 428297
URL: https://svnweb.freebsd.org/changeset/ports/428297

Log:
  - Remove dependency on the python3 symlink
  - Add LICENSE_FILE

Modified:
  head/devel/py3-pytz/Makefile

Modified: head/devel/py3-pytz/Makefile
==============================================================================
--- head/devel/py3-pytz/Makefile	Sat Dec 10 13:51:22 2016	(r428296)
+++ head/devel/py3-pytz/Makefile	Sat Dec 10 13:59:53 2016	(r428297)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pytz
 PORTVERSION=	2016.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -12,8 +13,9 @@ MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	World Timezone Definitions for Python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python:3 tar:bzip2
+USES=		python:3.3+ tar:bzip2
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 



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