git: 3c7a9f20ead9 - main - Mk/bsd.ruby.mk: bump PORTREVISION for dependency change

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 20:27:48 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c7a9f20ead983d6fd824c7f435da5f3f10cb15b

commit 3c7a9f20ead983d6fd824c7f435da5f3f10cb15b
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:26 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:26 +0000

    Mk/bsd.ruby.mk: bump PORTREVISION for dependency change
---
 Mk/bsd.ruby.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index c72a168bb39a..1d55d382097e 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -145,7 +145,7 @@ RUBY?=			${LOCALBASE}/bin/${RUBY_NAME}
 # Ruby 2.6
 #
 RUBY_VERSION=		2.6.7
-RUBY_PORTREVISION=	1
+RUBY_PORTREVISION=	2
 RUBY_PORTEPOCH=		1
 RUBY26=			""	# PLIST_SUB helpers
 
@@ -154,7 +154,7 @@ RUBY26=			""	# PLIST_SUB helpers
 # Ruby 2.7
 #
 RUBY_VERSION=		2.7.3
-RUBY_PORTREVISION=	1
+RUBY_PORTREVISION=	2
 RUBY_PORTEPOCH=		1
 RUBY27=			""	# PLIST_SUB helpers
 
@@ -163,7 +163,7 @@ RUBY27=			""	# PLIST_SUB helpers
 # Ruby 3.0
 #
 RUBY_VERSION=		3.0.1
-RUBY_PORTREVISION=	0
+RUBY_PORTREVISION=	1
 RUBY_PORTEPOCH=		1
 RUBY30=			""	# PLIST_SUB helpers
 


More information about the dev-commits-ports-main mailing list