ksql: update to 0.3.3.
This commit is contained in:
parent
751c92dc0e
commit
cbaefe3b85
|
@ -1,44 +0,0 @@
|
|||
--- configure
|
||||
+++ configure
|
||||
@@ -214,19 +215,28 @@
|
||||
return 1
|
||||
fi
|
||||
|
||||
- if ./test-${1} 1>&3 2>&3; then
|
||||
- echo "${1}: yes" 1>&2
|
||||
- echo "${1}: yes" 1>&3
|
||||
- echo 1>&3
|
||||
- eval HAVE_${2}=1
|
||||
- rm "test-${1}"
|
||||
- return 0
|
||||
- else
|
||||
- echo "${1}: execution failed with $?" 1>&3
|
||||
- echo 1>&3
|
||||
- rm "test-${1}"
|
||||
- return 1
|
||||
- fi
|
||||
+ echo "${1}: yes" 1>&2
|
||||
+ echo "${1}: yes" 1>&3
|
||||
+ echo 1>&3
|
||||
+ eval HAVE_${2}=1
|
||||
+ rm "test-${1}"
|
||||
+ return 0
|
||||
+
|
||||
+ # Don't actually run the test: none of our tests check for
|
||||
+ # run-time behaviour.
|
||||
+ # if ./test-${1} 1>&3 2>&3; then
|
||||
+ # echo "${1}: yes" 1>&2
|
||||
+ # echo "${1}: yes" 1>&3
|
||||
+ # echo 1>&3
|
||||
+ # eval HAVE_${2}=1
|
||||
+ # rm "test-${1}"
|
||||
+ # return 0
|
||||
+ # else
|
||||
+ # echo "${1}: execution failed with $?" 1>&3
|
||||
+ # echo 1>&3
|
||||
+ # rm "test-${1}"
|
||||
+ # return 1
|
||||
+ # fi
|
||||
}
|
||||
|
||||
# Run a complete autoconfiguration test, including the check for
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ksql'
|
||||
pkgname=ksql
|
||||
version=0.3.2
|
||||
version=0.3.3
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="ISC"
|
||||
homepage="https://kristaps.bsd.lv/ksql/"
|
||||
distfiles="https://kristaps.bsd.lv/ksql/snapshots/ksql-${version}.tar.gz"
|
||||
checksum=960f8b80e7a57091b393a62ab7b274b6ee3aa05950f03cad00dd6523af4cb47b
|
||||
checksum=9a670e73b98dd8d7baa63117c28ddd8c3eca1c6747fe6a27a08c461fc344d36e
|
||||
|
||||
post_install() {
|
||||
sed -n '2,16p' ksql.c >LICENSE
|
||||
|
|
Loading…
Reference in New Issue