diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-09-19 18:18:20 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-09-19 18:18:23 +0000 |
commit | 1b7b2eab15b64e7a3fd579fbcf9044de19fe2883 (patch) | |
tree | 9bcc03c3eff38e0f2d86d3cd8e6cae37f0873180 | |
parent | 39e16722d6898a59b14014e9a92877388d3945f0 (diff) | |
download | ports-1b7b2eab15b64e7a3fd579fbcf9044de19fe2883.tar.gz ports-1b7b2eab15b64e7a3fd579fbcf9044de19fe2883.zip |
www/sfnt2woff: Deprecate and set expiration date to 2023-10-31
PR: 273511
Approved by: portmgr (maintainer timeout, 2+ weeks)
Sponsored by: Blinkinblox
-rw-r--r-- | www/sfnt2woff/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/sfnt2woff/Makefile b/www/sfnt2woff/Makefile index 6b032910d2a2..5c5a31175425 100644 --- a/www/sfnt2woff/Makefile +++ b/www/sfnt2woff/Makefile @@ -11,6 +11,9 @@ WWW= http://people.mozilla.org/~jkew/woff/ LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= multi +DEPRECATED= Superseded by WOFF 2.0, please consider using devel/woff2 +EXPIRATION_DATE=2023-10-31 + NO_WRKSUBDIR= yes USES= gmake zip |