From nobody Sun Nov 07 23:45:28 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A79ED1850656; Sun, 7 Nov 2021 23:45:28 +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 4HnW884L7Dz4l7K; Sun, 7 Nov 2021 23:45:28 +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 7539D27265; Sun, 7 Nov 2021 23:45:28 +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 1A7NjSh3013697; Sun, 7 Nov 2021 23:45:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A7NjSBL013696; Sun, 7 Nov 2021 23:45:28 GMT (envelope-from git) Date: Sun, 7 Nov 2021 23:45:28 GMT Message-Id: <202111072345.1A7NjSBL013696@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 1e999eb5b665 - main - comms/rubygem-serialport: Update to 1.3.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e999eb5b665ad2f58512755ffb89a05b494df58 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e999eb5b665ad2f58512755ffb89a05b494df58 commit 1e999eb5b665ad2f58512755ffb89a05b494df58 Author: Thibault Jouan AuthorDate: 2020-12-28 13:00:21 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-11-07 23:44:36 +0000 comms/rubygem-serialport: Update to 1.3.2 This version supports Ruby 3.0. While here, * Switch to DISTVERSION * Pet portlint Changes: https://github.com/hparra/ruby-serialport/commits/v1.3.2 PR: 259396 --- comms/rubygem-serialport/Makefile | 5 ++--- comms/rubygem-serialport/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/comms/rubygem-serialport/Makefile b/comms/rubygem-serialport/Makefile index ab2ceccf4103..df174a52dacd 100644 --- a/comms/rubygem-serialport/Makefile +++ b/comms/rubygem-serialport/Makefile @@ -1,6 +1,5 @@ PORTNAME= serialport -PORTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.3.2 CATEGORIES= comms rubygems MASTER_SITES= RG @@ -9,8 +8,8 @@ COMMENT= Library for using RS-232 serial ports LICENSE= GPLv2 -USE_RUBY= yes USES= gem shebangfix +USE_RUBY= yes SHEBANG_FILES= test/set_readtimeout.rb .include diff --git a/comms/rubygem-serialport/distinfo b/comms/rubygem-serialport/distinfo index bcd83d72455b..fbcdcf715d94 100644 --- a/comms/rubygem-serialport/distinfo +++ b/comms/rubygem-serialport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485022418 -SHA256 (rubygem/serialport-1.3.1.gem) = 59293f68d8d6fe8e54726a238f46143f0e5541d4232cc211f10cb627c8219747 -SIZE (rubygem/serialport-1.3.1.gem) = 25088 +TIMESTAMP = 1634737833 +SHA256 (rubygem/serialport-1.3.2.gem) = fd4fb5a8f796e66b07eb7ede289c4561aae0bc02a1936b7bff1bd75e3485b529 +SIZE (rubygem/serialport-1.3.2.gem) = 25088