svn commit: r524623 - head/www/sabredav
Koichiro Iwao
meta at FreeBSD.org
Thu Jan 30 02:47:58 UTC 2020
Author: meta
Date: Thu Jan 30 02:47:57 2020
New Revision: 524623
URL: https://svnweb.freebsd.org/changeset/ports/524623
Log:
www/sabredav: bump PORTREVISION after r524622
Also, put USES earlier.
PR: 243405
Modified:
head/www/sabredav/Makefile
Modified: head/www/sabredav/Makefile
==============================================================================
--- head/www/sabredav/Makefile Thu Jan 30 02:45:32 2020 (r524622)
+++ head/www/sabredav/Makefile Thu Jan 30 02:47:57 2020 (r524623)
@@ -2,6 +2,7 @@
PORTNAME= sabredav
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= meyser at xenet.de
@@ -9,15 +10,15 @@ COMMENT= WebDav, CalDav and Carddav Server/Framework w
LICENSE= BSD3CLAUSE
+USES= cpe php
+USE_PHP= dom simplexml mbstring pcre spl ctype iconv xmlwriter
+USE_GITHUB= yes
+
OPTIONS_MULTI= DATABASE
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= MYSQL
-USES= cpe php
CPE_VENDOR= fruux
-USE_PHP= dom simplexml mbstring pcre spl ctype iconv xmlwriter
-
-USE_GITHUB= yes
GH_ACCOUNT= fruux
GH_PROJECT= sabre-dav
More information about the svn-ports-all
mailing list