aboutsummaryrefslogtreecommitdiff
path: root/dns/pear-Net_DNS2
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:29:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 06:00:07 +0000
commit169a4dfea01213b7c0a4911c49ca56123d72af5a (patch)
treec39c01dbe4d7469d5460df6da274b5be0da68fd7 /dns/pear-Net_DNS2
parent701a54cf8aa3c34cf7978811fd3bc1fd9e691f7d (diff)
downloadports-169a4dfea01213b7c0a4911c49ca56123d72af5a.tar.gz
ports-169a4dfea01213b7c0a4911c49ca56123d72af5a.zip
dns/pear-Net_DNS2: Update COMMENT and pkg-descr
Diffstat (limited to 'dns/pear-Net_DNS2')
-rw-r--r--dns/pear-Net_DNS2/Makefile5
-rw-r--r--dns/pear-Net_DNS2/pkg-descr4
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@FreeBSD.org>
PORTNAME= Net_DNS2
-DISTVERSION= 1.5.0
+PORTVERSION= 1.5.0
CATEGORIES= dns net pear
MAINTAINER= sunpoet@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