svn commit: r387827 - head/devel/rubygem-spruz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:16:36 UTC 2015


Author: sunpoet
Date: Fri May 29 11:16:34 2015
New Revision: 387827
URL: https://svnweb.freebsd.org/changeset/ports/387827

Log:
  - Add LICENSE
  - Update WWW

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

Modified: head/devel/rubygem-spruz/Makefile
==============================================================================
--- head/devel/rubygem-spruz/Makefile	Fri May 29 11:16:29 2015	(r387826)
+++ head/devel/rubygem-spruz/Makefile	Fri May 29 11:16:34 2015	(r387827)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Small Ruby library of mixed utils/extensions
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/enum

Modified: head/devel/rubygem-spruz/pkg-descr
==============================================================================
--- head/devel/rubygem-spruz/pkg-descr	Fri May 29 11:16:29 2015	(r387826)
+++ head/devel/rubygem-spruz/pkg-descr	Fri May 29 11:16:34 2015	(r387827)
@@ -2,4 +2,4 @@ This is a small mixed library of some us
 stuff for and extensions of Ruby that are not
 really good/big enough for a real library.
 
-WWW: http://flori.github.com/spruz
+WWW: https://github.com/flori/spruz


More information about the svn-ports-all mailing list