Skip to content

Commit

Permalink
comms/rubygem-serialport: Update to 1.3.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thibault Jouan authored and Yasuhiro Kimura committed Nov 7, 2021
1 parent 06a7ac6 commit 1e999eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions 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

Expand All @@ -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 <bsd.port.mk>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 1e999eb

Please sign in to comment.