aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_SMTP
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-12 00:00:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-12 00:00:57 +0000
commite6ddb95a087ffdeace814ecb13e5cd8a7efe6a7f (patch)
treedb6eadf55bc8d2b9e1c0bc9a971453d50a17724b /net/pear-Net_SMTP
parentcaead4de8c55f91d6c11e3a3dc409ec49c22915c (diff)
downloadports-e6ddb95a087ffdeace814ecb13e5cd8a7efe6a7f.tar.gz
ports-e6ddb95a087ffdeace814ecb13e5cd8a7efe6a7f.zip
Notes
Diffstat (limited to 'net/pear-Net_SMTP')
-rw-r--r--net/pear-Net_SMTP/Makefile7
-rw-r--r--net/pear-Net_SMTP/distinfo3
-rw-r--r--net/pear-Net_SMTP/pkg-descr2
3 files changed, 8 insertions, 4 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index 06e17422ae2f..3271ef5081fa 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -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 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= SMTP.php
+DOCS= guide.txt
+TESTS= auth.phpt basic.phpt config.php.dist
+EXAMPLES= basic.php
+_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/net/pear-Net_SMTP/distinfo b/net/pear-Net_SMTP/distinfo
index d75df09b3dc7..c892b56684d5 100644
--- a/net/pear-Net_SMTP/distinfo
+++ b/net/pear-Net_SMTP/distinfo
@@ -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
diff --git a/net/pear-Net_SMTP/pkg-descr b/net/pear-Net_SMTP/pkg-descr
index b3748a3dfb4e..772299e33b99 100644
--- a/net/pear-Net_SMTP/pkg-descr
+++ b/net/pear-Net_SMTP/pkg-descr
@@ -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