From owner-svn-ports-all@FreeBSD.ORG Wed Jun 18 20:52:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDE02FD2; Wed, 18 Jun 2014 20:52:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DC74F2F3D; Wed, 18 Jun 2014 20:52:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IKqWHX063087; Wed, 18 Jun 2014 20:52:32 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5IKqWCw063086; Wed, 18 Jun 2014 20:52:32 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201406182052.s5IKqWCw063086@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Wed, 18 Jun 2014 20:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358315 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 20:52:33 -0000 Author: acm Date: Wed Jun 18 20:52:32 2014 New Revision: 358315 URL: http://svnweb.freebsd.org/changeset/ports/358315 QAT: https://qat.redports.org/buildarchive/r358315/ Log: - Bump PORTREVISION. New lazarus version is available Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Jun 18 20:51:39 2014 (r358314) +++ head/x11-fm/doublecmd/Makefile Wed Jun 18 20:52:32 2014 (r358315) @@ -3,6 +3,7 @@ PORTNAME= doublecmd PORTVERSION= 0.5.10 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source @@ -29,8 +30,9 @@ WANT_GNOME= yes PLIST= ${WRKDIR}/pkg-plist PROJECT_FILE= src/doublecmd.lpi +LAZARUS_VER= 1.2.4 LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d --pcp=${WRKSRC}/tmppcp -LAZARUS_DIR= ${LOCALBASE}/share/lazarus +LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} HELPVERSION= 0.5.5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -83,13 +85,13 @@ OPTIONS_DEFAULT= GTK2 \ USE_FPC+= gtk2 USE_GNOME= gtk20 LCL_PLATFORM= gtk2 -BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 +BUILD_DEPENDS+= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 .endif .if ${PORT_OPTIONS:MQT4} 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 +BUILD_DEPENDS+= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt .endif .if ${PORT_OPTIONS:MWCX_UNRAR}