svn commit: r387410 - head/graphics/rubygem-pdfkit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 25 19:54:47 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list