Date: Wed, 23 Nov 2016 23:10:59 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426983 - in head/devel/cgit: . files Message-ID: <201611232310.uANNAxan099968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Nov 23 23:10:59 2016 New Revision: 426983 URL: https://svnweb.freebsd.org/changeset/ports/426983 Log: Update to cgit 1.1, and update the included git to 2.10.2. While here, simplify the plist and the pkg-message by assuming that the project isn't going to change its name. Also, tweak the COMMENT and pkg-descr. And lastly, take maintainership. Many thanks to Kevin for all his work in looking after this port for nearly three-and-a-half years! PR: 214791 Approved by: outgoing maintainer (Kevin Zheng) Modified: head/devel/cgit/Makefile head/devel/cgit/distinfo head/devel/cgit/files/pkg-message.in head/devel/cgit/pkg-descr head/devel/cgit/pkg-plist Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/Makefile Wed Nov 23 23:10:59 2016 (r426983) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \ - git-${GIT_VERSION}.tar.gz:git + git-${GIT_VERSION}${EXTRACT_SUFX}:git -MAINTAINER= kevinz5000@gmail.com -COMMENT= Hyperfast web frontend for Git repositories +MAINTAINER= adamw@FreeBSD.org +COMMENT= Fast, lightweight web frontend for Git repositories LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -PROJECTHOST= git-core -GIT_VERSION= 2.9.2 +GIT_VERSION= 2.10.2 USES= cpe gmake iconv shebangfix ssl tar:xz CPE_VENDOR= lars_hjemli SHEBANG_FILES= filters/html-converters/rst2html @@ -26,8 +25,6 @@ MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} C prefix=${PREFIX} NO_GETTEXT=1 NO_LUA=1 NO_R_TO_GCC_LINKER=1 SUB_FILES= pkg-message -SUB_LIST+= PORTNAME=${PORTNAME} -PLIST_SUB+= PORTNAME=${PORTNAME} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= ${PORTNAME}rc.5.txt Modified: head/devel/cgit/distinfo ============================================================================== --- head/devel/cgit/distinfo Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/distinfo Wed Nov 23 23:10:59 2016 (r426983) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468856093 -SHA256 (cgit-1.0.tar.xz) = a89754610922f122468c791888ed6309a81fa0f3ae948d118284b673cb40704d -SIZE (cgit-1.0.tar.xz) = 85924 -SHA256 (git-2.9.2.tar.gz) = 3cb09a3917c2d8150fc1708f3019cf99a8f0feee6cd61bba3797e3b2a85be9dc -SIZE (git-2.9.2.tar.gz) = 5910696 +TIMESTAMP = 1479922408 +SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890 +SIZE (cgit-1.1.tar.xz) = 86268 +SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 +SIZE (git-2.10.2.tar.xz) = 4106108 Modified: head/devel/cgit/files/pkg-message.in ============================================================================== --- head/devel/cgit/files/pkg-message.in Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/files/pkg-message.in Wed Nov 23 23:10:59 2016 (r426983) @@ -1,5 +1,5 @@ --------------------------------------------------- -%%PORTNAME%% has been successfully installed. +cgit has been successfully installed. You probably want to add a 'Directory' section for cgit, along the lines of: Modified: head/devel/cgit/pkg-descr ============================================================================== --- head/devel/cgit/pkg-descr Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/pkg-descr Wed Nov 23 23:10:59 2016 (r426983) @@ -1,4 +1,4 @@ -Cgit is an attempt to create a fast web interface for the git scm, using -a builtin cache to decrease server io-pressure. +cgit is a fast web interface for the Git SCM, using a built-in cache to +decrease server I/O pressure. WWW: http://git.zx2c4.com/cgit/about/ Modified: head/devel/cgit/pkg-plist ============================================================================== --- head/devel/cgit/pkg-plist Wed Nov 23 22:43:56 2016 (r426982) +++ head/devel/cgit/pkg-plist Wed Nov 23 23:10:59 2016 (r426983) @@ -1,19 +1,19 @@ -lib/%%PORTNAME%%/filters/about-formatting.sh -lib/%%PORTNAME%%/filters/commit-links.sh -lib/%%PORTNAME%%/filters/email-gravatar.lua -lib/%%PORTNAME%%/filters/email-gravatar.py -lib/%%PORTNAME%%/filters/email-libravatar.lua -lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua -lib/%%PORTNAME%%/filters/html-converters/man2html -lib/%%PORTNAME%%/filters/html-converters/md2html -lib/%%PORTNAME%%/filters/html-converters/rst2html -lib/%%PORTNAME%%/filters/html-converters/txt2html -lib/%%PORTNAME%%/filters/owner-example.lua -lib/%%PORTNAME%%/filters/simple-authentication.lua -lib/%%PORTNAME%%/filters/syntax-highlighting.py -lib/%%PORTNAME%%/filters/syntax-highlighting.sh -%%WWWDIR%%/%%PORTNAME%%.cgi -%%WWWDIR%%/%%PORTNAME%%.css -%%WWWDIR%%/%%PORTNAME%%.png +lib/cgit/filters/about-formatting.sh +lib/cgit/filters/commit-links.sh +lib/cgit/filters/email-gravatar.lua +lib/cgit/filters/email-gravatar.py +lib/cgit/filters/email-libravatar.lua +lib/cgit/filters/gentoo-ldap-authentication.lua +lib/cgit/filters/html-converters/man2html +lib/cgit/filters/html-converters/md2html +lib/cgit/filters/html-converters/rst2html +lib/cgit/filters/html-converters/txt2html +lib/cgit/filters/owner-example.lua +lib/cgit/filters/simple-authentication.lua +lib/cgit/filters/syntax-highlighting.py +lib/cgit/filters/syntax-highlighting.sh +%%WWWDIR%%/cgit.cgi +%%WWWDIR%%/cgit.css +%%WWWDIR%%/cgit.png %%WWWDIR%%/favicon.ico %%WWWDIR%%/robots.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611232310.uANNAxan099968>