diff options
author | adamw <adamw@FreeBSD.org> | 2015-04-09 00:45:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-04-09 00:45:59 +0800 |
commit | 8c7fe586182b77b1546e2929a6dd0668fe14e953 (patch) | |
tree | 92da81d33c019db9ef4508017351ee29e433581c /archivers | |
parent | 544472c6f50740667504eddd62124281a81e4655 (diff) | |
download | freebsd-ports-graphics-8c7fe586182b77b1546e2929a6dd0668fe14e953.tar.gz freebsd-ports-graphics-8c7fe586182b77b1546e2929a6dd0668fe14e953.tar.zst freebsd-ports-graphics-8c7fe586182b77b1546e2929a6dd0668fe14e953.zip |
Mark archivers/lz4 as deprecated and mark it for removal in 1 month.
It is essentially superseded by archivers/liblz4, which also installs
a library.
PR: 198939
Submitted by: yuri@rawbw.com
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lz4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/lz4/Makefile b/archivers/lz4/Makefile index d395941b172..6b63e62b272 100644 --- a/archivers/lz4/Makefile +++ b/archivers/lz4/Makefile @@ -13,6 +13,9 @@ COMMENT= Fast compressor using LZ4 algorithm USES= gmake ALL_TARGET= lz4c +DEPRECATED= Superseded by archivers/liblz4; use that instead +EXPIRATION_DATE=2014-05-08 + CONFLICTS= liblz4-* PLIST_FILES= bin/lz4c |