diff --git a/devel/gitlist/Makefile b/devel/gitlist/Makefile index c23ea1115967..7eb6403270db 100644 --- a/devel/gitlist/Makefile +++ b/devel/gitlist/Makefile @@ -1,48 +1,49 @@ # Created by: Andre Rikkert de Koe - ARK-ICT 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/ MAINTAINER= freebsd-ports@misc.ark-ict.nl COMMENT= Web based Git repository browser written in PHP LICENSE= BSD3CLAUSE 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} SUB_FILES= pkg-message post-patch: ${MKDIR} ${WRKSRC}/cache 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: cd ${WRKSRC}; \ IFS="$$(printf '\n\t')"; \ for src in $$( ${FIND} . ); do \ dst="${STAGEDIR}${WWWDIR}$${src#.}"; \ if ${TEST} -d "$$src"; then \ ${MKDIR} "$$dst"; \ else \ ${INSTALL_DATA} "$$src" "$$dst"; \ fi \ done ${RM} -r "${WWWDIR}/cache/views" .include 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