From owner-svn-ports-head@freebsd.org Tue Jan 10 18:17:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DAD5CAAD09; Tue, 10 Jan 2017 18:17:20 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F9BC1904; Tue, 10 Jan 2017 18:17:20 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0AIHJUf009432; Tue, 10 Jan 2017 18:17:19 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0AIHJSd009431; Tue, 10 Jan 2017 18:17:19 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701101817.v0AIHJSd009431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 10 Jan 2017 18:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431112 - head/x11-fm/doublecmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 18:17:20 -0000 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 (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