Overview
Comment: | Updated to NSF 2.3.0 release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ea086b4b2b667baad7b7cedaae08dd8e |
User & Date: | ssoberni on 2019-05-09 21:53:58 |
Other Links: | manifest | tags |
Context
2019-06-12
| ||
22:02 | Better handling of shared linking and TCL_PACKAGE_PATH check-in: 71730030d6 user: rkeene tags: trunk | |
2019-05-09
| ||
21:53 | Updated to NSF 2.3.0 release check-in: ea086b4b2b user: ssoberni tags: trunk | |
2019-05-01
| ||
13:51 | Updated ignores to include NSF check-in: c8139e1826 user: rkeene tags: trunk | |
Changes
Modified nsf/build.sh from [c9198b6e09] to [62d42d68c3].
︙ | ︙ | |||
19 20 21 22 23 24 25 | GITTAG='master' NSFVERS="${GITTAG}" NSFVERSEXTRA="" SRC="src/nsf${GITTAG}.zip" SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else | | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | GITTAG='master' NSFVERS="${GITTAG}" NSFVERSEXTRA="" SRC="src/nsf${GITTAG}.zip" SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else NSFVERS="2.3.0" NSFVERSEXTRA="" SRC="src/nsf${NSFVERS}.tar.gz" SRCURL="http://sourceforge.net/projects/next-scripting/files/${NSFVERS}/nsf${NSFVERS}.tar.gz/download" SRCHASH='dec695b908f286dda128b62be717a4248ebd31e7' fi BUILDDIR="$(pwd)/build/nsf${NSFVERS}" OUTDIR="$(pwd)/out" INSTDIR="$(pwd)/inst" export NSFVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR |
︙ | ︙ |