Date: Wed, 12 Dec 2012 21:15:58 +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: r308797 - in head/x11-fm/doublecmd: . files Message-ID: <201212122115.qBCLFwcE050316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Wed Dec 12 21:15:58 2012 New Revision: 308797 URL: http://svnweb.freebsd.org/changeset/ports/308797 Log: - Bump PORTREVISION. New lazarus version has been committed Added: head/x11-fm/doublecmd/files/patch-src-foptions.pas (contents, props changed) head/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas (contents, props changed) Modified: head/x11-fm/doublecmd/Makefile Modified: head/x11-fm/doublecmd/Makefile ============================================================================== --- head/x11-fm/doublecmd/Makefile Wed Dec 12 21:12:33 2012 (r308796) +++ head/x11-fm/doublecmd/Makefile Wed Dec 12 21:15:58 2012 (r308797) @@ -1,12 +1,9 @@ -# New ports collection makefile for: doublecmd -# Date created: 01 Oct 2011 -# Whom: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> -# +# Created by: Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net> # $FreeBSD$ -# PORTNAME= doublecmd PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source @@ -29,7 +26,7 @@ USE_GNOME= desktopfileutils PLIST= ${WRKDIR}/pkg-plist SUB_FILES= pkg-message PROJECT_FILE= src/doublecmd.lpi -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild +LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DOCSRC= ${WRKDIR}/${PORTNAME}-help-0.5.1 Added: head/x11-fm/doublecmd/files/patch-src-foptions.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/doublecmd/files/patch-src-foptions.pas Wed Dec 12 21:15:58 2012 (r308797) @@ -0,0 +1,11 @@ +--- src/foptions.pas 2012-12-12 14:41:07.000000000 -0500 ++++ src/foptions.pas 2012-12-12 14:41:39.000000000 -0500 +@@ -580,7 +580,7 @@ + + // Below needed until after we switch to Lazarus 0.9.31. + nbNotebook.TabStop := True; +- {$if (lcl_release) < 31} ++ {$if (lcl_major < 1) and (lcl_release < 31)} + nbNotebook.ShowTabs := False; + nbNotebook.OnPageChanged := @nbNotebookPageChanged; + {$endif} Added: head/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/doublecmd/files/patch-src-ftweakplugin.pas Wed Dec 12 21:15:58 2012 (r308797) @@ -0,0 +1,11 @@ +--- src/ftweakplugin.pas 2012-12-12 14:39:03.000000000 -0500 ++++ src/ftweakplugin.pas 2012-12-12 14:39:40.000000000 -0500 +@@ -276,7 +276,7 @@ + + procedure TfrmTweakPlugin.FormCreate(Sender: TObject); + begin +- {$if (lcl_release) < 31} ++ {$if (lcl_major < 1) and (lcl_release < 31)} + nbTweakAll.ShowTabs := False; + nbTweakAll.TabStop := True; + {$endif}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212122115.qBCLFwcE050316>