From owner-svn-ports-head@freebsd.org Thu Oct 18 23:53:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EBD4F791D4; Thu, 18 Oct 2018 23:53:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06A43846AE; Thu, 18 Oct 2018 23:53:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F029D26FDC; Thu, 18 Oct 2018 23:53:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9INrNwB010323; Thu, 18 Oct 2018 23:53:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9INrNKp010321; Thu, 18 Oct 2018 23:53:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201810182353.w9INrNKp010321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 18 Oct 2018 23:53:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482393 - head/lang/nickle X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/lang/nickle X-SVN-Commit-Revision: 482393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 23:53:24 -0000 Author: swills Date: Thu Oct 18 23:53:23 2018 New Revision: 482393 URL: https://svnweb.freebsd.org/changeset/ports/482393 Log: lang/nickle: Update to 2.82 PR: 232340 Submitted by: Nathan Modified: head/lang/nickle/Makefile (contents, props changed) head/lang/nickle/distinfo (contents, props changed) head/lang/nickle/pkg-plist (contents, props changed) Modified: head/lang/nickle/Makefile ============================================================================== --- head/lang/nickle/Makefile Thu Oct 18 23:36:11 2018 (r482392) +++ head/lang/nickle/Makefile Thu Oct 18 23:53:23 2018 (r482393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nickle -PORTVERSION= 2.81 +PORTVERSION= 2.82 CATEGORIES= lang MASTER_SITES= http://www.nickle.org/release/ @@ -10,9 +10,12 @@ MAINTAINER= ports@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. @@ -24,13 +27,9 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|examples|| ; s| -O2||' \ ${WRKSRC}/Makefile.in -post-install: +post-install-EXAMPLES-on: @${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} + ${FIND} ${WRKSRC}/examples -name 'Makefile*' -exec ${RM} {} + + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . "${STAGEDIR}${EXAMPLESDIR}" .include Modified: head/lang/nickle/distinfo ============================================================================== --- head/lang/nickle/distinfo Thu Oct 18 23:36:11 2018 (r482392) +++ head/lang/nickle/distinfo Thu Oct 18 23:53:23 2018 (r482393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514813160 -SHA256 (nickle-2.81.tar.gz) = 99a9331489e290fb768bf8d88e8b03e76f25485d7636c30d9eee616ca9d358b5 -SIZE (nickle-2.81.tar.gz) = 579140 +TIMESTAMP = 1539746941 +SHA256 (nickle-2.82.tar.gz) = 403f34b397deb0621a06a2a0657a6cb804438272b558eeb3ae362f1cc037c94b +SIZE (nickle-2.82.tar.gz) = 582670 Modified: head/lang/nickle/pkg-plist ============================================================================== --- head/lang/nickle/pkg-plist Thu Oct 18 23:36:11 2018 (r482392) +++ head/lang/nickle/pkg-plist Thu Oct 18 23:53:23 2018 (r482393) @@ -11,37 +11,6 @@ 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