Bug 188001 - [PATCH]: print/rubygem-prawn: update to 1.0.0
Summary: [PATCH]: print/rubygem-prawn: update to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 00:30 UTC by Michael Moll
Modified: 2014-03-29 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2014-03-27 00:30 UTC, Michael Moll
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-27 00:30:00 UTC
depends on ports/187987 and ports/187997

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-27 00:30:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-03-28 21:38:29 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-29 15:34:45 UTC
Author: swills
Date: Sat Mar 29 15:34:42 2014
New Revision: 349543
URL: http://svnweb.freebsd.org/changeset/ports/349543
QAT: https://qat.redports.org/buildarchive/r349543/

Log:
  - Update to 1.0.0
  
  PR:		ports/188001
  Submitted by:	Michael Moll <kvedulv@kvedulv.de>

Modified:
  head/print/rubygem-prawn/Makefile
  head/print/rubygem-prawn/distinfo

Modified: head/print/rubygem-prawn/Makefile
==============================================================================
--- head/print/rubygem-prawn/Makefile	Sat Mar 29 15:34:02 2014	(r349542)
+++ head/print/rubygem-prawn/Makefile	Sat Mar 29 15:34:42 2014	(r349543)
@@ -2,15 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	prawn
-PORTVERSION=	0.12.0
+PORTVERSION=	1.0.0
 CATEGORIES=	print rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Fast pure Ruby PDF generator
 
-RUN_DEPENDS=	rubygem-pdf-reader>=0.9.0:${PORTSDIR}/print/rubygem-pdf-reader \
-		rubygem-ttfunk>=1.0.2:${PORTSDIR}/print/rubygem-ttfunk
+RUN_DEPENDS=	rubygem-pdf-core>=0.2.2:${PORTSDIR}/print/rubygem-pdf-core \
+		rubygem-ttfunk>=1.1.1:${PORTSDIR}/print/rubygem-ttfunk
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/print/rubygem-prawn/distinfo
==============================================================================
--- head/print/rubygem-prawn/distinfo	Sat Mar 29 15:34:02 2014	(r349542)
+++ head/print/rubygem-prawn/distinfo	Sat Mar 29 15:34:42 2014	(r349543)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/prawn-0.12.0.gem) = ea31dfe8e0395580809ea8ce7ef6c3038bed04d582e4071f2d0450763e3daccc
-SIZE (rubygem/prawn-0.12.0.gem) = 4273664
+SHA256 (rubygem/prawn-1.0.0.gem) = 0251ba34dfc287ebd43066d207c5dd96dbf4ff8ce5512fda67cd2cabf250ddba
+SIZE (rubygem/prawn-1.0.0.gem) = 909824
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-03-29 15:34:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!