mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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:
parent
765c9c1827
commit
bb57e341fa
3 changed files with 11 additions and 10 deletions
|
@ -1,23 +1,24 @@
|
||||||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||||
|
|
||||||
PORTNAME= Net_SMTP
|
PORTNAME= Net_SMTP
|
||||||
PORTVERSION= 1.9.0
|
PORTVERSION= 1.10.0
|
||||||
CATEGORIES= net mail www pear
|
CATEGORIES= net mail www pear
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= PEAR class that provides an implementation of the SMTP protocol
|
COMMENT= PEAR class that provides an implementation of the SMTP protocol
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_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}
|
||||||
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
|
|
||||||
|
USES= pear
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= pear
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= PEAR_AUTH_SASL
|
OPTIONS_DEFINE= PEAR_AUTH_SASL
|
||||||
PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1577782871
|
TIMESTAMP = 1625585476
|
||||||
SHA256 (PEAR/Net_SMTP-1.9.0.tgz) = 30976db93423a74b52992b0ba14660c2631493368f1f6a44fab7dbf4fc672799
|
SHA256 (PEAR/Net_SMTP-1.10.0.tgz) = 48895479ee6b7e1612d3af5a750f20305298b9eb280c724448c0e89a597e5890
|
||||||
SIZE (PEAR/Net_SMTP-1.9.0.tgz) = 15135
|
SIZE (PEAR/Net_SMTP-1.10.0.tgz) = 15350
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This PEAR class provides an implementation of the SMTP protocol using PEAR's
|
Net_SMTP provides an implementation of the SMTP protocol using PEAR's Net_Socket
|
||||||
Net_Socket:: class.
|
class.
|
||||||
|
|
||||||
WWW: https://pear.php.net/package/Net_SMTP
|
WWW: https://pear.php.net/package/Net_SMTP
|
||||||
|
|
Loading…
Add table
Reference in a new issue