From 6cba0713a2af2c8173caac3507c695aab1c23a82 Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Wed, 11 Nov 2015 12:21:32 -0600 Subject: [PATCH 1/2] man-db: Update from 2.7.4 to 2.7.5 --- disabled-packages/man-db/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disabled-packages/man-db/build.sh b/disabled-packages/man-db/build.sh index 60c409ae3..f97116cc7 100644 --- a/disabled-packages/man-db/build.sh +++ b/disabled-packages/man-db/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/man-db/ TERMUX_PKG_DESCRIPTION="Utilities for examining on-line help files (manual pages)" -TERMUX_PKG_VERSION=2.7.4 +TERMUX_PKG_VERSION=2.7.5 TERMUX_PKG_SRCURL=http://mirror.csclub.uwaterloo.ca/nongnu/man-db/man-db-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-pager=less --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-browser=lynx --with-gzip=gzip --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" TERMUX_PKG_DEPENDS="flex, gdbm, groff, less, libandroid-support, libpipeline, lynx" From 110bac5e1e973009590f32739c60092e5a97ab6f Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Thu, 12 Nov 2015 11:14:19 -0600 Subject: [PATCH 2/2] Update build.sh --- disabled-packages/man-db/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/disabled-packages/man-db/build.sh b/disabled-packages/man-db/build.sh index f97116cc7..16c3e1daa 100644 --- a/disabled-packages/man-db/build.sh +++ b/disabled-packages/man-db/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.nongnu.org/man-db/ TERMUX_PKG_DESCRIPTION="Utilities for examining on-line help files (manual pages)" TERMUX_PKG_VERSION=2.7.5 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://mirror.csclub.uwaterloo.ca/nongnu/man-db/man-db-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-db=gdbm --with-pager=less --with-config-file=/data/data/com.termux/files/usr/etc/man_db.conf --disable-setuid --with-browser=lynx --with-gzip=gzip --with-systemdtmpfilesdir=/data/data/com.termux/files/usr/lib/tmpfiles.d" TERMUX_PKG_DEPENDS="flex, gdbm, groff, less, libandroid-support, libpipeline, lynx"