diff --git a/lang/nickle/Makefile b/lang/nickle/Makefile index e738680b0c8b..ac86dfc0745c 100644 --- a/lang/nickle/Makefile +++ b/lang/nickle/Makefile @@ -1,33 +1,33 @@ PORTNAME= nickle -PORTVERSION= 2.92 +PORTVERSION= 2.93 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ MAINTAINER= wen@FreeBSD.org COMMENT= Numeric-oriented programming language WWW= https://www.nickle.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase 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 diff --git a/lang/nickle/distinfo b/lang/nickle/distinfo index a6f44b2ad183..70d4be166e27 100644 --- a/lang/nickle/distinfo +++ b/lang/nickle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687172048 -SHA256 (nickle-2.92.tar.gz) = d7ebe2e23806a3690a75c6f380f06fd815dfd92334c6143aed95f7111bf08efe -SIZE (nickle-2.92.tar.gz) = 2548373 +TIMESTAMP = 1692688920 +SHA256 (nickle-2.93.tar.gz) = a04327343e18a52eb3d86f267708532b2bf0b258c147ca74520a2511a060c858 +SIZE (nickle-2.93.tar.gz) = 2550308