From nobody@FreeBSD.org  Thu Mar 27 00:26:43 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C99FDF59
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Mar 2014 00:26:43 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id B6AD5159
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Mar 2014 00:26:43 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0QhV0069737
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Mar 2014 00:26:43 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2R0QhLi069732;
	Thu, 27 Mar 2014 00:26:43 GMT
	(envelope-from nobody)
Message-Id: <201403270026.s2R0QhLi069732@cgiserv.freebsd.org>
Date: Thu, 27 Mar 2014 00:26:43 GMT
From: Michael Moll <kvedulv@kvedulv.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH]: print/rubygem-prawn: update to 1.0.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188001
>Category:       ports
>Synopsis:       [PATCH]: print/rubygem-prawn: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 00:30:00 UTC 2014
>Closed-Date:    Sat Mar 29 15:34:56 UTC 2014
>Last-Modified:  Sat Mar 29 15:40:02 UTC 2014
>Originator:     Michael Moll
>Release:        
>Organization:
>Environment:
>Description:
depends on ports/187987 and ports/187997
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 349300)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	prawn
-PORTVERSION=	0.12.0
+PORTVERSION=	1.0.0
 CATEGORIES=	print rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +9,8 @@
 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
Index: distinfo
===================================================================
--- distinfo	(revision 349300)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 27 00:30:03 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188001 
Responsible-Changed-From-To: ruby->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri Mar 28 21:38:29 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188001 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat Mar 29 15:34:55 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188001 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188001: commit references a PR
Date: Sat, 29 Mar 2014 15:34:45 +0000 (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"
 
>Unformatted:
