svn commit: r387818 - head/devel/rubygem-sdoc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:15:52 UTC 2015


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 at 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


More information about the svn-ports-all mailing list