diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-02-16 15:58:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-21 09:03:56 +0700 |
commit | 620d5c679434b85568679f8ffad778b203201d64 (patch) | |
tree | 45abe93f66d1b7cb333433ed7fabfccdbfdb707b /development/cgit/cgit.SlackBuild | |
parent | c2067d87a9cc1cc779f7bc1e063e863970bb00bc (diff) | |
download | slackbuilds-620d5c679434b85568679f8ffad778b203201d64.tar.gz |
development/cgit: Updated for version 0.11.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/cgit/cgit.SlackBuild')
-rw-r--r-- | development/cgit/cgit.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild index 37b85b4c1f..a40859f50e 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:-0.10.1} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,8 +55,8 @@ else LIBDIRSUFFIX="" fi -CGIT_VERSION=${CGIT_VERSION:-v0.10.1} -GIT_VERSION=${GIT_VERSION:-1.9.0} +CGIT_VERSION=${CGIT_VERSION:-v0.11.0} +GIT_VERSION=${GIT_VERSION:-2.3.0} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ @@ -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 upstream patches -for i in $CWD/patches/* ; do patch -p1 < $i ; done - # prepare sources sed -i Makefile \ -e "s|-g -Wall -Igit|-Wall ${SLKCFLAGS} -Igit|" \ |