From owner-svn-ports-all@FreeBSD.ORG Sun May 24 18:57:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C8AE985; Sun, 24 May 2015 18:57:24 +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 0225815B2; Sun, 24 May 2015 18:57:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4OIvN5M069675; Sun, 24 May 2015 18:57:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4OIvNYL069672; Sun, 24 May 2015 18:57:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505241857.t4OIvNYL069672@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 18:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387311 - head/print/rubygem-pdf-core 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 18:57:24 -0000 Author: sunpoet Date: Sun May 24 18:57:22 2015 New Revision: 387311 URL: https://svnweb.freebsd.org/changeset/ports/387311 Log: - Update to 0.5.1 - Add LICENSE - Add GitHub repository to WWW Changes: https://github.com/prawnpdf/pdf-core/commits/master Modified: head/print/rubygem-pdf-core/Makefile head/print/rubygem-pdf-core/distinfo head/print/rubygem-pdf-core/pkg-descr (contents, props changed) Modified: head/print/rubygem-pdf-core/Makefile ============================================================================== --- head/print/rubygem-pdf-core/Makefile Sun May 24 18:57:18 2015 (r387310) +++ head/print/rubygem-pdf-core/Makefile Sun May 24 18:57:22 2015 (r387311) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= pdf-core -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.1 CATEGORIES= print rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library to render PDF documents +LICENSE= GPLv2 GPLv3 RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/print/rubygem-pdf-core/distinfo ============================================================================== --- head/print/rubygem-pdf-core/distinfo Sun May 24 18:57:18 2015 (r387310) +++ head/print/rubygem-pdf-core/distinfo Sun May 24 18:57:22 2015 (r387311) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pdf-core-0.4.0.gem) = d8a424d75915df15f450c271eb9629a636ce95b900145b4f79d0dc92a42e1143 -SIZE (rubygem/pdf-core-0.4.0.gem) = 42496 +SHA256 (rubygem/pdf-core-0.5.1.gem) = d2b0761c0c5b6b0c196f22bce184060230db689c1436c996892d26b97d2d083d +SIZE (rubygem/pdf-core-0.5.1.gem) = 43008 Modified: head/print/rubygem-pdf-core/pkg-descr ============================================================================== --- head/print/rubygem-pdf-core/pkg-descr Sun May 24 18:57:18 2015 (r387310) +++ head/print/rubygem-pdf-core/pkg-descr Sun May 24 18:57:22 2015 (r387311) @@ -13,3 +13,4 @@ It is used internally by Prawn (provided a Ruby PDF generation library. WWW: http://prawnpdf.org/ +WWW: https://github.com/prawnpdf/pdf-core