svn commit: r387231 - head/textproc/rubygem-syntax
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:07:26 UTC 2015
Author: sunpoet
Date: Sun May 24 00:07:25 2015
New Revision: 387231
URL: https://svnweb.freebsd.org/changeset/ports/387231
Log:
- Add LICENSE
- Update WWW
Modified:
head/textproc/rubygem-syntax/Makefile
head/textproc/rubygem-syntax/pkg-descr
Modified: head/textproc/rubygem-syntax/Makefile
==============================================================================
--- head/textproc/rubygem-syntax/Makefile Sun May 24 00:07:20 2015 (r387230)
+++ head/textproc/rubygem-syntax/Makefile Sun May 24 00:07:25 2015 (r387231)
@@ -8,6 +8,8 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Module for using Systax highlighting in Ruby
+LICENSE= BSD3CLAUSE
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Modified: head/textproc/rubygem-syntax/pkg-descr
==============================================================================
--- head/textproc/rubygem-syntax/pkg-descr Sun May 24 00:07:20 2015 (r387230)
+++ head/textproc/rubygem-syntax/pkg-descr Sun May 24 00:07:25 2015 (r387231)
@@ -1,4 +1,4 @@
Syntax highlighting library for various languages. Has built-in support
for converting source code to syntax-highlighted HTML.
-WWW: http://rubygems.org/gems/syntax/
+WWW: https://github.com/dblock/syntax
More information about the svn-ports-head
mailing list