svn commit: r451554 - head/lang/mosh
Kurt Jaeger
pi at FreeBSD.org
Sun Oct 8 18:05:52 UTC 2017
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 at 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'
More information about the svn-ports-head
mailing list