diff options
author | Andre Rikkert de Koe - ARK-ICT <freebsd-ports@andre.rikkertdekoe.nl> | 2022-03-21 23:00:13 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-03-21 23:00:13 +0000 |
commit | 915ee129534e8862a86d0c7865c616886950122c (patch) | |
tree | d452475d851d24b674d3099d727aa1a308f8e320 | |
parent | 809561e76a964879523be16e4b13e1226f450559 (diff) | |
download | ports-915ee129534e8862a86d0c7865c616886950122c.tar.gz ports-915ee129534e8862a86d0c7865c616886950122c.zip |
devel/gitlist: update to 1.1.1
PR: 262712
-rw-r--r-- | devel/gitlist/Makefile | 7 | ||||
-rw-r--r-- | 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 |