Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2020 18:08:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528062 - head/sysutils/htop
Message-ID:  <202003081808.028I88oD098700@repo.freebsd.org>

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



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