Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 23:00:37 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 915ee129534e - main - devel/gitlist: update to 1.1.1
Message-ID:  <202203212300.22LN0b3N092874@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=915ee129534e8862a86d0c7865c616886950122c

commit 915ee129534e8862a86d0c7865c616886950122c
Author:     Andre Rikkert de Koe - ARK-ICT <freebsd-ports@andre.rikkertdekoe.nl>
AuthorDate: 2022-03-21 23:00:13 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-03-21 23:00:13 +0000

    devel/gitlist: update to 1.1.1
    
    PR:     262712
---
 devel/gitlist/Makefile | 7 ++++---
 devel/gitlist/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/gitlist/Makefile b/devel/gitlist/Makefile
index c23ea1115967..7eb6403270db 100644
--- a/devel/gitlist/Makefile
+++ b/devel/gitlist/Makefile
@@ -1,7 +1,7 @@
 # Created by: Andre Rikkert de Koe - ARK-ICT <andre@ark-ict.nl>
 
 PORTNAME=	gitlist
-DISTVERSION=	1.0.2
+DISTVERSION=	1.1.1
 CATEGORIES=	devel www
 MASTER_SITES=	https://github.com/klaussilveira/gitlist/releases/download/${DISTVERSION}/ \
 		https://freebsd.ark-ict.nl/ports/
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	git:devel/git
 
 NO_BUILD=	yes
-USES=		cpe php:web
+USES=		cpe php:web zip
 USE_PHP=	ctype hash json simplexml
 
 PLIST=		${WRKDIR}/plist
-WRKSRC=		${WRKDIR}/${PORTNAME}
+NO_WRKSUBDIR=	yes
 
 USERS?=		${WWWOWN}
 GROUPS?=	${WWWGRP}
@@ -30,6 +30,7 @@ post-patch:
 	cd ${WRKSRC}; \
 	${REINPLACE_CMD} -e 's|/usr/bin/git|/usr/local/bin/git|g' config.ini-example; \
 	${FIND} . ! -type d | ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," > ${PLIST};
+	${ECHO} "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%/vendor/twig/twig/doc" >> ${PLIST}
 	${ECHO} "@dir(${WWWOWN},${WWWGRP},) %%WWWDIR%%/cache" >> ${PLIST}
 
 do-install:
diff --git a/devel/gitlist/distinfo b/devel/gitlist/distinfo
index 0296b42f5a4f..f35e590f678b 100644
--- a/devel/gitlist/distinfo
+++ b/devel/gitlist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615986035
-SHA256 (gitlist-1.0.2.tar.gz) = 38728b688f6600ad97b6d5900b472da6529ff7f3b8c0669ada25ae0bb65d34d9
-SIZE (gitlist-1.0.2.tar.gz) = 5794820
+TIMESTAMP = 1647078081
+SHA256 (gitlist-1.1.1.zip) = 6ca752584f94c70e1ec383eb29aa31a88de91ac1af7bdeea2b5cd76585c8305e
+SIZE (gitlist-1.1.1.zip) = 2809753



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203212300.22LN0b3N092874>