pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/php-baikal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 10 20:54:45 UTC 2020

Modified Files:
        pkgsrc/net/php-baikal: Makefile

Log Message:
php-baikal: This needs php-json, depend on it.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/php-baikal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/php-baikal/Makefile
diff -u pkgsrc/net/php-baikal/Makefile:1.15 pkgsrc/net/php-baikal/Makefile:1.16
--- pkgsrc/net/php-baikal/Makefile:1.15 Tue Jul 28 08:56:36 2020
+++ pkgsrc/net/php-baikal/Makefile      Mon Aug 10 20:54:45 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2020/07/28 08:56:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/08/10 20:54:45 wiz Exp $
 
 DISTNAME=      baikal-0.7.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fruux/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -13,6 +14,7 @@ HOMEPAGE=     https://sabre.io/baikal/
 COMMENT=       Lightweight CalDAV+CardDAV server
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite
 



Home | Main Index | Thread Index | Old Index