svn commit: r560267 - branches/2021Q1/mail/rainloop

Koichiro Iwao meta at FreeBSD.org
Mon Jan 4 08:46:46 UTC 2021


Author: meta
Date: Mon Jan  4 08:46:45 2021
New Revision: 560267
URL: https://svnweb.freebsd.org/changeset/ports/560267

Log:
  MFH: r560266
  
  mail/rainloop: add missing dependency on simplexml
  
  PR:		252233
  Submitted by:	Yasuhiro Kimura <yasu at utahime.org> (maintainer)
  Reported by:	Max Christian <accounts at wireme.de>
  Sponsored by:	HAW International

Modified:
  branches/2021Q1/mail/rainloop/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/mail/rainloop/Makefile
==============================================================================
--- branches/2021Q1/mail/rainloop/Makefile	Mon Jan  4 08:45:07 2021	(r560266)
+++ branches/2021Q1/mail/rainloop/Makefile	Mon Jan  4 08:46:45 2021	(r560267)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rainloop
 PORTVERSION=	1.14.0
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/
 PKGNAMESUFFIX?=	${PHP_PKGNAMESUFFIX}
@@ -20,7 +21,7 @@ USES=		php:web,flavors zip
 NO_BUILD=	yes
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
-USE_PHP=	curl iconv json xml dom openssl pcre spl zlib
+USE_PHP=	curl dom iconv json openssl pcre simplexml spl xml zlib
 PLIST_SUB=	VER="${PORTVERSION}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 
 .if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}"


More information about the svn-ports-branches mailing list