--- net/pear-Net_SMTP/Makefile Sun Dec 28 19:26:08 2003 +++ net/pear-Net_SMTP/Makefile Thu Mar 11 21:06:08 2004 @@ -6,8 +6,7 @@ # PORTNAME= Net_SMTP -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= net mail www pear MAINTAINER= ports@FreeBSD.org @@ -20,6 +19,10 @@ CATEGORY= Net FILES= SMTP.php +DOCS= guide.txt +TESTS= auth.phpt basic.phpt config.php.dist +EXAMPLES= basic.php +_EXAMPLESDIR= docs/examples .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" --- net/pear-Net_SMTP/distinfo Thu May 22 23:03:08 2003 +++ net/pear-Net_SMTP/distinfo Thu Mar 11 19:56:43 2004 @@ -1, +1,2 @@ -MD5 (PEAR/Net_SMTP-1.2.3.tgz) = 3c1ee9556bec8184f26bf7b64ce0b80e +MD5 (PEAR/Net_SMTP-1.2.5.tgz) = bf5261ea2477aa1d41c55c2988770d26 +SIZE (PEAR/Net_SMTP-1.2.5.tgz) = 8911 --- net/pear-Net_SMTP/pkg-descr Sun Apr 27 21:57:24 2003 +++ net/pear-Net_SMTP/pkg-descr Thu Mar 11 21:08:16 2004 @@ -1,4 +1,4 @@ This PEAR class provides an implementation of the SMTP protocol using PEAR's Net_Socket:: class. -WWW: http://pear.php.net/package-info.php?package=Net_SMTP +WWW: http://pear.php.net/package/Net_SMTP