diff options
author | roy <roy> | 2017-02-10 20:10:15 +0000 |
---|---|---|
committer | roy <roy> | 2017-02-10 20:10:15 +0000 |
commit | 6fdbfa4ca4ac07f91a794a9aed59d10fc97e7033 (patch) | |
tree | f3f635ad33ead7abacde94397b0fcce910e8c2b3 /www | |
parent | f4808db30d9d1c9354f832ce2cf2d1ba5326f069 (diff) | |
download | pkgsrc-6fdbfa4ca4ac07f91a794a9aed59d10fc97e7033.tar.gz |
Update to cgit-1.1.
Changes include:
* Single-child trees are now elided into single links. Instead of having to
click through depths of links, now a single link will to to the maximum
point of depth.
* Continuing our commitment to supporting kernel.org, we've adopted some of
their style changes in our CSS, now allowing for colored even/odd table rows
with a nice hover effect.
* Snapshot name prettification is now consistent, so that the 'v' prefix
stripping only occurs when it won't create any collisions. This is a slight
change of behavior, but I imagine cases of folks relying on the old broken
behavior are few and far between.
* We now use Git 2.10.2 internally, which has brought with it numerous
cleanups and a gradual shift away from 20 byte uchar arrays and toward the
newer "object_id" structure.
Diffstat (limited to 'www')
-rw-r--r-- | www/cgit/Makefile | 7 | ||||
-rw-r--r-- | www/cgit/distinfo | 18 |
2 files changed, 12 insertions, 13 deletions
diff --git a/www/cgit/Makefile b/www/cgit/Makefile index 9ce8fe09e99..e3ef116ff1b 100644 --- a/www/cgit/Makefile +++ b/www/cgit/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2017/02/10 20:10:15 roy Exp $ -DISTNAME= cgit-0.12 -PKGREVISION= 1 +DISTNAME= cgit-1.1 CATEGORIES= www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/ EXTRACT_SUFX= .tar.xz # cgit builds its own libgit using a known-good version # check release notes or README when updating the package -GIT_VER= 2.7.0 +GIT_VER= 2.10.2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} git-${GIT_VER}${EXTRACT_SUFX} SITES.git-${GIT_VER}${EXTRACT_SUFX}= http://hjemli.net/git/git/snapshot/ diff --git a/www/cgit/distinfo b/www/cgit/distinfo index e01284db739..26ba2988ceb 100644 --- a/www/cgit/distinfo +++ b/www/cgit/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.3 2016/01/31 08:47:45 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2017/02/10 20:10:15 roy Exp $ -SHA1 (cgit-0.12.tar.xz) = 0bef0bf444cf7bbd854fc270754c1ea829162acb -RMD160 (cgit-0.12.tar.xz) = 3670c97dcd4b049266a7fa5f77e6766bab2bb8b3 -SHA512 (cgit-0.12.tar.xz) = 59c9189b5713184b07a7db65c30e26987bd14d76ccb998be52fb2d1cca0ae0d1637391c4d14ab58d29c0b58b586c1294ae865e140eda2a031ca1f175d83abc34 -Size (cgit-0.12.tar.xz) = 85152 bytes -SHA1 (git-2.7.0.tar.xz) = c9b9adf97236eee084608d1d8a1754ae851897fa -RMD160 (git-2.7.0.tar.xz) = 010b3434836135e9a11ea91b20654dc9dbb1323f -SHA512 (git-2.7.0.tar.xz) = e2d51e3d547229bb1e5c3a92c71476695f23420d9c639f9cb1d953fd00579aad92f9bbaf8f3d45f966c9476da73bf4c11dabf18c06f542de6e4d26e12c43dcf3 -Size (git-2.7.0.tar.xz) = 3861524 bytes +SHA1 (cgit-1.1.tar.xz) = 3ffb325a6c6a3f5c3e4f1d5fd0a10f6c91f61e6b +RMD160 (cgit-1.1.tar.xz) = 9ad96a56d17ae060b73e8d576d0c065aa590fcfb +SHA512 (cgit-1.1.tar.xz) = 8f2ec418716d7a6f0880a713b622f2ee41217dc2d5462903841d59d978a021a8bc2be667ca65c25baee2b9dcd4a76bddd0c813bda0486109cc694e7610827051 +Size (cgit-1.1.tar.xz) = 86268 bytes +SHA1 (git-2.10.2.tar.xz) = 2023975ae0061bd569b8529025428e3eca53be2e +RMD160 (git-2.10.2.tar.xz) = d4330857a79a20c5c9fad98b9bb592fb9cbec1b0 +SHA512 (git-2.10.2.tar.xz) = 0ab09de481dbb31c3304382afaa5d3fc9f861115c9954c65b11a8a1c34b939118c7ed3ff60ac329145888596388e3e4d2b2fb677fe109d33a57206d531b5ee6a +Size (git-2.10.2.tar.xz) = 4106108 bytes SHA1 (patch-cgitrc) = a363a2b22f237c507cab7d164e91389d02734372 SHA1 (patch-git-Makefile) = 1479063537dd98d6da8af396680d179e24960ed8 |