svn commit: r539322 - head/net/py-httpstat

Adam Weinberger adamw at FreeBSD.org
Tue Jun 16 05:30:49 UTC 2020


Author: adamw
Date: Tue Jun 16 05:30:48 2020
New Revision: 539322
URL: https://svnweb.freebsd.org/changeset/ports/539322

Log:
  httpstat: Undeprecate and mark py3-compatible
  
  httpstat is py3-compatible, see https://github.com/reorx/httpstat

Modified:
  head/net/py-httpstat/Makefile

Modified: head/net/py-httpstat/Makefile
==============================================================================
--- head/net/py-httpstat/Makefile	Tue Jun 16 04:42:03 2020	(r539321)
+++ head/net/py-httpstat/Makefile	Tue Jun 16 05:30:48 2020	(r539322)
@@ -12,12 +12,9 @@ COMMENT=	Curl statistics made simple
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 RUN_DEPENDS=	curl:ftp/curl
 
-USES=		python:2.7
+USES=		python
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	reorx


More information about the svn-ports-all mailing list