Synopsis describes all. Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/ruby-build/Makefile devel/ruby-build/Makefile --- /usr/ports/devel/ruby-build/Makefile 2014-05-24 13:58:59.205439343 +0900 +++ devel/ruby-build/Makefile 2014-06-02 10:33:06.646698929 +0900 @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20140509 +PORTVERSION= 20140524 CATEGORIES= devel ruby MAINTAINER= fmb@onibox.net @@ -23,7 +23,7 @@ USE_GITHUB= yes GH_ACCOUNT= sstephenson -GH_COMMIT= 6da6908 +GH_COMMIT= 273be04 GH_TAGNAME= v${PORTVERSION} NO_BUILD= yes diff -ruN /usr/ports/devel/ruby-build/distinfo devel/ruby-build/distinfo --- /usr/ports/devel/ruby-build/distinfo 2014-05-24 13:58:59.206439916 +0900 +++ devel/ruby-build/distinfo 2014-06-02 10:33:20.230698669 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby-build-20140509.tar.gz) = 157eaa5de59ebdb35cdd3941ca79d12f9d818ec23c82eee0d50e121e24f08636 -SIZE (ruby-build-20140509.tar.gz) = 28560 +SHA256 (ruby-build-20140524.tar.gz) = 50d6bcc2680e1aac275f581aa467a3a1b96b43ab0146b413dc760e6f4a8eb88f +SIZE (ruby-build-20140524.tar.gz) = 31303
CC'ing maintainer. Submitter: please re-submit patch as an attachment. Right now it appears as part of a comment.
Created attachment 143827 [details] patch patch again.
LGTM
I confirmed the license is not ruby-build original. Actually, the license is MIT mentioned in README. https://github.com/sstephenson/ruby-build I attach a new patch to fix LICENSE.
Created attachment 144329 [details] license is actually mit
A commit references this bug: Author: rakuco Date: Tue Jul 8 15:00:58 UTC 2014 New revision: 361255 URL: http://svnweb.freebsd.org/changeset/ports/361255 Log: - Update to 20140524. - Set the right LICENSE for the port. PR: 190487 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: Fabian M. Borschel <fmb@mailbox.org> (maintainer) Changes: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo
Committed, thank you.