Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:19:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387841 - head/devel/rubygem-uuidtools
Message-ID:  <201505291119.t4TBJ1Bh091067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:19:01 2015
New Revision: 387841
URL: https://svnweb.freebsd.org/changeset/ports/387841

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Update WWW

Modified:
  head/devel/rubygem-uuidtools/Makefile
  head/devel/rubygem-uuidtools/pkg-descr

Modified: head/devel/rubygem-uuidtools/Makefile
==============================================================================
--- head/devel/rubygem-uuidtools/Makefile	Fri May 29 11:18:56 2015	(r387840)
+++ head/devel/rubygem-uuidtools/Makefile	Fri May 29 11:19:01 2015	(r387841)
@@ -8,8 +8,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Simple universally unique ID generation library
 
+LICENSE=	APACHE20
+
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 

Modified: head/devel/rubygem-uuidtools/pkg-descr
==============================================================================
--- head/devel/rubygem-uuidtools/pkg-descr	Fri May 29 11:18:56 2015	(r387840)
+++ head/devel/rubygem-uuidtools/pkg-descr	Fri May 29 11:19:01 2015	(r387841)
@@ -1,3 +1,3 @@
 A simple universally unique ID generation library. 
 
-WWW: http://rubygems.org/gems/uuidtools/
+WWW: https://github.com/sporkmonger/uuidtools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291119.t4TBJ1Bh091067>