From owner-svn-ports-all@FreeBSD.ORG Mon May 25 19:54:47 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 5B2E337A; Mon, 25 May 2015 19:54:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 307B475D; Mon, 25 May 2015 19:54:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJslCF025952; Mon, 25 May 2015 19:54:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJskYF025949; Mon, 25 May 2015 19:54:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251954.t4PJskYF025949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387410 - head/graphics/rubygem-pdfkit 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: Mon, 25 May 2015 19:54:47 -0000 Author: sunpoet Date: Mon May 25 19:54:45 2015 New Revision: 387410 URL: https://svnweb.freebsd.org/changeset/ports/387410 Log: - Update to 0.7.0 - Add LICENSE - Update WWW Changes: https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-pdfkit/Makefile head/graphics/rubygem-pdfkit/distinfo head/graphics/rubygem-pdfkit/pkg-descr Modified: head/graphics/rubygem-pdfkit/Makefile ============================================================================== --- head/graphics/rubygem-pdfkit/Makefile Mon May 25 19:54:40 2015 (r387409) +++ head/graphics/rubygem-pdfkit/Makefile Mon May 25 19:54:45 2015 (r387410) @@ -2,22 +2,19 @@ # $FreeBSD$ PORTNAME= pdfkit -PORTVERSION= 0.6.2 +PORTVERSION= 0.7.0 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Uses wkhtmltopdf to create PDFs using HTML +LICENSE= MIT + RUN_DEPENDS= wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -REINPLACE_ARGS= -i '' - -post-install: - @${REINPLACE_CMD} -e '/s.date/d' ${STAGEDIR}${PREFIX}/${GEM_SPEC} - .include Modified: head/graphics/rubygem-pdfkit/distinfo ============================================================================== --- head/graphics/rubygem-pdfkit/distinfo Mon May 25 19:54:40 2015 (r387409) +++ head/graphics/rubygem-pdfkit/distinfo Mon May 25 19:54:45 2015 (r387410) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pdfkit-0.6.2.gem) = ed81b8d3b6669de39c18171257ed6387e29ca7323f3011f19c6985eadd4e13ed -SIZE (rubygem/pdfkit-0.6.2.gem) = 17920 +SHA256 (rubygem/pdfkit-0.7.0.gem) = 46dcd4740f5c9370d69e935f67471984c86a9b2a0d81eb26d1d526a6ca5e6321 +SIZE (rubygem/pdfkit-0.7.0.gem) = 18432 Modified: head/graphics/rubygem-pdfkit/pkg-descr ============================================================================== --- head/graphics/rubygem-pdfkit/pkg-descr Mon May 25 19:54:40 2015 (r387409) +++ head/graphics/rubygem-pdfkit/pkg-descr Mon May 25 19:54:45 2015 (r387410) @@ -1,3 +1,3 @@ Uses wkhtmltopdf to create PDFs using HTML -WWW: https://github.com/jdpace/PDFKit +WWW: https://github.com/pdfkit/pdfkit