Date: Fri, 19 Feb 2021 13:09:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566061 - head/devel/gitlist Message-ID: <202102191309.11JD9He6008965@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 19 13:09:17 2021 New Revision: 566061 URL: https://svnweb.freebsd.org/changeset/ports/566061 Log: - Add missing PHP depends PR: 241625 Submitted by: freebsd@pk1048.com Approved by: maintainer timeout (andre@ark-ict.nl, 1 year) Modified: head/devel/gitlist/Makefile Modified: head/devel/gitlist/Makefile ============================================================================== --- head/devel/gitlist/Makefile Fri Feb 19 13:08:08 2021 (r566060) +++ head/devel/gitlist/Makefile Fri Feb 19 13:09:17 2021 (r566061) @@ -3,6 +3,7 @@ PORTNAME= gitlist DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= https://github.com/klaussilveira/gitlist/releases/download/${DISTVERSION}/ \ http://freebsd.ark-ict.nl/ports/ @@ -20,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USES= php:web +USE_PHP= ctype hash simplexml USERS?= ${WWWOWN} GROUPS?= ${WWWGRP}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102191309.11JD9He6008965>