svn commit: r383582 - head/archivers/lz4

Adam Weinberger adamw at FreeBSD.org
Wed Apr 8 16:46:00 UTC 2015


Author: adamw
Date: Wed Apr  8 16:45:59 2015
New Revision: 383582
URL: https://svnweb.freebsd.org/changeset/ports/383582

Log:
  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 at rawbw.com

Modified:
  head/archivers/lz4/Makefile

Modified: head/archivers/lz4/Makefile
==============================================================================
--- head/archivers/lz4/Makefile	Wed Apr  8 16:07:03 2015	(r383581)
+++ head/archivers/lz4/Makefile	Wed Apr  8 16:45:59 2015	(r383582)
@@ -13,6 +13,9 @@ COMMENT=	Fast compressor using LZ4 algor
 USES=		gmake
 ALL_TARGET=	lz4c
 
+DEPRECATED=	Superseded by archivers/liblz4; use that instead
+EXPIRATION_DATE=2014-05-08
+
 CONFLICTS=	liblz4-*
 
 PLIST_FILES=	bin/lz4c


More information about the svn-ports-all mailing list