diff options
author | swills <swills@FreeBSD.org> | 2019-07-16 01:53:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-07-16 01:53:21 +0800 |
commit | 13bec27bb9c29fb9690439959a714e0bc2a9803e (patch) | |
tree | 370a8e52744cd94fe0846ac19305972e2885c01b /security/softhsm | |
parent | 26128d6783a1e7222a7e2ef25eeedc3a9df801ca (diff) | |
download | freebsd-ports-gnome-13bec27bb9c29fb9690439959a714e0bc2a9803e.tar.gz freebsd-ports-gnome-13bec27bb9c29fb9690439959a714e0bc2a9803e.tar.zst freebsd-ports-gnome-13bec27bb9c29fb9690439959a714e0bc2a9803e.zip |
security/softhsm Add DEPRECATED and EXPIRATION_DATE
1.3.8 will reach end-of-life
PR: 239042
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 37f3e7eeb511..387ba43a7715 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -13,6 +13,9 @@ LICENSE= BSD2CLAUSE ISCL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= End-of-life announced, update to softhsm2 ASAP. +EXPIRATION_DATE= 2019-10-01 + LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ libsqlite3.so:databases/sqlite3 |