diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-01-15 12:19:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 12:19:17 -0800 |
commit | 36ce10158227c86373a8327ef80d7858b3fdc67d (patch) | |
tree | 9b513e78831e7b9fdf043654358249729848fa39 | |
parent | f030d48c542a474a474dd76006260d147b8fa4b8 (diff) | |
parent | 4e363da6b21d6b6f9db7bbe4270680db31e35bc1 (diff) |
Merge pull request #11028 from neheb/bak
backuppc: replace samba36 dependency
-rw-r--r-- | admin/backuppc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/backuppc/Makefile b/admin/backuppc/Makefile index 8255a994d..431e34bbf 100644 --- a/admin/backuppc/Makefile +++ b/admin/backuppc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=backuppc PKG_VERSION:=3.3.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=BackupPC-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/backuppc @@ -25,7 +25,7 @@ define Package/backuppc CATEGORY:=Administration TITLE:=high-performance, enterprise-grade system for backing up PCs URL:=https://sourceforge.net/projects/backuppc/ - DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perlbase-getopt +perl-file-rsyncp +openssh-client +tar +bzip2 +samba36-client +rsync +iputils-ping + DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perlbase-getopt +perl-file-rsyncp +openssh-client +tar +bzip2 +samba4-client +rsync +iputils-ping endef define Package/backuppc/description |