mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.2.5
PR: ports/64117 Submitted by: Thierry Thomas <thierry@pompo.net>
This commit is contained in:
parent
caead4de8c
commit
e6ddb95a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103703
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user