aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_SASL
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:52:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:51 +0000
commit510ff12d8ed04948176d1da0b95607eabdaaa83e (patch)
treec1eb37bfefdd7f5d4a3cc19c81ce6ad2dd993097 /security/pear-Auth_SASL
parent0580a15673a3b4af14d42114467dfdfeace1e88d (diff)
downloadports-510ff12d8ed04948176d1da0b95607eabdaaa83e.tar.gz
ports-510ff12d8ed04948176d1da0b95607eabdaaa83e.zip
security/pear-Auth_SASL: Remove unneeded RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r--security/pear-Auth_SASL/Makefile3
-rw-r--r--security/pear-Auth_SASL/pkg-descr8
2 files changed, 6 insertions, 5 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile
index a52e5b5093ee..761e4bc3bb2c 100644
--- a/security/pear-Auth_SASL/Makefile
+++ b/security/pear-Auth_SASL/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Auth_SASL
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
@@ -9,8 +10,6 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
-
USES= pear
NO_ARCH= yes
diff --git a/security/pear-Auth_SASL/pkg-descr b/security/pear-Auth_SASL/pkg-descr
index c7a44aa3971d..e28069c52e65 100644
--- a/security/pear-Auth_SASL/pkg-descr
+++ b/security/pear-Auth_SASL/pkg-descr
@@ -1,8 +1,10 @@
-Provides PHP code to generate responses to common SASL mechanisms, including:
+Auth_SASL provides ode to generate responses to common SASL mechanisms,
+including:
- Digest-MD5
-- CramMD5
+- Cram-MD5
- Plain
- Anonymous
-- Login (Pseudo mechanism).
+- Login (Pseudo mechanism)
+- SCRAM
WWW: https://pear.php.net/package/Auth_SASL