From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 15 15:30:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A1437B404 for ; Tue, 15 Jul 2003 15:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 721C543FAF for ; Tue, 15 Jul 2003 15:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6FMUIUp011045 for ; Tue, 15 Jul 2003 15:30:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6FMUIQA011044; Tue, 15 Jul 2003 15:30:18 -0700 (PDT) Resent-Date: Tue, 15 Jul 2003 15:30:18 -0700 (PDT) Resent-Message-Id: <200307152230.h6FMUIQA011044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5D037B401; Tue, 15 Jul 2003 15:29:40 -0700 (PDT) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B30943F85; Tue, 15 Jul 2003 15:29:39 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (host181-49.pool8288.interbusiness.it [82.88.49.181]) by relay.gufi.org (Postfix) with ESMTP id 5D8B520F73; Wed, 16 Jul 2003 00:29:38 +0200 (CEST) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h6FMTcdS012110; Wed, 16 Jul 2003 00:29:38 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h6FMTb1c012109; Wed, 16 Jul 2003 00:29:38 +0200 (CEST) Message-Id: <200307152229.h6FMTb1c012109@vaio.alexdupre.com> Date: Wed, 16 Jul 2003 00:29:38 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nork@FreeBSD.org Subject: ports/54520: [Maintainer Update] Port: lang/php5-cli X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 22:30:21 -0000 >Number: 54520 >Category: ports >Synopsis: [Maintainer Update] Port: lang/php5-cli >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 15 15:30:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Update to PHP5. >How-To-Repeat: >Fix: --- php5-cli.diff begins here --- diff -ruN php4-cli/Makefile php5-cli/Makefile --- php4-cli/Makefile Thu May 22 20:30:36 2003 +++ php5-cli/Makefile Tue Jul 15 17:15:57 2003 @@ -1,11 +1,11 @@ -# New ports collection makefile for: php4-cli +# New ports collection makefile for: php5-cli # Date created: Tue Feb 18 11:17:13 CET 2003 # Whom: Alex Dupre # -# $FreeBSD: ports/lang/php4-cli/Makefile,v 1.1 2003/05/22 18:30:36 nork Exp $ +# $FreeBSD: ports/lang/php5-cli/Makefile,v 1.1 2003/05/22 18:30:36 nork Exp $ # # Instructions on how to enable preferred extensions can be found in the -# Makefile of the master port (lang/php4). +# Makefile of the master port (lang/php5). # CATEGORIES= lang @@ -13,7 +13,7 @@ MAINTAINER= sysadmin@alexdupre.com PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../php4 +MASTERDIR= ${.CURDIR}/../php5 WITHOUT_APACHE= yes diff -ruN php4-cli/pkg-message php5-cli/pkg-message --- php4-cli/pkg-message Thu Jul 3 17:43:04 2003 +++ php5-cli/pkg-message Tue Jul 15 17:16:36 2003 @@ -1,11 +1,11 @@ ***************************************************************************** -You have installed the php4-cli package. +You have installed the php5-cli package. -Have a look at the php4-cli port if you need additional extensions other than -CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB. +Have a look at the php5-cli port if you need additional extensions other than +CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML. You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/lang/php4-cli.tar +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/lang/php5-cli.tar ***************************************************************************** --- php5-cli.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: