Index: head/lang/nickle/Makefile =================================================================== --- head/lang/nickle/Makefile (revision 451698) +++ head/lang/nickle/Makefile (revision 451699) @@ -1,37 +1,36 @@ # Created by: Christopher Elkins # $FreeBSD$ PORTNAME= nickle -PORTVERSION= 2.77 -PORTREVISION= 1 +PORTVERSION= 2.79 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Numeric-oriented programming language LICENSE= MIT USES= gmake ncurses readline GNU_CONFIGURE= yes # 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: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${FIND} . ! \( -name "*Makefile*" -or \ -name "*.sgml" \) | ${CPIO} -pdm -L \ -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR}) @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type d | ${XARGS} ${CHMOD} a+rx @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} \ ${SHAREMODE} .include Index: head/lang/nickle/distinfo =================================================================== --- head/lang/nickle/distinfo (revision 451698) +++ head/lang/nickle/distinfo (revision 451699) @@ -1,2 +1,3 @@ -SHA256 (nickle-2.77.tar.gz) = a35e7ac9a3aa41625034db5c809effc208edd2af6a4adf3f4776fe60d9911166 -SIZE (nickle-2.77.tar.gz) = 553206 +TIMESTAMP = 1507640865 +SHA256 (nickle-2.79.tar.gz) = d8b25f788545e036f2b2fd9c246d7f3143ac8d4fd35378784d9cbb4325e5077f +SIZE (nickle-2.79.tar.gz) = 581560 Index: head/lang/nickle/pkg-plist =================================================================== --- head/lang/nickle/pkg-plist (revision 451698) +++ head/lang/nickle/pkg-plist (revision 451699) @@ -1,67 +1,69 @@ 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 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/COPYING %%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cribbage.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/erat.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fourfours.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/initializer.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/is-prime.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/kaiser.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/menace2.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/miller-rabin.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mutextest.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numbers.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/polynomial.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prime.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/qbrating.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/randtest.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/restart.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/roman.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-demo.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/skiplisttest.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/COPYING %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/context.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/generate.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/parse.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/test.5c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sudoku.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/COPYING %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/snowflake.5c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/snowflake.tex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/turtle.5c %%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