Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 08:11:54 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481009 - head/lang/nx
Message-ID:  <201810010811.w918Bs4P032514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Oct  1 08:11:53 2018
New Revision: 481009
URL: https://svnweb.freebsd.org/changeset/ports/481009

Log:
  lang/nx: update to 2.2.0
  
  Changes: https://next-scripting.org/xowiki/Ann2_2_0

Modified:
  head/lang/nx/Makefile
  head/lang/nx/distinfo
  head/lang/nx/pkg-plist

Modified: head/lang/nx/Makefile
==============================================================================
--- head/lang/nx/Makefile	Mon Oct  1 08:02:18 2018	(r481008)
+++ head/lang/nx/Makefile	Mon Oct  1 08:11:53 2018	(r481009)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	nx
-DISTVERSION=	2.1.0
-PORTREVISION=	1
+DISTVERSION=	2.2.0
+PORTREVISION=	0
 CATEGORIES=	lang
 MASTER_SITES=	SF/next-scripting/${DISTVERSION}/
 DISTNAME=	nsf${DISTVERSION}
@@ -22,8 +22,8 @@ PLIST_SUB+=	PKGNAME=${DISTNAME}
 PORTDOCS=	*
 
 post-patch:
-	cd ${WRKSRC}/doc && for f in *.1; do mv $$f $${f%.1}.nx.1; done
-	cd ${WRKSRC}/doc && for f in *.3; do mv $$f $${f%.3}.nx.3; done
+	cd ${WRKSRC}/doc && for f in *.1; do ${MV} $$f $${f%.1}.nx.1; done
+	cd ${WRKSRC}/doc && for f in *.3; do ${MV} $$f $${f%.3}.nx.3; done
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/lang/nx/distinfo
==============================================================================
--- head/lang/nx/distinfo	Mon Oct  1 08:02:18 2018	(r481008)
+++ head/lang/nx/distinfo	Mon Oct  1 08:11:53 2018	(r481009)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484058939
-SHA256 (nsf2.1.0.tar.gz) = be4d7ed30bc366ca9c264626d55d5dd029eec6bf51d2a8a5e26803d64684b020
-SIZE (nsf2.1.0.tar.gz) = 3854251
+TIMESTAMP = 1538380948
+SHA256 (nsf2.2.0.tar.gz) = fa83d7561694a0cc4d1d0613e776f012e56d14a112d781a17e0383a7e121796c
+SIZE (nsf2.2.0.tar.gz) = 3068054

Modified: head/lang/nx/pkg-plist
==============================================================================
--- head/lang/nx/pkg-plist	Mon Oct  1 08:02:18 2018	(r481008)
+++ head/lang/nx/pkg-plist	Mon Oct  1 08:11:53 2018	(r481009)
@@ -20,7 +20,7 @@ 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.1.0.a
+lib/%%PKGNAME%%/libnsfstub2.2.0.a
 lib/%%PKGNAME%%/nx/class-method.tcl
 lib/%%PKGNAME%%/nx/nx.tcl
 lib/%%PKGNAME%%/nx/pkgIndex.tcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010811.w918Bs4P032514>