Index: Makefile =================================================================== --- Makefile (revision 518764) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= duktape -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= lang devel MASTER_SITES= https://duktape.org/ @@ -13,6 +13,7 @@ USES= tar:xz +MAKE_ARGS+= CC=${CC} MAKEFILE= Makefile.cmdline ALL_TARGET= duk Index: distinfo =================================================================== --- distinfo (revision 518764) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564523506 -SHA256 (duktape-2.4.0.tar.xz) = 86a89307d1633b5cedb2c6e56dc86e92679fc34b05be551722d8cc69ab0771fc -SIZE (duktape-2.4.0.tar.xz) = 1027744 +TIMESTAMP = 1575195029 +SHA256 (duktape-2.5.0.tar.xz) = 83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616 +SIZE (duktape-2.5.0.tar.xz) = 1031188 Index: files/patch-Makefile.cmdline =================================================================== --- files/patch-Makefile.cmdline (revision 518764) +++ files/patch-Makefile.cmdline (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.cmdline.orig 2018-10-08 14:59:26 UTC -+++ Makefile.cmdline -@@ -8,7 +8,7 @@ DUKTAPE_SOURCES = src/duktape.c - CMDLINE_SOURCES = \ - examples/cmdline/duk_cmdline.c - --CC = gcc -+CC = cc - CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer - CCOPTS += -I./examples/cmdline -I./src # duktape.h and duk_config.h must be in include path - CCLIBS = -lm Property changes on: files/patch-Makefile.cmdline ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property