Date: Wed, 26 Mar 2014 16:04:41 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349259 - head/x11-fm/doublecmd Message-ID: <201403261604.s2QG4fNj062998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Wed Mar 26 16:04:41 2014 New Revision: 349259 URL: http://svnweb.freebsd.org/changeset/ports/349259 QAT: https://qat.redports.org/buildarchive/r349259/ Log: - Update to 0.5.9. Changelog: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=28 - Convert to new LIB_DEPENDS syntax PR: ports/187908 Submitted by: maintainer Modified: head/x11-fm/doublecmd/Makefile head/x11-fm/doublecmd/distinfo Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Mar 26 15:46:06 2014 (r349258) +++ head/x11-fm/doublecmd/Makefile Wed Mar 26 16:04:41 2014 (r349259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= doublecmd -PORTVERSION= 0.5.8 +PORTVERSION= 0.5.9 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source @@ -87,17 +87,17 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/lazar .endif .if ${PORT_OPTIONS:MQT4} -LIB_DEPENDS+= Qt4Pas:${PORTSDIR}/x11-toolkits/qt4pas +LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas LCL_PLATFORM= qt BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt .endif .if ${PORT_OPTIONS:MWCX_UNRAR} -LIB_DEPENDS+= unrar:${PORTSDIR}/archivers/libunrar +LIB_DEPENDS+= libunrar.so:${PORTSDIR}/archivers/libunrar .endif .if ${PORT_OPTIONS:MWFX_SAMBA} -LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient +LIB_DEPENDS+= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient .endif .if ${PORT_OPTIONS:MWLX_MPLAYER} Modified: head/x11-fm/doublecmd/distinfo ============================================================================== --- head/x11-fm/doublecmd/distinfo Wed Mar 26 15:46:06 2014 (r349258) +++ head/x11-fm/doublecmd/distinfo Wed Mar 26 16:04:41 2014 (r349259) @@ -1,4 +1,4 @@ -SHA256 (doublecmd-0.5.8-src.tar.gz) = bfa85693b6cc06b7fd28ec8bd443ad9fb9d79d27a541e4f4d54bb9da2fb052ea -SIZE (doublecmd-0.5.8-src.tar.gz) = 4464173 +SHA256 (doublecmd-0.5.9-src.tar.gz) = d5b3c93b3029f4b0a45b7c9912d34f753445e031c93bc0268d4cb4c313d06ba4 +SIZE (doublecmd-0.5.9-src.tar.gz) = 4535338 SHA256 (doublecmd-help-0.5.5-src.tar.gz) = 5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf SIZE (doublecmd-help-0.5.5-src.tar.gz) = 10762769
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261604.s2QG4fNj062998>