svn commit: r387162 - head/www/rubygem-redcloth
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 23 15:38:07 UTC 2015
Author: sunpoet
Date: Sat May 23 15:38:06 2015
New Revision: 387162
URL: https://svnweb.freebsd.org/changeset/ports/387162
Log:
- Add LICENSE
- Update WWW
Modified:
head/www/rubygem-redcloth/Makefile
head/www/rubygem-redcloth/pkg-descr
Modified: head/www/rubygem-redcloth/Makefile
==============================================================================
--- head/www/rubygem-redcloth/Makefile Sat May 23 15:38:01 2015 (r387161)
+++ head/www/rubygem-redcloth/Makefile Sat May 23 15:38:06 2015 (r387162)
@@ -10,10 +10,13 @@ DISTNAME= RedCloth-${PORTVERSION}
MAINTAINER= ruby at FreeBSD.org
COMMENT= Module for using Textile in Ruby
+LICENSE= MIT
+
+GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
-GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
+
PLIST_FILES= bin/redcloth
.include <bsd.port.mk>
Modified: head/www/rubygem-redcloth/pkg-descr
==============================================================================
--- head/www/rubygem-redcloth/pkg-descr Sat May 23 15:38:01 2015 (r387161)
+++ head/www/rubygem-redcloth/pkg-descr Sat May 23 15:38:06 2015 (r387162)
@@ -7,4 +7,4 @@ Textile gives you readable text while yo
for your readers. And if you need to break out into HTML, Textile will
allow you to do so.
-WWW: http://www.whytheluckystiff.net/ruby/redcloth/
+WWW: http://redcloth.org/
More information about the svn-ports-head
mailing list