Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 18:17:19 +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: r431112 - head/x11-fm/doublecmd
Message-ID:  <201701101817.v0AIHJSd009431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Jan 10 18:17:19 2017
New Revision: 431112
URL: https://svnweb.freebsd.org/changeset/ports/431112

Log:
  Use archivers/libunrar5 for the unrar library
  
  PR:		215925
  Submitted by:	myself
  Approved by:	Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)

Modified:
  head/x11-fm/doublecmd/Makefile

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Tue Jan 10 18:05:53 2017	(r431111)
+++ head/x11-fm/doublecmd/Makefile	Tue Jan 10 18:17:19 2017	(r431112)
@@ -3,6 +3,7 @@
 
 PORTNAME=	doublecmd
 PORTVERSION=	0.7.7
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -105,7 +106,7 @@ GTK2_BUILD_DEPENDS=	${LAZARUS_DIR}/lcl/u
 QT4_LIB_DEPENDS=	libQt4Pas.so:x11-toolkits/qt4pas
 QT4_BUILD_DEPENDS=	${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt
 
-WCX_UNRAR_LIB_DEPENDS=	libunrar.so:archivers/libunrar
+WCX_UNRAR_LIB_DEPENDS=	libunrar.so.5:archivers/libunrar5
 WFX_SAMBA_LIB_DEPENDS=	libsmbclient.so:net/samba-libsmbclient
 WLX_MPLAYER_RUN_DEPENDS=	mplayer:multimedia/mplayer
 



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