Index: head/lang/nickle/Makefile =================================================================== --- head/lang/nickle/Makefile (revision 532246) +++ head/lang/nickle/Makefile (revision 532247) @@ -1,35 +1,35 @@ # Created by: Christopher Elkins # $FreeBSD$ PORTNAME= nickle -PORTVERSION= 2.85 +PORTVERSION= 2.86 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ 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 532246) +++ head/lang/nickle/distinfo (revision 532247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567939386 -SHA256 (nickle-2.85.tar.gz) = aaa8c96c31e533f238e03b1d91d6a6b5e95bed25a8b89a48d64d67fcfe8c7e89 -SIZE (nickle-2.85.tar.gz) = 810187 +TIMESTAMP = 1587436174 +SHA256 (nickle-2.86.tar.gz) = 2dca6c8e8d1fc4100d94b87d243053afd3340dbc6d284b5b2e48ce5ea159b17c +SIZE (nickle-2.86.tar.gz) = 811211