svn commit: r388011 - head/devel/rubygem-guess_html_encoding

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


Author: sunpoet
Date: Sat May 30 23:09:51 2015
New Revision: 388011
URL: https://svnweb.freebsd.org/changeset/ports/388011

Log:
  - Add LICENSE
  - Update WWW

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

Modified: head/devel/rubygem-guess_html_encoding/Makefile
==============================================================================
--- head/devel/rubygem-guess_html_encoding/Makefile	Sat May 30 23:09:46 2015	(r388010)
+++ head/devel/rubygem-guess_html_encoding/Makefile	Sat May 30 23:09:51 2015	(r388011)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Attempts to guess and then force encoding of HTML documents
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-guess_html_encoding/pkg-descr
==============================================================================
--- head/devel/rubygem-guess_html_encoding/pkg-descr	Sat May 30 23:09:46 2015	(r388010)
+++ head/devel/rubygem-guess_html_encoding/pkg-descr	Sat May 30 23:09:51 2015	(r388011)
@@ -1,3 +1,3 @@
 Attempts to guess and then force encoding of HTML documents
 
-WWW: http://github.com/cantino/guess_html_encoding
+WWW: https://github.com/cantino/guess_html_encoding


More information about the svn-ports-all mailing list