aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:51:50 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:50 +0000
commitbb57e341faeb0293d21fe2ff946f8b19d99b7c7b (patch)
treefcf9c0f0317fd6fbc21fb2ba351c074dc055caaa
parent765c9c1827e3acde22d9c6837d8e159d482aff08 (diff)
downloadports-bb57e341faeb0293d21fe2ff946f8b19d99b7c7b.tar.gz
ports-bb57e341faeb0293d21fe2ff946f8b19d99b7c7b.zip
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
-rw-r--r--net/pear-Net_SMTP/Makefile11
-rw-r--r--net/pear-Net_SMTP/distinfo6
-rw-r--r--net/pear-Net_SMTP/pkg-descr4
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@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}
-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