svn commit: r450543 - head/devel/rubygem-bootsnap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 19:08:41 UTC 2017


Author: sunpoet
Date: Sun Sep 24 19:08:40 2017
New Revision: 450543
URL: https://svnweb.freebsd.org/changeset/ports/450543

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-bootsnap/Makefile

Modified: head/devel/rubygem-bootsnap/Makefile
==============================================================================
--- head/devel/rubygem-bootsnap/Makefile	Sun Sep 24 19:08:35 2017	(r450542)
+++ head/devel/rubygem-bootsnap/Makefile	Sun Sep 24 19:08:40 2017	(r450543)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bootsnap
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +12,7 @@ COMMENT=	Boot large ruby/rails apps faster
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-msgpack1>0:devel/rubygem-msgpack1 \
-		rubygem-snappy>0:archivers/rubygem-snappy
+RUN_DEPENDS=	rubygem-msgpack1>=1.0:devel/rubygem-msgpack1
 
 USE_RUBY=	yes
 USES=		gem shebangfix


More information about the svn-ports-all mailing list