Bug 94705

Summary: [maintainer update] of security/pecl-hash to 1.2
Product: Ports & Packages Reporter: Alexander Zhuravlev <zaa>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pecl-hash.diff
none
php5-extensions.diff none

Description Alexander Zhuravlev 2006-03-19 21:20:15 UTC
	PR contains three patches. 
	1. pecl-hash.diff updates pecl-hash to 1.2 and removes requirement for PHP5
	2. bsd.php.mk.diff removes requirement for PHP5 because the HASH extension can be installed
	   on PHP4 also.
	3. php5-extensions.diff. HASH extension is enabled by default on PHP 5.1.x installation.
	   Patch reflects this fact.

Fix: --- Mk/bsd.php.mk.orig	Sun Mar 19 23:45:29 2006
+++ Mk/bsd.php.mk	Mon Mar 20 00:07:20 2006
@@ -251,7 +251,7 @@
 .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 filepro fribidi ftp gd gettext gmp hash \
 		iconv imagick imap interbase ldap mbstring mcrypt \
 		mhash ming mssql mysql ncurses odbc \
 		openssl panda pcntl pcre pdf pgsql posix \
@@ -261,7 +261,7 @@
 # version specific components
 _USE_PHP_VER4=	${_USE_PHP_ALL} crack dbx dio domxml mcal mcve \
 		mnogosearch oracle overload pfpro xslt yp
-_USE_PHP_VER5=	${_USE_PHP_ALL} dom hash mysqli pdo simplexml soap sqlite \
+_USE_PHP_VER5=	${_USE_PHP_ALL} dom mysqli pdo simplexml soap sqlite \
 		tidy xmlreader xmlwriter xsl
 
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
--- bsd.php.mk.diff ends here ---
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-19 22:19:15 UTC
State Changed
From-To: open->closed

Committed, thanks!