svn commit: r567782 - in head/print/rubygem-prawn: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:33:05 UTC 2021


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>


More information about the svn-ports-head mailing list