1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/pear-Net_SMTP: Update to 1.10.0

- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Update RUN_DEPENDS

Changes:	https://pear.php.net/package/Net_SMTP/download/
		https://github.com/pear/Net_SMTP/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:51:50 +08:00
parent 765c9c1827
commit bb57e341fa
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 10 deletions

View File

@ -1,23 +1,24 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= Net_SMTP
PORTVERSION= 1.9.0
PORTVERSION= 1.10.0
CATEGORIES= net mail www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class that provides an implementation of the SMTP protocol
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0.7:net/pear-Net_Socket@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
USES= pear
OPTIONS_DEFINE= PEAR_AUTH_SASL
PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support
PEAR_AUTH_SASL_BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
PEAR_AUTH_SASL_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth_SASL>=1.0.5:security/pear-Auth_SASL@${PHP_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577782871
SHA256 (PEAR/Net_SMTP-1.9.0.tgz) = 30976db93423a74b52992b0ba14660c2631493368f1f6a44fab7dbf4fc672799
SIZE (PEAR/Net_SMTP-1.9.0.tgz) = 15135
TIMESTAMP = 1625585476
SHA256 (PEAR/Net_SMTP-1.10.0.tgz) = 48895479ee6b7e1612d3af5a750f20305298b9eb280c724448c0e89a597e5890
SIZE (PEAR/Net_SMTP-1.10.0.tgz) = 15350

View File

@ -1,4 +1,4 @@
This PEAR class provides an implementation of the SMTP protocol using PEAR's
Net_Socket:: class.
Net_SMTP provides an implementation of the SMTP protocol using PEAR's Net_Socket
class.
WWW: https://pear.php.net/package/Net_SMTP