svn commit: r545129 - head/www/twms

Antoine Brodin antoine at FreeBSD.org
Sun Aug 16 18:49:22 UTC 2020


Author: antoine
Date: Sun Aug 16 18:49:22 2020
New Revision: 545129
URL: https://svnweb.freebsd.org/changeset/ports/545129

Log:
  Unbreak after r545116

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Sun Aug 16 18:46:05 2020	(r545128)
+++ head/www/twms/Makefile	Sun Aug 16 18:49:22 2020	(r545129)
@@ -12,9 +12,6 @@ COMMENT=	Tiny WMS server
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webpy>0:www/webpy@${PY_FLAVOR} \
 		${PY_PILLOW} \
@@ -24,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/
 USE_GITHUB=	yes
 GH_ACCOUNT=	Komzpa
 
-USES=		python:2.7  # 2.7 only because of webpy dependency
+USES=		python:3.6+
 USE_PYTHON=	distutils py3kplist optsuffix
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list