Remove databases/php5-pdo, pecl-PDO is preferred.

Requested by:	ale
This commit is contained in:
Xin LI 2006-11-08 10:14:25 +00:00
parent 1d6e3807bf
commit 24aaf89f41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176803
3 changed files with 1 additions and 15 deletions

1
MOVED
View file

@ -2517,3 +2517,4 @@ graphics/php5-imlib2|graphics/pecl-imlib2|2006-11-01|Follow PECL ports naming co
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
databases/php5-pdo||2006-11-08|Removed

View file

@ -353,7 +353,6 @@
SUBDIR += php5-mysqli
SUBDIR += php5-oci8
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pgsql
SUBDIR += php5-propel
SUBDIR += php5-sqlite

View file

@ -1,14 +0,0 @@
# New ports collection makefile for: php5-pdo
# Date created: 8 Nov 2006
# Whom: Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -pdo
.include "${MASTERDIR}/Makefile"