git: bb57e341faeb - main - net/pear-Net_SMTP: Update to 1.10.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:17:07 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bb57e341faeb0293d21fe2ff946f8b19d99b7c7b
commit bb57e341faeb0293d21fe2ff946f8b19d99b7c7b
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 15:51:50 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:09:50 +0000
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
---
net/pear-Net_SMTP/Makefile | 11 ++++++-----
net/pear-Net_SMTP/distinfo | 6 +++---
net/pear-Net_SMTP/pkg-descr | 4 ++--
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index 24220bfa4fcd..d7710cd946f3 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -1,23 +1,24 @@
# Created by: Thierry Thomas (<thierry at pompo.net>)
PORTNAME= Net_SMTP
-PORTVERSION= 1.9.0
+PORTVERSION= 1.10.0
CATEGORIES= net mail www pear
MAINTAINER= sunpoet at 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}
-NO_ARCH= yes
USES= pear
+NO_ARCH= yes
+
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>
diff --git a/net/pear-Net_SMTP/distinfo b/net/pear-Net_SMTP/distinfo
index ad18d1bf9704..842a5eb35d14 100644
--- a/net/pear-Net_SMTP/distinfo
+++ b/net/pear-Net_SMTP/distinfo
@@ -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
diff --git a/net/pear-Net_SMTP/pkg-descr b/net/pear-Net_SMTP/pkg-descr
index 92b426c06e25..f4d865c8a031 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.
+Net_SMTP provides an implementation of the SMTP protocol using PEAR's Net_Socket
+class.
WWW: https://pear.php.net/package/Net_SMTP
More information about the dev-commits-ports-all
mailing list