Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-baikal php-baikal: This needs php-json, depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ef8022c73fd
branches:  trunk
changeset: 436873:3ef8022c73fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 10 20:54:45 2020 +0000

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

Bump PKGREVISION.

diffstat:

 net/php-baikal/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r f69f2e9da3d0 -r 3ef8022c73fd net/php-baikal/Makefile
--- a/net/php-baikal/Makefile   Mon Aug 10 18:19:00 2020 +0000
+++ b/net/php-baikal/Makefile   Mon Aug 10 20:54:45 2020 +0000
@@ -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 @@
 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