diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-24 03:11:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-24 03:11:44 +0800 |
commit | 1fb2986c3ad1bdf25939457783a9de75af0edd3c (patch) | |
tree | be7efbd7ced851b9f8ff94f6946d1842b91817a2 /Mk | |
parent | 583b1e47aed56feb2007ac9f593fbb86581dc818 (diff) | |
download | freebsd-ports-gnome-1fb2986c3ad1bdf25939457783a9de75af0edd3c.tar.gz freebsd-ports-gnome-1fb2986c3ad1bdf25939457783a9de75af0edd3c.tar.zst freebsd-ports-gnome-1fb2986c3ad1bdf25939457783a9de75af0edd3c.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
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 |