Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2022 20:06:38 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4d1dcf46266 - main - math/pynac: Deprecate and set expiration date to 2022-12-31
Message-ID:  <202210302006.29UK6cFY011555@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4d1dcf462668958952bc66b7e18e694c3daa4c9

commit f4d1dcf462668958952bc66b7e18e694c3daa4c9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-10-30 19:59:50 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-10-30 20:05:47 +0000

    math/pynac: Deprecate and set expiration date to 2022-12-31
    
    Deprecated upstream as project merged with SageMath (Sage 9.5) in 2021
    
    Reference:
    https://github.com/pynac/pynac
    
    PR:             267284
    Reviewed by:    thierry (maintainer)
---
 math/pynac/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/pynac/Makefile b/math/pynac/Makefile
index 603fcb000be5..2598d89957f4 100644
--- a/math/pynac/Makefile
+++ b/math/pynac/Makefile
@@ -10,6 +10,9 @@ WWW=		http://pynac.org/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Project merged with SageMath
+EXPIRATION_DATE=2022-12-31
+
 LIB_DEPENDS=	libgmp.so:math/gmp		\
 		libntl.so:math/ntl		\
 		libmpfr.so:math/mpfr		\



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