Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:15:52 +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: r387818 - head/devel/rubygem-sdoc
Message-ID:  <201505291115.t4TBFqP9087894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:15:51 2015
New Revision: 387818
URL: https://svnweb.freebsd.org/changeset/ports/387818

Log:
  - Add LICENSE
  - Update WWW

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

Modified: head/devel/rubygem-sdoc/Makefile
==============================================================================
--- head/devel/rubygem-sdoc/Makefile	Fri May 29 11:15:46 2015	(r387817)
+++ head/devel/rubygem-sdoc/Makefile	Fri May 29 11:15:51 2015	(r387818)
@@ -9,11 +9,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Create rdoc html with javascript search index
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/sdoc bin/sdoc-merge
 

Modified: head/devel/rubygem-sdoc/pkg-descr
==============================================================================
--- head/devel/rubygem-sdoc/pkg-descr	Fri May 29 11:15:46 2015	(r387817)
+++ head/devel/rubygem-sdoc/pkg-descr	Fri May 29 11:15:51 2015	(r387818)
@@ -1,3 +1,3 @@
 rdoc generator html with javascript search index.
 
-WWW: http://github.com/voloko/sdoc
+WWW: https://github.com/voloko/sdoc



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