From owner-svn-ports-all@freebsd.org Tue Jan 10 14:44:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D1EDCA9E40; Tue, 10 Jan 2017 14:44:15 +0000 (UTC) (envelope-from gahr@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 mx1.freebsd.org (Postfix) with ESMTPS id 2134F1DEB; Tue, 10 Jan 2017 14:44:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0AEiE4d022000; Tue, 10 Jan 2017 14:44:14 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0AEiEsc021997; Tue, 10 Jan 2017 14:44:14 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201701101444.v0AEiEsc021997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 10 Jan 2017 14:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431087 - head/lang/nx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 14:44:15 -0000 Author: gahr Date: Tue Jan 10 14:44:13 2017 New Revision: 431087 URL: https://svnweb.freebsd.org/changeset/ports/431087 Log: lang/nx: update to 2.1.0 Announcement: https://next-scripting.org/xowiki/Ann2_1_0 Modified: head/lang/nx/Makefile head/lang/nx/distinfo head/lang/nx/pkg-plist Modified: head/lang/nx/Makefile ============================================================================== --- head/lang/nx/Makefile Tue Jan 10 14:39:50 2017 (r431086) +++ head/lang/nx/Makefile Tue Jan 10 14:44:13 2017 (r431087) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nx -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= lang MASTER_SITES= SF/next-scripting/${DISTVERSION}/ DISTNAME= nsf${DISTVERSION} Modified: head/lang/nx/distinfo ============================================================================== --- head/lang/nx/distinfo Tue Jan 10 14:39:50 2017 (r431086) +++ head/lang/nx/distinfo Tue Jan 10 14:44:13 2017 (r431087) @@ -1,2 +1,3 @@ -SHA256 (nsf2.0.0.tar.gz) = 5f637f35712164788bb83df5b40b132d4c3e0201d40af48699852f8a7e12c128 -SIZE (nsf2.0.0.tar.gz) = 3784090 +TIMESTAMP = 1484058939 +SHA256 (nsf2.1.0.tar.gz) = be4d7ed30bc366ca9c264626d55d5dd029eec6bf51d2a8a5e26803d64684b020 +SIZE (nsf2.1.0.tar.gz) = 3854251 Modified: head/lang/nx/pkg-plist ============================================================================== --- head/lang/nx/pkg-plist Tue Jan 10 14:39:50 2017 (r431086) +++ head/lang/nx/pkg-plist Tue Jan 10 14:44:13 2017 (r431087) @@ -13,13 +13,14 @@ lib/%%PKGNAME%%/lib/mkIndex.tcl lib/%%PKGNAME%%/lib/nx-callback.tcl lib/%%PKGNAME%%/lib/nx-help.tcl lib/%%PKGNAME%%/lib/nx-pp.tcl +lib/%%PKGNAME%%/lib/nx-shell.tcl lib/%%PKGNAME%%/lib/nx-test.tcl lib/%%PKGNAME%%/lib/nx-traits.tcl lib/%%PKGNAME%%/lib/nx-volatile.tcl lib/%%PKGNAME%%/lib/nx-zip.tcl lib/%%PKGNAME%%/lib/pkgIndex.tcl lib/%%PKGNAME%%/lib%%PKGNAME%%.so -lib/%%PKGNAME%%/libnsfstub2.0.0.a +lib/%%PKGNAME%%/libnsfstub2.1.0.a lib/%%PKGNAME%%/nx/class-method.tcl lib/%%PKGNAME%%/nx/nx.tcl lib/%%PKGNAME%%/nx/pkgIndex.tcl