svn commit: r430151 - head/archivers/libunrar4
Jason E. Hale
jhale at FreeBSD.org
Sat Dec 31 18:57:02 UTC 2016
Author: jhale
Date: Sat Dec 31 18:57:01 2016
New Revision: 430151
URL: https://svnweb.freebsd.org/changeset/ports/430151
Log:
Mark DEPRECATED and set EXPIRATION_DATE (2017-03-01)
There is only one port (sysutils/fusefs-rar2fs) that depends on this and it
is currently BROKEN. However, there is an update in the works to fix it
and make it work with the newly added archivers/libunrar5. We already have
archivers/libunrar (3.x) and archivers/libunrar5 as it is.
Add CONFLICTS_INSTALL with the other libunrar ports.
Modified:
head/archivers/libunrar4/Makefile
Modified: head/archivers/libunrar4/Makefile
==============================================================================
--- head/archivers/libunrar4/Makefile Sat Dec 31 18:34:18 2016 (r430150)
+++ head/archivers/libunrar4/Makefile Sat Dec 31 18:57:01 2016 (r430151)
@@ -10,6 +10,11 @@ DISTNAME= unrarsrc-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Library to work with RAR archives
+DEPRECATED= Outdated version. Please use archivers/libunrar5 instead
+EXPIRATION_DATE= 2017-03-01
+
+CONFLICTS_INSTALL= libunrar-3* libunrar5-5*
+
WRKSRC= ${WRKDIR}/unrar
USES= gmake
More information about the svn-ports-all
mailing list