View | Details | Raw Unified | Return to bug 64117
Collapse All | Expand All

(-)net/pear-Net_SMTP/Makefile (-2 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Net_SMTP
8
PORTNAME=	Net_SMTP
9
PORTVERSION=	1.2.3
9
PORTVERSION=	1.2.5
10
PORTREVISION=	1
11
CATEGORIES=	net mail www pear
10
CATEGORIES=	net mail www pear
12
11
13
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
Lines 20-25 Link Here
20
19
21
CATEGORY=	Net
20
CATEGORY=	Net
22
FILES=		SMTP.php
21
FILES=		SMTP.php
22
DOCS=		guide.txt
23
TESTS=		auth.phpt basic.phpt config.php.dist
24
EXAMPLES=	basic.php
25
_EXAMPLESDIR=	docs/examples
23
26
24
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
25
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
28
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)net/pear-Net_SMTP/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (PEAR/Net_SMTP-1.2.3.tgz) = 3c1ee9556bec8184f26bf7b64ce0b80e
1
MD5 (PEAR/Net_SMTP-1.2.5.tgz) = bf5261ea2477aa1d41c55c2988770d26
2
SIZE (PEAR/Net_SMTP-1.2.5.tgz) = 8911
(-)net/pear-Net_SMTP/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
This PEAR class provides an implementation of the SMTP protocol using PEAR's
1
This PEAR class provides an implementation of the SMTP protocol using PEAR's
2
Net_Socket:: class.
2
Net_Socket:: class.
3
3
4
WWW: http://pear.php.net/package-info.php?package=Net_SMTP
4
WWW: http://pear.php.net/package/Net_SMTP

Return to bug 64117