aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:07:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:07:01 +0000
commit797d415588f9de5732a1196e332cb41bd2bb7a39 (patch)
tree0c8e3b08ff7c2a60f2307903834734b7ddc41a98
parent64e39e079ef55b250bcd254c0ddf84644096dd6e (diff)
downloadports-797d415588f9de5732a1196e332cb41bd2bb7a39.tar.gz
ports-797d415588f9de5732a1196e332cb41bd2bb7a39.zip
- Update to 2.1.8
Notes
Notes: svn path=/head/; revision=387226
-rw-r--r--textproc/rubygem-rdiscount/Makefile4
-rw-r--r--textproc/rubygem-rdiscount/distinfo4
-rw-r--r--textproc/rubygem-rdiscount/pkg-descr4
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/