Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 15:12:56 +0000 (UTC)
From:      =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r566480 - branches/2021Q1/www/davical
Message-ID:  <202102241512.11OFCuj0075521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rigoletto
Date: Wed Feb 24 15:12:56 2021
New Revision: 566480
URL: https://svnweb.freebsd.org/changeset/ports/566480

Log:
  MFH: r564713
  
  www/davical: add missing dependecy.
  
  PR:		253347
  Submitted by:	dinoex

Modified:
  branches/2021Q1/www/davical/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/davical/Makefile
==============================================================================
--- branches/2021Q1/www/davical/Makefile	Wed Feb 24 15:04:46 2021	(r566479)
+++ branches/2021Q1/www/davical/Makefile	Wed Feb 24 15:12:56 2021	(r566480)
@@ -4,6 +4,7 @@
 PORTNAME=	davical
 DISTVERSIONPREFIX=	r
 DISTVERSION=	1.1.9.3
+PORTREVISION=	1
 CATEGORIES?=	www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -27,7 +28,7 @@ GL_ACCOUNT=	davical-project
 GL_COMMIT=	55d485045f43b52ccdbedbded2bfebb33b781d57
 
 USE_PHP=	calendar curl gettext iconv pcre pdo \
-		pdo_pgsql pgsql xml
+		pdo_pgsql pgsql session xml
 
 NO_ARCH=	yes
 NO_BUILD=	yes



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