summaryrefslogtreecommitdiff
path: root/Mk/bsd.ruby.mk
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-07-04 18:11:42 +0000
commit0e32330f15f054f5b77cc0a58e7a6ec282dec710 (patch)
treeb4bdc11662e20506078156e14bbeefa6145af3ee /Mk/bsd.ruby.mk
parentdevel/libffi: Update to 3.3.0 (diff)
Chanse update of devel/libffi
Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking)
Notes
Notes: svn path=/head/; revision=541232
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r--Mk/bsd.ruby.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 0c019682dd0a..e691d6911fea 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -149,7 +149,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME}
# Ruby 2.5
#
RUBY_VERSION= 2.5.8
-RUBY_PORTREVISION= 0
+RUBY_PORTREVISION= 1
RUBY_PORTEPOCH= 1
RUBY25= "" # PLIST_SUB helpers
@@ -158,7 +158,7 @@ RUBY25= "" # PLIST_SUB helpers
# Ruby 2.6
#
RUBY_VERSION= 2.6.6
-RUBY_PORTREVISION= 0
+RUBY_PORTREVISION= 1
RUBY_PORTEPOCH= 1
RUBY26= "" # PLIST_SUB helpers
@@ -167,7 +167,7 @@ RUBY26= "" # PLIST_SUB helpers
# Ruby 2.7
#
RUBY_VERSION= 2.7.1
-RUBY_PORTREVISION= 0
+RUBY_PORTREVISION= 1
RUBY_PORTEPOCH= 1
RUBY27= "" # PLIST_SUB helpers