Bug 190487 - [update] devel/ruby-build: Update to 20140524
Summary: [update] devel/ruby-build: Update to 20140524
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-02 04:01 UTC by Koichiro Iwao
Modified: 2014-07-08 15:03 UTC (History)
4 users (show)

See Also:


Attachments
patch (1.02 KB, patch)
2014-06-16 08:31 UTC, Koichiro Iwao
no flags Details | Diff
license is actually mit (1.32 KB, text/plain)
2014-07-02 01:24 UTC, Koichiro Iwao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2014-06-02 04:01:18 UTC
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
Comment 1 John Marino freebsd_committer freebsd_triage 2014-06-16 07:34:45 UTC
CC'ing maintainer.

Submitter: please re-submit patch as an attachment.  Right now it appears as part of a comment.
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2014-06-16 08:31:28 UTC
Created attachment 143827 [details]
patch

patch again.
Comment 3 Fabian M. Borschel 2014-06-18 19:23:47 UTC
LGTM
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2014-07-02 01:24:01 UTC
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.
Comment 5 Koichiro Iwao freebsd_committer freebsd_triage 2014-07-02 01:24:52 UTC
Created attachment 144329 [details]
license is actually mit
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-07-08 15:01:28 UTC
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
Comment 7 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-07-08 15:03:28 UTC
Committed, thank you.