diff options
author | hq <hq@FreeBSD.org> | 2006-03-22 18:51:41 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-03-22 18:51:41 +0800 |
commit | 7bb00eadcf66a2b0304bb075a7df54a422fadc00 (patch) | |
tree | 18b00b9eaac19f70ed35b32b32af1aa1cc92486f /textproc | |
parent | ff7e4e8357660187f0c23c537db1654f7b0913d7 (diff) | |
download | freebsd-ports-gnome-7bb00eadcf66a2b0304bb075a7df54a422fadc00.tar.gz freebsd-ports-gnome-7bb00eadcf66a2b0304bb075a7df54a422fadc00.tar.zst freebsd-ports-gnome-7bb00eadcf66a2b0304bb075a7df54a422fadc00.zip |
- Update to 1.4.1
- Use 'exec' in launcher shell script to comply with Porter's Handbook
guidelines
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nux/Makefile | 2 | ||||
-rw-r--r-- | textproc/nux/distinfo | 6 | ||||
-rw-r--r-- | textproc/nux/files/fire-xquery.sh.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index 96abf9d4c827..6350775b68a4 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nux -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 PORTEPOCH= 1 CATEGORIES= textproc java MASTER_SITES= http://dsd.lbl.gov/nux-download/releases/ diff --git a/textproc/nux/distinfo b/textproc/nux/distinfo index c2ba8f46c461..4a04967e7187 100644 --- a/textproc/nux/distinfo +++ b/textproc/nux/distinfo @@ -1,3 +1,3 @@ -MD5 (nux-1.4.tar.gz) = 72f29d78e8c52dc9dfa2df175c30fe50 -SHA256 (nux-1.4.tar.gz) = 2b00b840c7140f886f00bb5392f0fe0ae0cb6a57692ad0a46d523e0a8e7c3118 -SIZE (nux-1.4.tar.gz) = 16633514 +MD5 (nux-1.4.1.tar.gz) = a687b46bada87c5e74f5352ab1b32811 +SHA256 (nux-1.4.1.tar.gz) = 43394fe24cccd3bc9055789ec25d98f596066aa40a54d981baa982d44d64796d +SIZE (nux-1.4.1.tar.gz) = 16638837 diff --git a/textproc/nux/files/fire-xquery.sh.in b/textproc/nux/files/fire-xquery.sh.in index e996b16b64ce..8eab10673812 100644 --- a/textproc/nux/files/fire-xquery.sh.in +++ b/textproc/nux/files/fire-xquery.sh.in @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.XQueryCommand "$@" +JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.XQueryCommand "$@" |