commit 4caeb5c23b417624ce46bd6bac8760587f0c6c48 Author: Thibault Jouan AuthorDate: Mon Dec 28 13:00:21 2020 +0000 Commit: Thibault Jouan CommitDate: Sun Oct 24 09:51:10 2021 +0000 comms/rubygem-serialport: Update to 1.3.2 This new version of the gem supports Ruby 3. While here, use DISTVERSION instead of PORTVERSION. Since the version only contains numbers separated by dots, dashes or underscores, we should have used that: PORTVERSION will be automatically derived from DISTVERSION. Also move `USES' variable before `USE_*' ones: WARN: Makefile: [14]: USE_* seen before USES. According to the porters-handbook, USES must appear first. WARN: Makefile: "USES" has to appear earlier. diff --git comms/rubygem-serialport/Makefile comms/rubygem-serialport/Makefile index ab2ceccf4103..df174a52dacd 100644 --- comms/rubygem-serialport/Makefile +++ 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 comms/rubygem-serialport/distinfo comms/rubygem-serialport/distinfo index bcd83d72455b..fbcdcf715d94 100644 --- comms/rubygem-serialport/distinfo +++ 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