From owner-svn-ports-head@freebsd.org Thu Nov 24 21:09:49 2016 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 C3A8EC53ADB; Thu, 24 Nov 2016 21:09:49 +0000 (UTC) (envelope-from thierry@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 93459253; Thu, 24 Nov 2016 21:09:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOL9mBQ035816; Thu, 24 Nov 2016 21:09:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOL9m1x035815; Thu, 24 Nov 2016 21:09:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201611242109.uAOL9m1x035815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 24 Nov 2016 21:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427063 - head/multimedia/winff 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: Thu, 24 Nov 2016 21:09:49 -0000 Author: thierry Date: Thu Nov 24 21:09:48 2016 New Revision: 427063 URL: https://svnweb.freebsd.org/changeset/ports/427063 Log: Chase Lazarus' upgrade. Modified: head/multimedia/winff/Makefile Modified: head/multimedia/winff/Makefile ============================================================================== --- head/multimedia/winff/Makefile Thu Nov 24 21:08:47 2016 (r427062) +++ head/multimedia/winff/Makefile Thu Nov 24 21:09:48 2016 (r427063) @@ -37,7 +37,7 @@ LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${_PORTNAME} +BUILD_WRKSRC= ${WRKDIR}/${PKGNAME}/${_PORTNAME} OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4