From owner-svn-ports-all@freebsd.org Sun Mar 12 17:28:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EC6FD09661; Sun, 12 Mar 2017 17:28:40 +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 mx1.freebsd.org (Postfix) with ESMTPS id BA0401CC5; Sun, 12 Mar 2017 17:28:39 +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 v2CHSciq063964; Sun, 12 Mar 2017 17:28:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2CHScUZ063961; Sun, 12 Mar 2017 17:28:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703121728.v2CHScUZ063961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Mar 2017 17:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436005 - head/print/rubygem-prawn-graph 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.23 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, 12 Mar 2017 17:28:40 -0000 Author: sunpoet Date: Sun Mar 12 17:28:38 2017 New Revision: 436005 URL: https://svnweb.freebsd.org/changeset/ports/436005 Log: Update to 1.0.6 - Update LICENSE - Add LICENSE_FILE - Update WWW Changes: https://github.com/HHRy/prawn-graph/releases https://github.com/HHRy/prawn-graph/commits/master Modified: head/print/rubygem-prawn-graph/Makefile head/print/rubygem-prawn-graph/distinfo head/print/rubygem-prawn-graph/pkg-descr Modified: head/print/rubygem-prawn-graph/Makefile ============================================================================== --- head/print/rubygem-prawn-graph/Makefile Sun Mar 12 17:28:34 2017 (r436004) +++ head/print/rubygem-prawn-graph/Makefile Sun Mar 12 17:28:38 2017 (r436005) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= prawn-graph -PORTVERSION= 0.0.4 +PORTVERSION= 1.0.6 CATEGORIES= print rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Draw basic graphs and charts natively in your PDFs -LICENSE= GPLv2 RUBY -LICENSE_COMB= dual +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-prawn>=0:print/rubygem-prawn +RUN_DEPENDS= rubygem-prawn>=0.11.1:print/rubygem-prawn \ + rubygem-prawn_shapes>=1.2:print/rubygem-prawn_shapes NO_ARCH= yes - USE_RUBY= yes USES= gem Modified: head/print/rubygem-prawn-graph/distinfo ============================================================================== --- head/print/rubygem-prawn-graph/distinfo Sun Mar 12 17:28:34 2017 (r436004) +++ head/print/rubygem-prawn-graph/distinfo Sun Mar 12 17:28:38 2017 (r436005) @@ -1,2 +1,3 @@ -SHA256 (rubygem/prawn-graph-0.0.4.gem) = ad64c11706ab317a96e8994c443a4bf9e0a775584eb5392231a9e8c7bb37efcd -SIZE (rubygem/prawn-graph-0.0.4.gem) = 12288 +TIMESTAMP = 1489336674 +SHA256 (rubygem/prawn-graph-1.0.6.gem) = 000b5a5cff0d2a6f34530a50761f1f823e143097784c63970c83f50088cc8748 +SIZE (rubygem/prawn-graph-1.0.6.gem) = 25600 Modified: head/print/rubygem-prawn-graph/pkg-descr ============================================================================== --- head/print/rubygem-prawn-graph/pkg-descr Sun Mar 12 17:28:34 2017 (r436004) +++ head/print/rubygem-prawn-graph/pkg-descr Sun Mar 12 17:28:38 2017 (r436005) @@ -10,4 +10,4 @@ up looking too squashed, you can always At the moment, only Bar and Line charts are implemented, with others coming soon. Both charts work in mostly the same way. -WWW: http://ryanstenhouse.eu +WWW: http://prawn-graph.ryanstenhouse.jp/