diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:22:12 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-29 20:22:12 +0000 |
commit | 2f1d22e72df60c30faebc57ae382bd1e17e9bfce (patch) | |
tree | 59669ef043142fe181498b28e382a89c3dd80848 /x11 | |
parent | f5ebd23a61c055722b1370d39689c0155750ceae (diff) |
x11/libXp: Set expiration date
Set x11/libXp expiration date to November 1:st. All remaning users have
already been fixed, are deprecated for other reasons, or have fixes being
discussed. If there is any unexpected issues or users, the epiration date
can be pushed.
Notes
Notes:
svn path=/head/; revision=513270
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 27e0c9141ade..93e7d79eff77 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -11,6 +11,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X print library DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-11-01 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING |