pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/backuppc



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.

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



Home | Main Index | Thread Index | Old Index