Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 08:45:07 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560266 - head/mail/rainloop
Message-ID:  <202101040845.1048j7X4084941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Mon Jan  4 08:45:07 2021
New Revision: 560266
URL: https://svnweb.freebsd.org/changeset/ports/560266

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

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Mon Jan  4 08:33:10 2021	(r560265)
+++ head/mail/rainloop/Makefile	Mon Jan  4 08:45:07 2021	(r560266)
@@ -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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101040845.1048j7X4084941>