svn commit: r387628 - head/graphics/rubygem-imagesize

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 27 16:21:54 UTC 2015


Author: sunpoet
Date: Wed May 27 16:21:53 2015
New Revision: 387628
URL: https://svnweb.freebsd.org/changeset/ports/387628

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/graphics/rubygem-imagesize/Makefile
  head/graphics/rubygem-imagesize/pkg-descr

Modified: head/graphics/rubygem-imagesize/Makefile
==============================================================================
--- head/graphics/rubygem-imagesize/Makefile	Wed May 27 16:21:49 2015	(r387627)
+++ head/graphics/rubygem-imagesize/Makefile	Wed May 27 16:21:53 2015	(r387628)
@@ -9,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	RubyGem for finding the size of an image
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/graphics/rubygem-imagesize/pkg-descr
==============================================================================
--- head/graphics/rubygem-imagesize/pkg-descr	Wed May 27 16:21:49 2015	(r387627)
+++ head/graphics/rubygem-imagesize/pkg-descr	Wed May 27 16:21:53 2015	(r387628)
@@ -1,4 +1,4 @@
 This gem allows you to find the size of an image
 using Ruby.
 
-WWW: http://rubygems.org/gems/imagesize/
+WWW: http://imagesize.rubyforge.org/


More information about the svn-ports-all mailing list