Skip to content

Commit

Permalink
nsf: update to 2.1.0 maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthindenburg committed Jan 1, 2017
1 parent ad057e6 commit 893a813
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions lang/nsf/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name nsf
version 2.0.0
version 2.1.0
categories lang
license MIT
maintainers wu.ac.at:neumann
Expand All @@ -14,14 +14,14 @@ long_description The Next Scripting Framework (NSF) was developed based on th
the development on a rich set of predefined but extensible set of functions \
(typically implemented in C) which can be registered on object / class skeletons. \
NSF provides a basis for defining object-oriented, domain-specific languages. \
The framework is packaged with XOTcl 2.0 and NX (Next Scripting Language, \
The framework is packaged with XOTcl 2.1 and NX (Next Scripting Language, \
successor of XOTcl)
platforms darwin
homepage https://next-scripting.org/

# Set tclv and checksums to the current MacPorts Tcl port version, though port doesn't
# break if they aren't in sync.
set tclv 8.6.3
set tclv 8.6.6

master_sites sourceforge:project/next-scripting/${version}:nsf \
sourceforge:project/tcl/Tcl/${tclv}:tcl
Expand All @@ -32,11 +32,11 @@ distfiles ${distname}.tar.gz:nsf \
tcl${tclv}-src.tar.gz:tcl

checksums ${distname}.tar.gz \
sha1 b397f11ce9db9bab957aee29eae404846bb5c707 \
rmd160 cff57b4bff5096ec41cb40d939b4883ef2a1ee93 \
sha1 00ed655eac33a85128094f9049166eea37569b68 \
rmd160 7e2c738765c61cb73f1f80d070e2581cc27e1a62 \
tcl${tclv}-src.tar.gz \
sha1 026b4b6330205bdc49af12332ee17c2b01f76d37 \
rmd160 7d798ddba4e0b2fce9228f2d654e2cfeef015aca
sha1 169dd1589cad62c9fac4257c113db245da502cd0 \
rmd160 2386a69eb841f8af51c1b124f68e0b812a225cca

depends_lib port:tcl

Expand All @@ -50,3 +50,5 @@ use_parallel_build no

test.run yes
test.target test

livecheck.regex ${name}(\[0-9.\]+)${extract.suffix}

0 comments on commit 893a813

Please sign in to comment.