diff options
author | ale <ale@FreeBSD.org> | 2006-11-07 01:43:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-11-07 01:43:11 +0800 |
commit | 7dd688082c3919698bfe6627b981bc8d4495841e (patch) | |
tree | 9f412571bc9b0316e7e4b4261d122946780fec66 /Mk | |
parent | b7fc99fdb0b8947375a126d74105ec82c2cf81ea (diff) | |
download | freebsd-ports-gnome-7dd688082c3919698bfe6627b981bc8d4495841e.tar.gz freebsd-ports-gnome-7dd688082c3919698bfe6627b981bc8d4495841e.tar.zst freebsd-ports-gnome-7dd688082c3919698bfe6627b981bc8d4495841e.zip |
Update to 5.2.0 release.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index db276baf195e..ce03002852cf 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -43,7 +43,7 @@ PHP_VER?= ${DEFAULT_PHP_VER} .if ${PHP_VER} == 4 PHP_EXT_DIR= 20020429 .else -PHP_EXT_DIR= 20050922 +PHP_EXT_DIR= 20060613 .endif HTTPD?= ${LOCALBASE}/sbin/httpd @@ -228,7 +228,7 @@ php-ini: .if ${USE_PHP:L} != "yes" # non-version specific components _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ - exif fileinfo filepro fribidi ftp gd gettext gmp \ + exif fileinfo fribidi ftp gd gettext gmp \ hash iconv imap interbase ldap mbstring mcrypt \ mhash ming mssql mysql ncurses odbc \ openssl panda pcntl pcre pdf pgsql posix \ @@ -236,7 +236,7 @@ _USE_PHP_ALL= bcmath bz2 calendar ctype curl dba dbase \ sockets sybase_ct sysvmsg sysvsem sysvshm \ tokenizer wddx xml xmlrpc yaz zip zlib # version specific components -_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml mcal mcve \ +_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \ mnogosearch oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom mysqli pdo simplexml soap sqlite \ tidy xmlreader xmlwriter xsl |