git: 169a4dfea012 - main - dns/pear-Net_DNS2: Update COMMENT and pkg-descr
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:41 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=169a4dfea01213b7c0a4911c49ca56123d72af5a
commit 169a4dfea01213b7c0a4911c49ca56123d72af5a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:29:06 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:07 +0000
dns/pear-Net_DNS2: Update COMMENT and pkg-descr
---
dns/pear-Net_DNS2/Makefile | 5 +++--
dns/pear-Net_DNS2/pkg-descr | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile
index 1e1b8e6de076..53a98723488b 100644
--- a/dns/pear-Net_DNS2/Makefile
+++ b/dns/pear-Net_DNS2/Makefile
@@ -1,16 +1,17 @@
# Created by: Wen Heping <wen at FreeBSD.org>
PORTNAME= Net_DNS2
-DISTVERSION= 1.5.0
+PORTVERSION= 1.5.0
CATEGORIES= dns net pear
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= PHP5 Resolver library used to communicate with a DNS server
+COMMENT= PHP Resolver library used to communicate with a DNS server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
+
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/dns/pear-Net_DNS2/pkg-descr b/dns/pear-Net_DNS2/pkg-descr
index f90da2f0c12f..d0089cfa7b3e 100644
--- a/dns/pear-Net_DNS2/pkg-descr
+++ b/dns/pear-Net_DNS2/pkg-descr
@@ -1,5 +1,5 @@
-pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
-using PHP5 objects, exceptions for error handling, better sockets support.
+Provides (roughly) the same functionality as Net_DNS, but using modern PHP
+objects, exceptions for error handling, better sockets support.
This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
includes more RR's (including DNSSEC RR's), and improved sockets and streams
More information about the dev-commits-ports-all
mailing list