diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2006-03-22 10:51:41 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2006-03-22 10:51:41 +0000 |
commit | d99439ed5d4803b16f523a5aa45e6adb03ba4aa5 (patch) | |
tree | 729f62a6d89fbf0227d27ac39ee55c5b8a4bbce5 /textproc/nux | |
parent | a55a53397fcf7051b9d366665abae12c897fa86e (diff) | |
download | ports-d99439ed5d4803b16f523a5aa45e6adb03ba4aa5.tar.gz ports-d99439ed5d4803b16f523a5aa45e6adb03ba4aa5.zip |
Notes
Diffstat (limited to 'textproc/nux')
-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 "$@" |