svn commit: r387143 - head/www/rubygem-hpricot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 23 15:30:07 UTC 2015


Author: sunpoet
Date: Sat May 23 15:30:06 2015
New Revision: 387143
URL: https://svnweb.freebsd.org/changeset/ports/387143

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/www/rubygem-hpricot/Makefile
  head/www/rubygem-hpricot/pkg-descr

Modified: head/www/rubygem-hpricot/Makefile
==============================================================================
--- head/www/rubygem-hpricot/Makefile	Sat May 23 15:30:01 2015	(r387142)
+++ head/www/rubygem-hpricot/Makefile	Sat May 23 15:30:06 2015	(r387143)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast, Enjoyable HTML Parser for Ruby
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/www/rubygem-hpricot/pkg-descr
==============================================================================
--- head/www/rubygem-hpricot/pkg-descr	Sat May 23 15:30:01 2015	(r387142)
+++ head/www/rubygem-hpricot/pkg-descr	Sat May 23 15:30:06 2015	(r387143)
@@ -2,4 +2,4 @@ Hpricot is a very flexible HTML parser, 
 and John Resig's JQuery, but with the scanner recoded in 
 C (using Ragel for scanning.)
 
-WWW: http://code.whytheluckystiff.net/hpricot/
+WWW: https://github.com/hpricot/hpricot


More information about the svn-ports-all mailing list