Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC34F84D5F for ; Mon, 3 Jul 2023 13:08:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WqBxpUe-fihK for ; Mon, 3 Jul 2023 13:08:13 +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 09ED184D3F for ; Mon, 3 Jul 2023 13:08:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01A9EFA89; Mon, 3 Jul 2023 13:08:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688389692147530" MIME-Version: 1.0 Date: Mon, 3 Jul 2023 13:08:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/backuppc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230703130813.01A9EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688389692147530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 3 13:08:12 UTC 2023 Modified Files: pkgsrc/sysutils/backuppc: Makefile Log Message: backuppc: fix DEPENDS so it matches the directory To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/backuppc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688389692147530 Content-Disposition: inline Content-Length: 881 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/backuppc/Makefile diff -u pkgsrc/sysutils/backuppc/Makefile:1.19 pkgsrc/sysutils/backuppc/Makefile:1.20 --- pkgsrc/sysutils/backuppc/Makefile:1.19 Tue Jun 28 11:35:53 2022 +++ pkgsrc/sysutils/backuppc/Makefile Mon Jul 3 13:08:12 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2022/06/28 11:35:53 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2023/07/03 13:08:12 wiz Exp $ DISTNAME= BackupPC-4.4.0 PKGREVISION= 4 @@ -19,7 +19,7 @@ DISTFILES+= ${RSYNC_BPC_TGZ} SITES.${RSYNC_BPC_TGZ}= ${MASTER_SITE_GITHUB:=backuppc/}rsync-bpc/releases/download/${RSYNC_BPC:S/rsync-bpc-//}/ DEPENDS+= rsync-[0-9]*:../../net/rsync -DEPENDS+= samba-[0-9]*:../../net/samba +DEPENDS+= samba<4:../../net/samba DEPENDS+= par2-[0-9]*:../../archivers/par2 #DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI --_----------=_1688389692147530--