aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-01-04 08:46:45 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-01-04 08:46:45 +0000
commit760f7a164ef56771f5494f77bcc99c71d180995e (patch)
treefabba645e44800c15d1753640630fbe5d4292bc3 /mail
parentf07fc48a7916a7c5f3b8992218953aafd8fc58f4 (diff)
downloadports-760f7a164ef56771f5494f77bcc99c71d180995e.tar.gz
ports-760f7a164ef56771f5494f77bcc99c71d180995e.zip
MFH: r560266
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
Notes
Notes: svn path=/branches/2021Q1/; revision=560267
Diffstat (limited to 'mail')
-rw-r--r--mail/rainloop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile
index 50163643d58d..3186519b2d61 100644
--- a/mail/rainloop/Makefile
+++ b/mail/rainloop/Makefile
@@ -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}"