fossil: update from 2.11.1 to 2.12

jfrog-cli: update from 1.38.4 to 1.39.0

mkvtoolnix: update from 47.0.0 to 49.0.0
This commit is contained in:
Butta 2020-08-18 08:34:05 +05:30
parent 683adfb825
commit a4780e375c
4 changed files with 13 additions and 43 deletions

View File

@ -1,7 +1,7 @@
diff -uNr fossil-2.11/auto.def fossil-2.11.mod/auto.def
--- fossil-2.11/auto.def 2020-05-26 02:23:49.000000000 +0300
+++ fossil-2.11.mod/auto.def 2020-05-26 16:29:51.235602973 +0300
@@ -133,51 +133,17 @@
@@ -139,14 +139,12 @@
# not stmt_isexplain(), then the system SQLite is too old to link against
# fossil.
#
@ -22,41 +22,13 @@ diff -uNr fossil-2.11/auto.def fossil-2.11.mod/auto.def
}
user-error "system sqlite3 not found"
}
find_system_sqlite
-
- proc test_system_sqlite {} {
- # Check compatibility of the system SQLite library by running the sqlcompttest.c
- # program in the source tree
- #
- set cmdline {}
- lappend cmdline {*}[get-define CCACHE]
- lappend cmdline {*}[get-define CC] {*}[get-define CFLAGS]
- lappend cmdline $::autosetup(dir)/../src/sqlcompattest.c -o conftest__
- lappend cmdline {*}[get-define LDFLAGS]
- lappend cmdline {*}[get-define LIBS]
- set ok 1
- set err [catch {exec-with-stderr {*}$cmdline} result errinfo]
- if {$err} {
- configlog "Failed: [join $cmdline]"
- if {[string length $result]>0} {configlog $result}
- configlog "============"
- set ok 0
- } elseif {$::autosetup(debug)} {
- configlog "Compiled OK: [join $cmdline]"
- configlog "============"
- }
- if {!$ok} {
- user-error "unable to compile SQLite compatibility test program"
- }
- set err [catch {exec-with-stderr ./conftest__} result errinfo]
- if {$err} {
- user-error $result
- }
- file delete ./conftest__
- }
@@ -183,7 +181,7 @@
}
file delete ./conftest__
}
- test_system_sqlite
+ #test_system_sqlite
}
@@ -275,7 +241,7 @@

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.fossil-scm.org
TERMUX_PKG_DESCRIPTION="DSCM with built-in wiki, http interface and server, tickets database"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_LICENSE_FILE="COPYRIGHT-BSD2.txt"
TERMUX_PKG_VERSION=2.11.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.12
TERMUX_PKG_SRCURL=https://www.fossil-scm.org/index.html/uv/fossil-src-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b391f34fada5f16eba452f36d2ad8baa3fe2a5267bf8f4169cb1b9832c0cb8eb
TERMUX_PKG_SHA256=8de5367c462d0671b0ca579d909ab1e25efaaf294f37ce9af93f04b965694166
TERMUX_PKG_DEPENDS="libsqlite, openssl, zlib"
termux_step_pre_configure() {

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://jfrog.com/getcli
TERMUX_PKG_DESCRIPTION="A CLI for JFrog products."
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_VERSION=1.38.4
TERMUX_PKG_VERSION=1.39.0
TERMUX_PKG_SRCURL=https://github.com/jfrog/jfrog-cli/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=1b321e186c3a745fce039deb8cbd9ea38e27b9f01972cf3a153b601597c60854
TERMUX_PKG_SHA256=4f053bb2a228ebf4ab25ebf4c40ec39e0210cbf7f143cc5ae83bc17ce7488052
TERMUX_PKG_DEPENDS="libc++"
termux_step_make() {

View File

@ -1,10 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.bunkus.org/videotools/mkvtoolnix/
TERMUX_PKG_DESCRIPTION="Set of tools to create, edit and inspect Matroska files"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=47.0.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=49.0.0
TERMUX_PKG_SRCURL=https://gitlab.com/mbunkus/mkvtoolnix/-/archive/release-$TERMUX_PKG_VERSION/mkvtoolnix-release-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=51e8ee207603771c531385bff7385d4dcdd102511be00bcabb36c341957c6598
TERMUX_PKG_SHA256=9a73bc7c538ff274ae1fbe2ab6ea18f7f9610f1d5629cf2eebb949f11cd42c93
TERMUX_PKG_DEPENDS="boost, file, libflac, libogg, libvorbis, zlib"
TERMUX_PKG_BUILD_DEPENDS="fmt, libebml, libmatroska"
TERMUX_PKG_BUILD_IN_SRC=true