diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-26 20:28:43 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-26 20:28:43 +0000 |
commit | 04885018b850ce903d6fe9bb146e698d4c168a0c (patch) | |
tree | d2dc27107ee346250535f97e96fd38113c67fd55 | |
parent | Remove deprecated @dirrm (diff) |
Mark deprecated and set expiration. editors/calligra was the last user and
it was updated to 2.9.10 (r404140). It depends on textproc/libwps03 now.
Notes
Notes:
svn path=/head/; revision=407307
-rw-r--r-- | textproc/libwps02/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/libwps02/Makefile b/textproc/libwps02/Makefile index eb14672d2406..6c49639e9d6c 100644 --- a/textproc/libwps02/Makefile +++ b/textproc/libwps02/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= 02 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library +DEPRECATED= Not used any more +EXPIRATION_DATE=2016-03-26 + LICENSE= LGPL21 MPL LICENSE_COMB= dual |