Date: Wed, 14 Jul 2021 16:17:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0580a15673a3 - main - net/pear-Net_Socket: Update to 1.2.2 Message-ID: <202107141617.16EGH6am009068@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0580a15673a3b4af14d42114467dfdfeace1e88d commit 0580a15673a3b4af14d42114467dfdfeace1e88d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-14 15:52:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-14 16:09:50 +0000 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 (<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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141617.16EGH6am009068>