summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-11-06 17:49:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-11-06 17:49:09 +0000
commit616b95b40c91bc3e56533ea349f2b691befe0d21 (patch)
treeeb79e6eea9ec6a80dbc1f1f377ae3157b3a4a5a2
parent- Update to version 1.2.4. (diff)
Remove php5 filepro extension.
Notes
Notes: svn path=/head/; revision=176630
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-filepro/Makefile14
3 files changed, 1 insertions, 15 deletions
diff --git a/MOVED b/MOVED
index 2f1676721d25..01342f76c87c 100644
--- a/MOVED
+++ b/MOVED
@@ -2516,3 +2516,4 @@ graphics/php4-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming co
graphics/php5-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming conversion
chinese/xcin25|chinese/xcin|2006-11-05|Reflect its real portname
mail/nail|mail/heirloom-mailx|2006-11-05|Project name changed
+databases/php5-filepro||2006-11-06|Removed in 5.2 branch
diff --git a/databases/Makefile b/databases/Makefile
index a20555f8c40b..68cd8ae4627f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -346,7 +346,6 @@
SUBDIR += php5-creole
SUBDIR += php5-dba
SUBDIR += php5-dbase
- SUBDIR += php5-filepro
SUBDIR += php5-interbase
SUBDIR += php5-mssql
SUBDIR += php5-mysql
diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile
deleted file mode 100644
index 0d856339ad45..000000000000
--- a/databases/php5-filepro/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: php5-filepro
-# Date created: 7 Jul 2004
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -filepro
-
-.include "${MASTERDIR}/Makefile"