svn commit: r566061 - head/devel/gitlist

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 19 13:09:17 UTC 2021


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 at pk1048.com
  Approved by:	maintainer timeout (andre at 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}


More information about the svn-ports-all mailing list