From owner-svn-ports-all@FreeBSD.ORG Sun May 24 00:07:03 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 391E276F; Sun, 24 May 2015 00:07:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E48E1F20; Sun, 24 May 2015 00:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4O072Cp087271; Sun, 24 May 2015 00:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4O072LX087267; Sun, 24 May 2015 00:07:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505240007.t4O072LX087267@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 May 2015 00:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387226 - head/textproc/rubygem-rdiscount X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2015 00:07:03 -0000 Author: sunpoet Date: Sun May 24 00:07:01 2015 New Revision: 387226 URL: https://svnweb.freebsd.org/changeset/ports/387226 Log: - Update to 2.1.8 - Add LICENSE - Update WWW Changes: https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-rdiscount/Makefile head/textproc/rubygem-rdiscount/distinfo head/textproc/rubygem-rdiscount/pkg-descr Modified: head/textproc/rubygem-rdiscount/Makefile ============================================================================== --- head/textproc/rubygem-rdiscount/Makefile Sun May 24 00:06:56 2015 (r387225) +++ head/textproc/rubygem-rdiscount/Makefile Sun May 24 00:07:01 2015 (r387226) @@ -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 Modified: head/textproc/rubygem-rdiscount/distinfo ============================================================================== --- head/textproc/rubygem-rdiscount/distinfo Sun May 24 00:06:56 2015 (r387225) +++ head/textproc/rubygem-rdiscount/distinfo Sun May 24 00:07:01 2015 (r387226) @@ -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 Modified: head/textproc/rubygem-rdiscount/pkg-descr ============================================================================== --- head/textproc/rubygem-rdiscount/pkg-descr Sun May 24 00:06:56 2015 (r387225) +++ head/textproc/rubygem-rdiscount/pkg-descr Sun May 24 00:07:01 2015 (r387226) @@ -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/