svn commit: r431112 - head/x11-fm/doublecmd
Jason E. Hale
jhale at FreeBSD.org
Tue Jan 10 18:17:20 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list