diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 23:00:46 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 23:00:46 +0000 |
commit | 077b4b53b0d0814df73a850dfa8625101c7b8404 (patch) | |
tree | 1635d75a5b1ebd11d644c2d01607580c9063de35 /devel/pear | |
parent | Display the new pkg-message after port build. (diff) |
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/pear')
-rw-r--r-- | devel/pear/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index cc45fe27aa8c..6a1fc9b288d0 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pear -PORTVERSION= ${PHP_VERSION} +PORTVERSION= ${PHP_VERSION:C/RC.//} CATEGORIES= devel www MASTER_SITES= # empty DISTFILES= # none @@ -15,13 +15,11 @@ EXTRACT_ONLY= # empty MAINTAINER= thierry@pompo.net COMMENT= A framework and distribution system for reusable PHP components -BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR \ - ${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt \ +BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php4 +RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ - ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve + ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime NO_BUILD= yes @@ -31,11 +29,10 @@ NO_BUILD= yes PHP_VERSION!= ${LOCALBASE}/bin/php-config --version PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix .else -PHP_VERSION= 4.2.3 +PHP_VERSION= 4.3.2 PHP_BASE= ${LOCALBASE} .endif -LPHP_LIB= lib/php -PEARDIR= ${PHP_BASE}/${LPHP_LIB} +PEARDIR= ${PHP_BASE}/share/pear do-install: # empty ${DO_NADA} |