Date: Tue, 16 Feb 2021 17:17:12 +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: r565416 - in head: . lang lang/tauthon Message-ID: <202102161717.11GHHCNC073608@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 16 17:17:11 2021 New Revision: 565416 URL: https://svnweb.freebsd.org/changeset/ports/565416 Log: Resurrect tauthon and give it a proper expiration notice Added: head/lang/tauthon/ - copied from r565349, head/lang/tauthon/ Modified: head/MOVED head/lang/Makefile head/lang/tauthon/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 16 16:42:28 2021 (r565415) +++ head/MOVED Tue Feb 16 17:17:11 2021 (r565416) @@ -16166,5 +16166,4 @@ security/greenbone-security-assistant9|security/greenb misc/pnpids|misc/hwdata|2021-02-14|Rename package to upstreams name misc/cdcollect||2021-02-14|Has expired: Unmaintained and dead upstream (12+ years) depends on deprecated libraries as www/gtkhtml3 security/krb5-116|security/krb5-118|2021-02-14|Has expired: EOL one year after the release of krb5 1.18 -lang/tauthon||2021-02-15|Dead upstream, incompatible with python 2 and python 3 www/palemoon||2021-02-15|Depends on expired version of python Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Feb 16 16:42:28 2021 (r565415) +++ head/lang/Makefile Tue Feb 16 17:17:11 2021 (r565416) @@ -343,6 +343,7 @@ SUBDIR += squeak SUBDIR += squirrel SUBDIR += swi-pl + SUBDIR += tauthon SUBDIR += tcbasic SUBDIR += tcc SUBDIR += tcl-manual Modified: head/lang/tauthon/Makefile ============================================================================== --- head/lang/tauthon/Makefile Mon Feb 15 22:33:52 2021 (r565349) +++ head/lang/tauthon/Makefile Tue Feb 16 17:17:11 2021 (r565416) @@ -15,6 +15,9 @@ COMMENT= Backward-compatible fork of Python 2.7 interp LICENSE= PSFL +DEPRECATED= Uses Python 2.7 codebase +EXPIRATION_DATE= 2021-06-23 + USES= pathfix shebangfix autoreconf ncurses pkgconfig readline:port ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161717.11GHHCNC073608>