From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 23 16:04:48 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91F9F106564A; Fri, 23 May 2008 16:04:48 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (in-addr.broker.freenet6.net [IPv6:2001:5c0:8fff:fffe::214d]) by mx1.freebsd.org (Postfix) with ESMTP id 589398FC0A; Fri, 23 May 2008 16:04:48 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1JzZl9-000DBq-K9; Fri, 23 May 2008 12:04:47 -0400 Date: Fri, 23 May 2008 12:04:47 -0400 From: Gary Palmer To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20080523160447.GA1142@in-addr.com> References: <200805231548.m4NFmktK002771@www.freebsd.org> <200805231600.m4NG0281050726@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <200805231600.m4NG0281050726@freefall.freebsd.org> Cc: Subject: Re: ports/123934: devel/pear-PhpDocumentor creates invalid PHP code during post-patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 16:04:48 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The (hopefully) attached patch seems to fix the problem --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="phpdoc-patch.txt" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pear-PhpDocumentor/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 19 Apr 2008 22:22:34 -0000 1.5 +++ Makefile 23 May 2008 15:55:02 -0000 @@ -1255,7 +1255,7 @@ post-patch: .for file in ${SUBFILES} - @${REINPLACE_CMD} -e 's|VER|${PORTVERSION}|g ; \ + @${REINPLACE_CMD} -e 's|@VER@|${PORTVERSION}|g ; \ s|@PEAR-DIR@|${PEARDIR}|g ; \ s|@DATA-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \ s|@WEB-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \ --RnlQjJ0d97Da+TV1--