Date: Sat, 23 May 2015 15:38:06 +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: r387162 - head/www/rubygem-redcloth Message-ID: <201505231538.t4NFc6ED025353@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505231538.t4NFc6ED025353>