aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:52:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:50 +0000
commit0580a15673a3b4af14d42114467dfdfeace1e88d (patch)
tree85b31f7e6cbc53e9c747c1014ee78c57e70c409a
parentbb57e341faeb0293d21fe2ff946f8b19d99b7c7b (diff)
downloadports-0580a15673a3b4af14d42114467dfdfeace1e88d.tar.gz
ports-0580a15673a3b4af14d42114467dfdfeace1e88d.zip
net/pear-Net_Socket: Update to 1.2.2
- Update LICENSE - Add LICENSE_FILE - Update pkg-descr Changes: https://pear.php.net/package/Net_Socket/download/ https://github.com/pear/Net_Socket/releases
-rw-r--r--net/pear-Net_Socket/Makefile6
-rw-r--r--net/pear-Net_Socket/distinfo6
-rw-r--r--net/pear-Net_Socket/pkg-descr8
3 files changed, 10 insertions, 10 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile
index 40b998aa8a6d..783388de2408 100644
--- a/net/pear-Net_Socket/Makefile
+++ b/net/pear-Net_Socket/Makefile
@@ -1,15 +1,17 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= Net_Socket
-PORTVERSION= 1.0.14
+PORTVERSION= 1.2.2
CATEGORIES= net www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR Network Socket Interface
-LICENSE= PHP202
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
+
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/net/pear-Net_Socket/distinfo b/net/pear-Net_Socket/distinfo
index 4ab33d245a38..c909917e6801 100644
--- a/net/pear-Net_Socket/distinfo
+++ b/net/pear-Net_Socket/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497163289
-SHA256 (PEAR/Net_Socket-1.0.14.tgz) = 85dd3a1b5e472a7478c9fbe2ebf2f4b7ad042ed5b7c0e000e0f348dc50cd8e5f
-SIZE (PEAR/Net_Socket-1.0.14.tgz) = 5655
+TIMESTAMP = 1625585478
+SHA256 (PEAR/Net_Socket-1.2.2.tgz) = 1f971cf0f80fa6a7bbbebb8695917293eaede976680718413847177633a41689
+SIZE (PEAR/Net_Socket-1.2.2.tgz) = 6903
diff --git a/net/pear-Net_Socket/pkg-descr b/net/pear-Net_Socket/pkg-descr
index cc71ca30c71f..f7a04703d33c 100644
--- a/net/pear-Net_Socket/pkg-descr
+++ b/net/pear-Net_Socket/pkg-descr
@@ -1,7 +1,5 @@
-Net_Socket is a PEAR class interface to TCP sockets.
-
-It provides blocking and non-blocking operation, with different reading
-and writing modes (byte-wise, block-wise, line-wise and special formats
-like network byte-order ip addresses).
+Net_Socket is a class interface to TCP sockets. It provides blocking and
+non-blocking operation, with different reading and writing modes (byte-wise,
+block-wise, line-wise and special formats like network byte-order ip addresses).
WWW: https://pear.php.net/package/Net_Socket