From owner-dev-commits-ports-all@freebsd.org Sat Apr 17 12:16:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C58EC5D3F81; Sat, 17 Apr 2021 12:16:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMsW85CCcz4dH2; Sat, 17 Apr 2021 12:16:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A574118248; Sat, 17 Apr 2021 12:16:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HCGKsI099298; Sat, 17 Apr 2021 12:16:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HCGKMc099297; Sat, 17 Apr 2021 12:16:20 GMT (envelope-from git) Date: Sat, 17 Apr 2021 12:16:20 GMT Message-Id: <202104171216.13HCGKMc099297@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: 29ecddac0f43 - main - devel/gitlist: update to 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 29ecddac0f43cfef8e7756f58bd64b9177947d24 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 12:16:20 -0000 The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=29ecddac0f43cfef8e7756f58bd64b9177947d24 commit 29ecddac0f43cfef8e7756f58bd64b9177947d24 Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-16 17:22:16 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-04-17 12:12:19 +0000 devel/gitlist: update to 1.0.2 Maintainer changes email address. PR: 254377 Reported by: freebsd-ports@andre.rikkertdekoe.nl (maintainer) --- devel/gitlist/Makefile | 18 ++++++++---------- devel/gitlist/distinfo | 6 +++--- devel/gitlist/files/pkg-message.in | 2 ++ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/devel/gitlist/Makefile b/devel/gitlist/Makefile index be718c0170a7..3901ff10cfca 100644 --- a/devel/gitlist/Makefile +++ b/devel/gitlist/Makefile @@ -1,13 +1,12 @@ # Created by: Andre Rikkert de Koe - ARK-ICT PORTNAME= gitlist -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.2 CATEGORIES= devel www MASTER_SITES= https://github.com/klaussilveira/gitlist/releases/download/${DISTVERSION}/ \ - http://freebsd.ark-ict.nl/ports/ + https://freebsd.ark-ict.nl/ports/ -MAINTAINER= andre@ark-ict.nl +MAINTAINER= freebsd-ports@misc.ark-ict.nl COMMENT= Web based Git repository browser written in PHP LICENSE= BSD3CLAUSE @@ -15,20 +14,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= git:devel/git -PLIST= ${WRKDIR}/plist -WRKSRC= ${WRKDIR}/${PORTNAME} - NO_BUILD= yes USES= php:web -USE_PHP= ctype hash simplexml +USE_PHP= ctype hash json simplexml + +PLIST= ${WRKDIR}/plist +WRKSRC= ${WRKDIR}/${PORTNAME} USERS?= ${WWWOWN} GROUPS?= ${WWWGRP} SUB_FILES= pkg-message post-patch: - ${FIND} ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/ -name \*.php -exec ${SED} -i '' 's/Object/Objekt/g' {} \; - ${MV} ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/Object.php ${WRKSRC}/vendor/klaussilveira/gitter/lib/Gitter/Model/Objekt.php ${MKDIR} ${WRKSRC}/cache cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's|/usr/bin/git|/usr/local/bin/git|g' config.ini-example; \ @@ -46,5 +43,6 @@ do-install: ${INSTALL_DATA} "$$src" "$$dst"; \ fi \ done + ${RM} -r "${WWWDIR}/cache/views" .include diff --git a/devel/gitlist/distinfo b/devel/gitlist/distinfo index 1d3ef00e82bb..0296b42f5a4f 100644 --- a/devel/gitlist/distinfo +++ b/devel/gitlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533453094 -SHA256 (gitlist-1.0.1.tar.gz) = 3da0643f710c5c6b9b86efa46f87bc4a14069b8d31702f21a81213882b7783ea -SIZE (gitlist-1.0.1.tar.gz) = 3027710 +TIMESTAMP = 1615986035 +SHA256 (gitlist-1.0.2.tar.gz) = 38728b688f6600ad97b6d5900b472da6529ff7f3b8c0669ada25ae0bb65d34d9 +SIZE (gitlist-1.0.2.tar.gz) = 5794820 diff --git a/devel/gitlist/files/pkg-message.in b/devel/gitlist/files/pkg-message.in index a921ff5b0e35..3818dd4d3555 100644 --- a/devel/gitlist/files/pkg-message.in +++ b/devel/gitlist/files/pkg-message.in @@ -6,6 +6,8 @@ Copy %%WWWDIR%%/config.ini-example to %%WWWDIR%%/config.ini and edit it to make it use your git repositories. Then configure your webserver to use the htdocs directory. +Make sure mod_rewrite is enabled in your webserver, +else the url-rewrite will not work and result in a 404 when accessing a repository. EOM } ]