From owner-svn-ports-all@freebsd.org Tue Aug 18 02:33:00 2015 Return-Path: Delivered-To: svn-ports-all@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 D70A29BBB05; Tue, 18 Aug 2015 02:33:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.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 C840863E; Tue, 18 Aug 2015 02:33:00 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7I2X0uA066187; Tue, 18 Aug 2015 02:33:00 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7I2X0nC066186; Tue, 18 Aug 2015 02:33:00 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201508180233.t7I2X0nC066186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 18 Aug 2015 02:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394547 - head/www/fpc-fastcgi 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.20 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: Tue, 18 Aug 2015 02:33:00 -0000 Author: acm Date: Tue Aug 18 02:32:59 2015 New Revision: 394547 URL: https://svnweb.freebsd.org/changeset/ports/394547 Log: - Fix build Modified: head/www/fpc-fastcgi/Makefile Modified: head/www/fpc-fastcgi/Makefile ============================================================================== --- head/www/fpc-fastcgi/Makefile Tue Aug 18 02:25:23 2015 (r394546) +++ head/www/fpc-fastcgi/Makefile Tue Aug 18 02:32:59 2015 (r394547) @@ -1,14 +1,14 @@ # Created by: Christopher Key # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www lang PKGNAMESUFFIX= -fastcgi MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal fastcgi unit -USE_FPC= fpmkunit +USE_FPC= fcl-process fpmkunit hash paszlib MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}