svn commit: r387841 - head/devel/rubygem-uuidtools
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 29 11:19:02 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list