Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD44484D5F for ; Mon, 3 Jul 2023 12:54:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nMRdNT-GlIfT for ; Mon, 3 Jul 2023 12:54:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1D93584CF3 for ; Mon, 3 Jul 2023 12:54:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1ACDDFA89; Mon, 3 Jul 2023 12:54:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168838889110740" MIME-Version: 1.0 Date: Mon, 3 Jul 2023 12:54:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/mserv-php To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230703125451.1ACDDFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168838889110740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 3 12:54:51 UTC 2023 Modified Files: pkgsrc/www/mserv-php: Makefile Log Message: mserv-php: restrict DEPENDS so installed binary package matches it To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/mserv-php/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168838889110740 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/mserv-php/Makefile diff -u pkgsrc/www/mserv-php/Makefile:1.10 pkgsrc/www/mserv-php/Makefile:1.11 --- pkgsrc/www/mserv-php/Makefile:1.10 Mon Dec 9 14:20:56 2019 +++ pkgsrc/www/mserv-php/Makefile Mon Jul 3 12:54:50 2023 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/12/09 14:20:56 taca Exp $ -# +# $NetBSD: Makefile,v 1.11 2023/07/03 12:54:50 wiz Exp $ DISTNAME= mserv-php-090 PKGNAME= mserv-php-0.90 @@ -12,7 +11,7 @@ MAINTAINER= abs@absd.org HOMEPAGE= # 404: http://dougiamas.com/mserv/ COMMENT= Quick web interface to mserv audio jukebox -DEPENDS+= mserv-[0-9]*:../../audio/mserv +DEPENDS+= mserv<0.39:../../audio/mserv WRKSRC= ${WRKDIR}/mserv-php --_----------=_168838889110740--