diff -urN devel/pear.orig/Makefile devel/pear/Makefile
--- devel/pear.orig/Makefile	Sun Nov 16 14:50:58 2003
+++ devel/pear/Makefile	Sat Mar  6 11:59:29 2004
@@ -12,7 +12,7 @@
 DISTFILES=	# none
 EXTRACT_ONLY=	# empty
 
-MAINTAINER=	thierry@pompo.net
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A framework and distribution system for reusable PHP components
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/php-config:${PORTSDIR}/lang/php4
@@ -29,7 +29,7 @@
 PHP_VERSION!=	${LOCALBASE}/bin/php-config --version
 PHP_BASE!=	${LOCALBASE}/bin/php-config --prefix
 .else
-PHP_VERSION=	4.3.2
+PHP_VERSION=	4.3.4
 PHP_BASE=	${LOCALBASE}
 .endif
 PEARDIR=	${PHP_BASE}/share/pear