Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 22:33:01 +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: r567782 - in head/print/rubygem-prawn: . files
Message-ID:  <202103072233.127MX18O063588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  7 22:33:00 2021
New Revision: 567782
URL: https://svnweb.freebsd.org/changeset/ports/567782

Log:
  Change RUN_DEPENDS from rubygem-pdf-core to rubygem-pdf-core07
  
  - Update version requirement of RUN_DEPENDS
  - Bump PORTREVISION for dependency change
  
  It should fix the resulting FDP pdf file.
  
  PR:		253178

Deleted:
  head/print/rubygem-prawn/files/
Modified:
  head/print/rubygem-prawn/Makefile

Modified: head/print/rubygem-prawn/Makefile
==============================================================================
--- head/print/rubygem-prawn/Makefile	Sun Mar  7 22:32:55 2021	(r567781)
+++ head/print/rubygem-prawn/Makefile	Sun Mar  7 22:33:00 2021	(r567782)
@@ -3,7 +3,7 @@
 
 PORTNAME=	prawn
 PORTVERSION=	2.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print rubygems
 MASTER_SITES=	RG
 
@@ -16,11 +16,12 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/GPLv2
 LICENSE_FILE_GPLv3=	${WRKSRC}/GPLv3
 LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-pdf-core>=0.7.0:print/rubygem-pdf-core \
-		rubygem-ttfunk>=1.5:print/rubygem-ttfunk
+RUN_DEPENDS=	rubygem-pdf-core07>=0.7.0<0.8:print/rubygem-pdf-core07 \
+		rubygem-ttfunk>=1.5<2:print/rubygem-ttfunk
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072233.127MX18O063588>