From owner-dev-commits-ports-all@freebsd.org Wed Jul 14 16:17:09 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B797264F226; Wed, 14 Jul 2021 16:17:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GQ2hM3nxdz4gX8; Wed, 14 Jul 2021 16:17:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07731190BF; Wed, 14 Jul 2021 16:17:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16EGH6EM009069; Wed, 14 Jul 2021 16:17:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16EGH6am009068; Wed, 14 Jul 2021 16:17:06 GMT (envelope-from git) Date: Wed, 14 Jul 2021 16:17:06 GMT Message-Id: <202107141617.16EGH6am009068@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0580a15673a3 - main - net/pear-Net_Socket: Update to 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0580a15673a3b4af14d42114467dfdfeace1e88d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2021 16:17:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0580a15673a3b4af14d42114467dfdfeace1e88d commit 0580a15673a3b4af14d42114467dfdfeace1e88d Author: Po-Chuan Hsieh AuthorDate: 2021-07-14 15:52:00 +0000 Commit: Po-Chuan Hsieh 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 () 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