From 797d415588f9de5732a1196e332cb41bd2bb7a39 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 00:07:01 +0000 Subject: [PATCH] - Update to 2.1.8 - Add LICENSE - Update WWW Changes: https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md --- textproc/rubygem-rdiscount/Makefile | 4 +++- textproc/rubygem-rdiscount/distinfo | 4 ++-- textproc/rubygem-rdiscount/pkg-descr | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/textproc/rubygem-rdiscount/Makefile b/textproc/rubygem-rdiscount/Makefile index be61dcba3cbe..913a0f821583 100644 --- a/textproc/rubygem-rdiscount/Makefile +++ b/textproc/rubygem-rdiscount/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= rdiscount -PORTVERSION= 2.1.7.1 +PORTVERSION= 2.1.8 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast Markdown converter for ruby based on discount +LICENSE= BSD3CLAUSE + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/textproc/rubygem-rdiscount/distinfo b/textproc/rubygem-rdiscount/distinfo index 00e45e5b6d0a..f64384e8e2e4 100644 --- a/textproc/rubygem-rdiscount/distinfo +++ b/textproc/rubygem-rdiscount/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/rdiscount-2.1.7.1.gem) = 31e26bf4a71b18c2ca1872729cef3157614c2a3f4af69ca667bcd5b39fdee0bc -SIZE (rubygem/rdiscount-2.1.7.1.gem) = 66560 +SHA256 (rubygem/rdiscount-2.1.8.gem) = 1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d +SIZE (rubygem/rdiscount-2.1.8.gem) = 67072 diff --git a/textproc/rubygem-rdiscount/pkg-descr b/textproc/rubygem-rdiscount/pkg-descr index 797be202af06..cdc945ca45ff 100644 --- a/textproc/rubygem-rdiscount/pkg-descr +++ b/textproc/rubygem-rdiscount/pkg-descr @@ -1,9 +1,9 @@ Ruby wrapper around David Loren Parsons' discount, a fast, -BSD-licensed c implementation of John Gruber's Markdown plus +BSD-licensed C implementation of John Gruber's Markdown plus some aspects of SmartyPants. Markdown is a text-to-HTML conversion language for web writers, inspired by the format of plain-text e-mail messages. Markdown allows you to write in an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). -WWW: https://github.com/rtomayko/rdiscount +WWW: http://dafoster.net/projects/rdiscount/