svn commit: r524623 - head/www/sabredav

Mathieu Arnold mat at FreeBSD.org
Thu Jan 30 08:02:56 UTC 2020


On Thu, Jan 30, 2020 at 02:47:58AM +0000, Koichiro Iwao wrote:
> 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.

This is a good effort, but vastly incomplete, now, the information is
scattered all over.

Please read https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html

>   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
>  
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200130/e43eac57/attachment.sig>


More information about the svn-ports-all mailing list