diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-02 07:26:10 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-02 07:26:10 +0800 |
commit | cbf056fa3ca43de22ff91861845cb0d1f4ae129b (patch) | |
tree | 7182b177f424aa300da49bdae753f07e9be4ba83 /Mk/bsd.ruby.mk | |
parent | a29ecb2e4f027cb26251039a085f8107b6bca6c9 (diff) | |
download | freebsd-ports-gnome-cbf056fa3ca43de22ff91861845cb0d1f4ae129b.tar.gz freebsd-ports-gnome-cbf056fa3ca43de22ff91861845cb0d1f4ae129b.tar.zst freebsd-ports-gnome-cbf056fa3ca43de22ff91861845cb0d1f4ae129b.zip |
- Fix runtime with OpenSSL after the removal of SSLv2 in head.
- Make the main LOCALBASE/bin files into symlinks to the actual version to
make it simpler to tell which version is default.
Diffstat (limited to 'Mk/bsd.ruby.mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 5d977fd8de51..331202c5cd6a 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -172,7 +172,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 2.0 # RUBY_RELVERSION= 2.0.0 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 643 RUBY20= "" # PLIST_SUB helpers @@ -182,7 +182,7 @@ RUBY20= "" # PLIST_SUB helpers # Ruby 2.1 # RUBY_RELVERSION= 2.1.5 -RUBY_PORTREVISION= 3 +RUBY_PORTREVISION= 4 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY21= "" # PLIST_SUB helpers @@ -192,7 +192,7 @@ RUBY21= "" # PLIST_SUB helpers # Ruby 2.2 # RUBY_RELVERSION= 2.2.1 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY22= "" # PLIST_SUB helpers |