summaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-16 11:10:17 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-16 11:10:17 +0000
commit9e2bd56286b6957c2a3bb661551e9d3a9cb4c09c (patch)
tree9b3a511979cedbceb907ad9df76f9dd426c7b419 /www/mod_php5
parentAdd php5-cli, is a PHP5 Command Line Interpreter as php5's (diff)
Add mod_php5, is a PHP Apache module as php5's
slave port. PR: ports/54521 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
Notes
Notes: svn path=/head/; revision=84983
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile10
-rw-r--r--www/mod_php5/pkg-message8
2 files changed, 9 insertions, 9 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 7f1f4355a75f..48055af08c7a 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -1,11 +1,11 @@
-# New ports collection makefile for: mod_php4
-# Date created: Sun May 28 11:31:54 CEST 2000
-# Whom: Dirk Froemberg <dirk@FreeBSD.org>
+# New ports collection makefile for: mod_php5
+# Date created: Sun May 28 11:31:54 CEST 2000
+# Whom: Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$
#
# 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).
#
PORTEPOCH= 1
@@ -14,7 +14,7 @@ CATEGORIES= www
MAINTAINER= sysadmin@alexdupre.com
PKGMESSAGE= ${.CURDIR}/pkg-message
-MASTERDIR= ${.CURDIR}/../../lang/php4
+MASTERDIR= ${.CURDIR}/../../lang/php5
WITHOUT_CLI= yes
diff --git a/www/mod_php5/pkg-message b/www/mod_php5/pkg-message
index e8197e618fbf..bbd0eb79f3b1 100644
--- a/www/mod_php5/pkg-message
+++ b/www/mod_php5/pkg-message
@@ -1,12 +1,12 @@
*****************************************************************************
-You have installed the mod_php4 package.
+You have installed the mod_php5 package.
-Have a look at the mod_php4 port if you need additional extensions other than
-CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB.
+Have a look at the mod_php5 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/www/mod_php4.tar
+ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/mod_php5.tar
Make sure index.php is part of your DirectoryIndex.