diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-23 19:11:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-23 19:11:44 +0000 |
commit | 3b79030e80f96568b14dc944868d97353dc04573 (patch) | |
tree | be7efbd7ced851b9f8ff94f6946d1842b91817a2 /Mk | |
parent | 46b072cd1bb31ae8a3bd4321e9bc0df02c5fd952 (diff) | |
download | ports-3b79030e80f96568b14dc944868d97353dc04573.tar.gz ports-3b79030e80f96568b14dc944868d97353dc04573.zip |
- Update to 2.0.0p648
- Add LICENSE_FILE
- Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf
- Use USES=libedit
- Use USES=tar:xz
- Silence patch and build messages
Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-0-0-p648-released/
http://svn.ruby-lang.org/repos/ruby/tags/v2_0_0_648/ChangeLog
Security: 3b50881d-1860-4721-aab1-503290e23f6c
Differential Revision: https://reviews.freebsd.org/D4668
PR: 205487
Exp-run by: antoine
MFH: 2015Q4
Notes
Notes:
svn path=/head/; revision=404314
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.ruby.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 5f64586efa0d..a2b92c2cad12 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -174,7 +174,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} RUBY_RELVERSION= 2.0.0 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 647 +RUBY_PATCHLEVEL= 648 RUBY20= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 2.1 |