Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2017 10:52:33 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445643 - head/textproc/jq
Message-ID:  <201707131052.v6DAqXN2021033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jul 13 10:52:33 2017
New Revision: 445643
URL: https://svnweb.freebsd.org/changeset/ports/445643

Log:
  textproc/jq: change dependency from oniguruma5 to oniguruma6
  
  PR:		220586
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Modified:
  head/textproc/jq/Makefile

Modified: head/textproc/jq/Makefile
==============================================================================
--- head/textproc/jq/Makefile	Thu Jul 13 10:49:16 2017	(r445642)
+++ head/textproc/jq/Makefile	Thu Jul 13 10:52:33 2017	(r445643)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jq
 PORTVERSION=	1.5
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	textproc
 
@@ -32,7 +33,7 @@ DOCS_MAKE_ARGS_OFF=	docdir=
 DOCS_CONFIGURE_ENABLE=	docs
 
 ONIGURUMA_DESC=		With oniguruma BSDL regular expression library
-ONIGURUMA_LIB_DEPENDS=	libonig.so:devel/oniguruma5
+ONIGURUMA_LIB_DEPENDS=	libonig.so:devel/oniguruma6
 #ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround
 ONIGURUMA_CONFIGURE_ON=	--with-oniguruma=${LOCALBASE}
 



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