Date: Mon, 25 May 2015 19:54:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387410 - head/graphics/rubygem-pdfkit Message-ID: <201505251954.t4PJskYF025949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505251954.t4PJskYF025949>