Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 18:05:50 +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: r451554 - head/lang/mosh
Message-ID:  <201710081805.v98I5oes007279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct  8 18:05:50 2017
New Revision: 451554
URL: https://svnweb.freebsd.org/changeset/ports/451554

Log:
  lang/mosh: change dependency from devel/oniguruma5 to 6
  
  PR:		221484
  Approved by:	mjt@cltn.org (maintainer timeout)

Modified:
  head/lang/mosh/Makefile

Modified: head/lang/mosh/Makefile
==============================================================================
--- head/lang/mosh/Makefile	Sun Oct  8 17:58:52 2017	(r451553)
+++ head/lang/mosh/Makefile	Sun Oct  8 18:05:50 2017	(r451554)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mosh
 PORTVERSION=	0.2.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mosh-scheme/
 PKGNAMESUFFIX=	-scheme
@@ -14,7 +14,7 @@ COMMENT=	Fast R6RS Scheme interpreter
 LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
-		libonig.so:devel/oniguruma5
+		libonig.so:devel/oniguruma6
 
 BROKEN_armv6=		fails to link: os_dep.c: undefined reference to '__stack_base__'
 BROKEN_mips64=		fails to compile: os_dep.c: redefinition of 'GC_register_dynamic_libraries'



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