From 0580a15673a3b4af14d42114467dfdfeace1e88d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 14 Jul 2021 23:52:00 +0800 Subject: 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 --- net/pear-Net_Socket/Makefile | 6 ++++-- net/pear-Net_Socket/distinfo | 6 +++--- net/pear-Net_Socket/pkg-descr | 8 +++----- 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 () 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 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 -- cgit v1.2.3