From owner-svn-ports-all@freebsd.org Tue Feb 27 13:25:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8690CF25829; Tue, 27 Feb 2018 13:25:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F823769D2; Tue, 27 Feb 2018 13:25:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66F132E60; Tue, 27 Feb 2018 13:25:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RDPGmR075767; Tue, 27 Feb 2018 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPGiq075764; Tue, 27 Feb 2018 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPGiq075764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463137 - head/textproc/rubygem-rubypants X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-rubypants X-SVN-Commit-Revision: 463137 X-SVN-Commit-Repository: ports 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.25 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: Tue, 27 Feb 2018 13:25:17 -0000 Author: sunpoet Date: Tue Feb 27 13:25:15 2018 New Revision: 463137 URL: https://svnweb.freebsd.org/changeset/ports/463137 Log: Update to 0.7.0 - Reformat pkg-descr Changes: https://github.com/jmcnevin/rubypants/commits/master Modified: head/textproc/rubygem-rubypants/Makefile head/textproc/rubygem-rubypants/distinfo head/textproc/rubygem-rubypants/pkg-descr Modified: head/textproc/rubygem-rubypants/Makefile ============================================================================== --- head/textproc/rubygem-rubypants/Makefile Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/Makefile Tue Feb 27 13:25:15 2018 (r463137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rubypants -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-rubypants/distinfo ============================================================================== --- head/textproc/rubygem-rubypants/distinfo Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/distinfo Tue Feb 27 13:25:15 2018 (r463137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483351094 -SHA256 (rubygem/rubypants-0.6.0.gem) = 503b4c24ba574a6a617e5133838f6d9ab49227bd102728a8f2930baba89ef876 -SIZE (rubygem/rubypants-0.6.0.gem) = 13824 +TIMESTAMP = 1519732377 +SHA256 (rubygem/rubypants-0.7.0.gem) = bc02bf8807f566e695ed82864b4c9c5a26f35b5cfa9994ce3f1c8c270962c009 +SIZE (rubygem/rubypants-0.7.0.gem) = 13824 Modified: head/textproc/rubygem-rubypants/pkg-descr ============================================================================== --- head/textproc/rubygem-rubypants/pkg-descr Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/pkg-descr Tue Feb 27 13:25:15 2018 (r463137) @@ -1,6 +1,6 @@ RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original -SmartyPants is a free web publishing plug-in for Movable Type, -Blosxom, and BBEdit that easily translates plain ASCII punctuation characters -into "smart" typographic punctuation HTML entities. +SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, and +BBEdit that easily translates plain ASCII punctuation characters into "smart" +typographic punctuation HTML entities. WWW: https://github.com/jmcnevin/rubypants