svn commit: r566480 - branches/2021Q1/www/davical

Alexandre C. Guimarães rigoletto at FreeBSD.org
Wed Feb 24 15:12:56 UTC 2021


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


More information about the svn-ports-all mailing list