Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 19:08:40 +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: r450543 - head/devel/rubygem-bootsnap
Message-ID:  <201709241908.v8OJ8eSG094150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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