git: f4d1dcf46266 - main - math/pynac: Deprecate and set expiration date to 2022-12-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 30 Oct 2022 20:06:38 UTC
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		\