Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:09:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388011 - head/devel/rubygem-guess_html_encoding
Message-ID:  <201505302309.t4UN9pRB089915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302309.t4UN9pRB089915>