Index: head/lang/nickle/Makefile =================================================================== --- head/lang/nickle/Makefile (revision 483438) +++ head/lang/nickle/Makefile (revision 483439) @@ -1,35 +1,35 @@ # Created by: Christopher Elkins # $FreeBSD$ PORTNAME= nickle -PORTVERSION= 2.82 +PORTVERSION= 2.84 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Numeric-oriented programming language LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses readline GNU_CONFIGURE= yes PORTEXAMPLES= * # Nickle now has bindings which are likely to pull in libraries that need # libpthread. Link to it now explicitly, or it wouldn't work at runtime. LDFLAGS+= -pthread OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|examples|| ; s| -O2||' \ ${WRKSRC}/Makefile.in post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${FIND} ${WRKSRC}/examples -name 'Makefile*' -exec ${RM} {} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . "${STAGEDIR}${EXAMPLESDIR}" .include Index: head/lang/nickle/distinfo =================================================================== --- head/lang/nickle/distinfo (revision 483438) +++ head/lang/nickle/distinfo (revision 483439) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539746941 -SHA256 (nickle-2.82.tar.gz) = 403f34b397deb0621a06a2a0657a6cb804438272b558eeb3ae362f1cc037c94b -SIZE (nickle-2.82.tar.gz) = 582670 +TIMESTAMP = 1540859403 +SHA256 (nickle-2.84.tar.gz) = ba785eaa352264d638168bf88abacf2e36aa32b881805bc8181b4f3dc26a74d5 +SIZE (nickle-2.84.tar.gz) = 810473 Index: head/lang/nickle/pkg-plist =================================================================== --- head/lang/nickle/pkg-plist (revision 483438) +++ head/lang/nickle/pkg-plist (revision 483439) @@ -1,38 +1,56 @@ bin/nickle include/nickle/builtin-namespaces.h include/nickle/builtin.h include/nickle/config.h include/nickle/gram.h include/nickle/mem.h include/nickle/memp.h include/nickle/nickle.h include/nickle/opcode.h include/nickle/ref.h include/nickle/stack.h include/nickle/value.h man/man1/nickle.1.gz %%DATADIR%%/COPYING %%DATADIR%%/abort.5c %%DATADIR%%/arc4.5c %%DATADIR%%/builtin.5c %%DATADIR%%/command.5c %%DATADIR%%/ctype.5c %%DATADIR%%/factorial.5c %%DATADIR%%/file.5c %%DATADIR%%/gamma.5c %%DATADIR%%/history.5c %%DATADIR%%/json.5c %%DATADIR%%/list.5c %%DATADIR%%/math.5c %%DATADIR%%/mutex.5c %%DATADIR%%/parse-args.5c %%DATADIR%%/prime_sieve.5c %%DATADIR%%/printf.5c %%DATADIR%%/prng.5c %%DATADIR%%/process.5c %%DATADIR%%/scanf.5c %%DATADIR%%/skiplist.5c %%DATADIR%%/socket.5c %%DATADIR%%/sort.5c %%DATADIR%%/string.5c %%DATADIR%%/svg.5c +%%DATADIR%%/test/arraytest.5c +%%DATADIR%%/test/datetest.5c +%%DATADIR%%/test/factorial.5c +%%DATADIR%%/test/gcdtest.5c +%%DATADIR%%/test/hashtest.5c +%%DATADIR%%/test/inttest.5c +%%DATADIR%%/test/is_type.5c +%%DATADIR%%/test/jsontest.5c +%%DATADIR%%/test/math-tables.5c +%%DATADIR%%/test/math.5c +%%DATADIR%%/test/modtest.5c +%%DATADIR%%/test/optest.5c +%%DATADIR%%/test/orderofoptest.5c +%%DATADIR%%/test/rattest.5c +%%DATADIR%%/test/reftest.5c +%%DATADIR%%/test/round.5c +%%DATADIR%%/test/scanf.5c +%%DATADIR%%/test/signal.5c