Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 18:57:01 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430151 - head/archivers/libunrar4
Message-ID:  <201612311857.uBVIv1jW040875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311857.uBVIv1jW040875>