Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 13:34:30 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492608 - head/devel/rubygem-re2
Message-ID:  <201902101334.x1ADYUBk008001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Feb 10 13:34:30 2019
New Revision: 492608
URL: https://svnweb.freebsd.org/changeset/ports/492608

Log:
  Define lib dependency (re2) correctly and bump PORTREVISION to recompile against new libre2.so.
  
  Reported by:	sunpoet

Modified:
  head/devel/rubygem-re2/Makefile

Modified: head/devel/rubygem-re2/Makefile
==============================================================================
--- head/devel/rubygem-re2/Makefile	Sun Feb 10 13:23:55 2019	(r492607)
+++ head/devel/rubygem-re2/Makefile	Sun Feb 10 13:34:30 2019	(r492608)
@@ -2,6 +2,7 @@
 
 PORTNAME=	re2
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +12,10 @@ COMMENT=	Ruby bindings to re2
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	re2>=0:devel/re2
-LIB_DEPENDS=	libgmp.so:math/gmp
-RUN_DEPENDS=	re2>=0:devel/re2
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libre2.so:devel/re2
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>



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