aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mujs
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-08-11 05:25:31 +0800
committeryuri <yuri@FreeBSD.org>2018-08-11 05:25:31 +0800
commitf734be9f8e6709d35331092068e4c9ad729a0eee (patch)
tree5838579178eef1d781cb7b5092f17c5e74da76cd /lang/mujs
parenta80ec3dadf7ecf0f01ddcbe3a8d56a52d48d0595 (diff)
downloadfreebsd-ports-gnome-f734be9f8e6709d35331092068e4c9ad729a0eee.tar.gz
freebsd-ports-gnome-f734be9f8e6709d35331092068e4c9ad729a0eee.tar.zst
freebsd-ports-gnome-f734be9f8e6709d35331092068e4c9ad729a0eee.zip
lang/mujs: Update 1.0.3 -> 1.0.4
Reported by: portscout
Diffstat (limited to 'lang/mujs')
-rw-r--r--lang/mujs/Makefile2
-rw-r--r--lang/mujs/distinfo6
-rw-r--r--lang/mujs/files/patch-Makefile10
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/mujs/Makefile b/lang/mujs/Makefile
index ff7f203d8a8a..52d74b041fe4 100644
--- a/lang/mujs/Makefile
+++ b/lang/mujs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mujs
-DISTVERSION= 1.0.3
+DISTVERSION= 1.0.4
CATEGORIES= lang devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/lang/mujs/distinfo b/lang/mujs/distinfo
index 6e68e3132492..4937f82619ce 100644
--- a/lang/mujs/distinfo
+++ b/lang/mujs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521301055
-SHA256 (ccxvii-mujs-1.0.3_GH0.tar.gz) = 5aabafe512d7a7c6d2c8d67483a5331e55440eeca2db2dc4602ca643c62b5ef6
-SIZE (ccxvii-mujs-1.0.3_GH0.tar.gz) = 117180
+TIMESTAMP = 1533933435
+SHA256 (ccxvii-mujs-1.0.4_GH0.tar.gz) = 4fe47d9acfa7801e38fe7d9dab25060bff691c505bab3b92ce4605eb2988aebd
+SIZE (ccxvii-mujs-1.0.4_GH0.tar.gz) = 118624
diff --git a/lang/mujs/files/patch-Makefile b/lang/mujs/files/patch-Makefile
index c4e2ea6b836c..74233115c093 100644
--- a/lang/mujs/files/patch-Makefile
+++ b/lang/mujs/files/patch-Makefile
@@ -1,18 +1,18 @@
---- Makefile.orig 2018-03-17 15:44:40 UTC
+--- Makefile.orig 2018-07-30 13:35:39 UTC
+++ Makefile
-@@ -45,9 +45,9 @@ OUT := build/$(build)
+@@ -49,9 +49,9 @@ OUT := build/$(build)
SRCS := $(wildcard js*.c utf*.c regexp.c)
HDRS := $(wildcard js*.h mujs.h utf.h regexp.h)
-default: static
+default: shared
- static: $(OUT) $(OUT)/mujs $(OUT)/libmujs.a $(OUT)/mujs.pc
+ static: $(OUT)/mujs-pp $(OUT)/mujs $(OUT)/libmujs.a $(OUT)/mujs.pc
-shared: static $(OUT)/libmujs.so
-+shared: $(OUT) $(OUT)/mujs $(OUT)/libmujs.so $(OUT)/mujs.pc
++shared: $(OUT)/mujs $(OUT)/libmujs.so $(OUT)/mujs.pc
astnames.h: jsparse.h
grep -E '(AST|EXP|STM)_' jsparse.h | sed 's/^[^A-Z]*\(AST_\)*/"/;s/,.*/",/' | tr A-Z a-z > $@
-@@ -105,7 +105,7 @@ install-static: install-common
+@@ -115,7 +115,7 @@ install-static: install-common
install-shared: install-common
install -m 755 build/release/libmujs.so $(DESTDIR)$(libdir)