From 873c5a34423cf0cf1f55f85c73da16b0d0ae54a9 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Mon, 6 Aug 2018 16:42:49 +0200 Subject: development/cgit: Updated for version 1.2.1. Signed-off-by: Matteo Bernardini --- development/cgit/cgit.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'development/cgit/cgit.SlackBuild') diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild index f3e5b77e20..0e8f7f5725 100644 --- a/development/cgit/cgit.SlackBuild +++ b/development/cgit/cgit.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cgit -VERSION=${VERSION:-1.2} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ else LIBDIRSUFFIX="" fi -CGIT_VERSION=${CGIT_VERSION:-v1.2} +CGIT_VERSION=${CGIT_VERSION:-v$VERSION} GIT_VERSION=${GIT_VERSION:-2.18.0} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ @@ -78,9 +78,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# apply patches from upstream -patch -p1 < $CWD/patches/0001-record.repo.snapshot-prefix.in.the.per-repo.config.patch - # prepare sources sed -i Makefile \ -e "s|-g -Wall -Igit|-Wall ${SLKCFLAGS} -Igit|" \ -- cgit v1.2.3