svn commit: r528062 - head/sysutils/htop

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 8 18:08:08 UTC 2020


Author: tobik
Date: Sun Mar  8 18:08:07 2020
New Revision: 528062
URL: https://svnweb.freebsd.org/changeset/ports/528062

Log:
  sysutils/htop builds fine with Python 3.x

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Sun Mar  8 18:04:56 2020	(r528061)
+++ head/sysutils/htop/Makefile	Sun Mar  8 18:08:07 2020	(r528062)
@@ -12,10 +12,7 @@ COMMENT=	Better top(1) - interactive process viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
-USES=		autoreconf libtool localbase ncurses pkgconfig python:2.7,build shebangfix
+USES=		autoreconf libtool localbase ncurses pkgconfig python:build shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-unicode
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list