Bug 94705 - [maintainer update] of security/pecl-hash to 1.2
Summary: [maintainer update] of security/pecl-hash to 1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 21:20 UTC by Alexander Zhuravlev
Modified: 2006-03-19 22:19 UTC (History)
0 users

See Also:


Attachments
pecl-hash.diff (1.66 KB, patch)
2006-03-19 21:20 UTC, Alexander Zhuravlev
no flags Details | Diff
php5-extensions.diff (1.05 KB, patch)
2006-03-19 21:20 UTC, Alexander Zhuravlev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!