git: ea709754f910 - main - sysutils/boxbackup-devel: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jun 2023 19:00:44 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea709754f9100ed051708043406ffc48c2ebd448 commit ea709754f9100ed051708043406ffc48c2ebd448 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-06-01 18:59:57 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-06-01 19:00:36 +0000 sysutils/boxbackup-devel: Remove expired port: 2023-06-01 sysutils/boxbackup-devel: Requires upstream EOL OpenSSL 1.0.X --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/boxbackup-devel/Makefile | 153 --------------------- sysutils/boxbackup-devel/distinfo | 2 - sysutils/boxbackup-devel/files/999.boxbackup.in | 82 ----------- sysutils/boxbackup-devel/files/bbackupd.in | 26 ---- sysutils/boxbackup-devel/files/bbstored.in | 26 ---- sysutils/boxbackup-devel/files/patch-configure.ac | 10 -- .../files/patch-infrastructure_BoxPlatform.pm.in | 11 -- .../boxbackup-devel/files/patch-qdbm_Makefile.in | 11 -- .../boxbackup-devel/files/patch-qdbm_config.status | 11 -- .../boxbackup-devel/files/patch-qdbm_configure | 21 --- .../boxbackup-devel/files/patch-qdbm_configure.in | 21 --- sysutils/boxbackup-devel/files/pkg-message.client | 9 -- sysutils/boxbackup-devel/files/pkg-message.server | 9 -- sysutils/boxbackup-devel/pkg-descr | 11 -- sysutils/boxbackup-devel/pkg-plist | 25 ---- 17 files changed, 1 insertion(+), 429 deletions(-) diff --git a/MOVED b/MOVED index d38d9319da74..f686c19b0c7d 100644 --- a/MOVED +++ b/MOVED @@ -7604,3 +7604,4 @@ sysutils/puppet6|sysutils/puppet7|2023-06-01|Has expired: Puppet 6 has reached E sysutils/puppetserver6|sysutils/puppetserver7|2023-06-01|Has expired: Puppet 6 has reached EOL databases/puppetdb6|databases/puppetdb7|2023-06-01|Has expired: Puppet 6 has reached EOL databases/puppetdb-terminus6|databases/puppetdb-terminus7|2023-06-01|Has expired: Puppet 6 has reached EOL +sysutils/boxbackup-devel||2023-06-01|Has expired: Requires upstream EOL OpenSSL 1.0.X diff --git a/sysutils/Makefile b/sysutils/Makefile index d339421766e2..1d79cc34947f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -139,7 +139,6 @@ SUBDIR += blisp SUBDIR += boot-extract SUBDIR += bottom - SUBDIR += boxbackup-devel SUBDIR += bpytop SUBDIR += brasero SUBDIR += brename diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile deleted file mode 100644 index 14d5f82cacf4..000000000000 --- a/sysutils/boxbackup-devel/Makefile +++ /dev/null @@ -1,153 +0,0 @@ -PORTNAME= boxbackup -PORTVERSION= 0.11.r${SVNVERSION:C/^[0-9\.]+_[a-z]+_([0-9]+)/\1/} -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://www.boxbackup.org/snapshots/201108/ -PKGNAMESUFFIX= ${CLIENT_OR_SERVER}-devel -DISTNAME= ${PORTNAME}-${SVNVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Open-source, completely automatic on-line backup system -WWW= https://www.boxbackup.org/ - -LICENSE= BSD3CLAUSE GPLv2 -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt - -DEPRECATED= Requires upstream EOL OpenSSL 1.0.X -EXPIRATION_DATE= 2023-06-01 - -SVNVERSION= 0.11_trunk_2979 - -USES= autoreconf perl5 ssl tar:tgz -GNU_CONFIGURE= yes -CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc - -PKGMESSAGE= ${WRKDIR}/pkg-message - -OPTIONS_MULTI= TYPE -OPTIONS_MULTI_TYPE= CLIENT SERVER -OPTIONS_DEFINE= GNUREADLINE -OPTIONS_DEFAULT= CLIENT SERVER -CLIENT_DESC= Install the bbackupd client -SERVER_DESC= Install the bbstored server -GNUREADLINE_DESC= Enable the use of GNU readline - -MAKE_JOBS_UNSAFE= yes - -.include <bsd.port.options.mk> - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -BROKEN_FreeBSD_13= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -BROKEN_FreeBSD_14= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') -.endif - -CLIENTDIR= CLIENT -SERVERDIR= SERVER -CLIENT_FILES= bbackupd bbackupquery bbackupctl -SERVER_FILES= bbstored bbstoreaccounts - -.if ${PORT_OPTIONS:MGNUREADLINE} -CONFIGURE_ARGS+=--enable-gnu-readline -.endif - -.if ${PORT_OPTIONS:MCLIENT} -USE_RC_SUBR+= bbackupd -PLIST_SUB+= CLIENT="" -ALL_TARGET+= build-backup-client -CLIENT_SCRIPTS= bbackupd-config -SUB_FILES+= 999.boxbackup -.else -PLIST_SUB+= CLIENT="@comment " -.endif - -.if ${PORT_OPTIONS:MSERVER} -USE_RC_SUBR+= bbstored -USERS+= _bbstored -GROUPS+= _bbstored -PLIST_SUB+= SERVER="" -ALL_TARGET+= build-backup-server -SERVER_SCRIPTS= bbstored-certs bbstored-config raidfile-config -.else -PLIST_SUB+= SERVER="@comment " -.endif - -.if ! ${PORT_OPTIONS:MCLIENT} -CONFLICTS= boxbackup-client boxbackup -CLIENT_OR_SERVER=-server -.elif ! ${PORT_OPTIONS:MSERVER} -CONFLICTS= boxbackup-server boxbackup -CLIENT_OR_SERVER=-client -.else -CONFLICTS= boxbackup-server boxbackup-client -.endif - -post-patch: - @${REINPLACE_CMD} -e '/html/d' ${WRKSRC}/parcels.txt -.if ${PORT_OPTIONS:MCLIENT} - @${CAT} ${FILESDIR}/pkg-message.client >> ${PKGMESSAGE} -.endif -.if ${PORT_OPTIONS:MSERVER} - @${CAT} ${FILESDIR}/pkg-message.server >> ${PKGMESSAGE} -.endif - -post-configure: - @${REINPLACE_CMD} -e '/share.doc.boxbackup/d' ${WRKSRC}/parcels/scripts/install-backup-* -pre-install: - (cd ${WRKSRC}/parcels \ - && ${MV} ./boxbackup-0.11_trunk_2979-backup-client ../CLIENT) - - (cd ${WRKSRC}/parcels \ - && ${MV} ./boxbackup-0.11_trunk_2979-backup-server ../SERVER) -do-install: -.if ${PORT_OPTIONS:MCLIENT} - (cd ${WRKSRC}/${CLIENTDIR}/ \ - && ${INSTALL_PROGRAM} ${CLIENT_FILES} ${STAGEDIR}${PREFIX}/sbin/) - - (cd ${WRKSRC}/${CLIENTDIR}/ \ - && ${INSTALL_SCRIPT} ${CLIENT_SCRIPTS} ${STAGEDIR}${PREFIX}/sbin/) - - ${INSTALL_MAN} ${WRKSRC}/${CLIENTDIR}/bbackupd.conf.5.gz \ - ${STAGEDIR}${PREFIX}/man/man5/ - - ${INSTALL_MAN} ${WRKSRC}/${CLIENTDIR}/bbackupctl.8.gz \ - ${WRKSRC}/${CLIENTDIR}/bbackupd-config.8.gz \ - ${WRKSRC}/${CLIENTDIR}/bbackupd.8.gz ${WRKSRC}/${CLIENTDIR}/bbackupquery.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ -.endif -.if ${PORT_OPTIONS:MSERVER} - (cd ${WRKSRC}/${SERVERDIR}/ \ - && ${INSTALL_PROGRAM} ${SERVER_FILES} ${STAGEDIR}${PREFIX}/sbin/) - - (cd ${WRKSRC}/${SERVERDIR}/ \ - && ${INSTALL_SCRIPT} ${SERVER_SCRIPTS} ${STAGEDIR}${PREFIX}/sbin/) - - ${INSTALL_MAN} ${WRKSRC}/${SERVERDIR}/raidfile.conf.5.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored.conf.5.gz \ - ${STAGEDIR}${PREFIX}/man/man5/ - - ${INSTALL_MAN} ${WRKSRC}/${SERVERDIR}/bbstoreaccounts.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored-certs.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored-config.8.gz \ - ${WRKSRC}/${SERVERDIR}/bbstored.8.gz \ - ${WRKSRC}/${SERVERDIR}/raidfile-config.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ -.endif -.if ${PORT_OPTIONS:MCLIENT} - @${MKDIR} -m 0700 ${STAGEDIR}${PREFIX}/etc/box/bbackupd - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/monthly - ${INSTALL_SCRIPT} ${WRKDIR}/999.boxbackup ${STAGEDIR}${PREFIX}/etc/periodic/monthly -.endif -.if ${PORT_OPTIONS:MSERVER} - @${MKDIR} -m 0700 ${STAGEDIR}${PREFIX}/etc/box/bbstored -.endif - -test: - @${ECHO_CMD} "===> Running tests" - @${MAKE} -C ${WRKSRC} test - -.include <bsd.port.mk> diff --git a/sysutils/boxbackup-devel/distinfo b/sysutils/boxbackup-devel/distinfo deleted file mode 100644 index 6563e4e588cc..000000000000 --- a/sysutils/boxbackup-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (boxbackup-0.11_trunk_2979.tgz) = 8d49959c7bd173de468837a6645883b37f5c2d485ba2245f9178b74e8b1f8c9e -SIZE (boxbackup-0.11_trunk_2979.tgz) = 2185279 diff --git a/sysutils/boxbackup-devel/files/999.boxbackup.in b/sysutils/boxbackup-devel/files/999.boxbackup.in deleted file mode 100644 index 62e583372d9f..000000000000 --- a/sysutils/boxbackup-devel/files/999.boxbackup.in +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/sh -# -# Box Backup monthly store compare -# -# Add the following to /etc/periodic.conf to enable the monthly compare: -# monthly_boxbackup_compare_enable="YES" -# -# By default the script will run "compare -aq". If you want to change this to -# run a full compare, add the following to periodic.conf: -# monthly_boxbackup_compare_args="-a" -# -# NOTE: This script will cause the monthly periodic(8) run to take much longer -# than usual, depending on the size of your backup store. -# -# If you wish to run this independently of the monthly job, you can create a -# new periodic entry as follows: -# -# # mkdir /usr/local/etc/periodic/boxbackup -# # mv /usr/local/etc/periodic/monthly/999.boxbackup \ -# /usr/local/etc/periodic/boxbackup/100.compare -# -# Then add the following to /etc/crontab: -# 30 5 1 * * root periodic boxbackup -# -# (adjust the timings as necessary) -# -# You may also wish to add boxbackup_output="root" to periodic.conf so that -# mail comes from periodic rather than cron. - -monthly_boxbackup_compare_enable="NO" -monthly_boxbackup_compare_args="-aq" - -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -SLEEP=/bin/sleep -JOT=/usr/bin/jot - -random() { - ${JOT} -r 1 0 900 -} - -rc=0 - -case "$monthly_boxbackup_compare_enable" in - [Yy][Ee][Ss]) - echo - echo "Running Box Backup store compare:" - # When non-interactive, sleep to reduce congestion on rkhunter - # site - if [ "$1" != -nodelay ]; then - # In FreeBSD 12.0 the anticongestion function should - # be used instead of a hard-coded sleep - if [ -n "$anticongestion_sleeptime" ]; then - anticongestion - else - ${SLEEP} $(random) - fi - fi - %%PREFIX%%/sbin/bbackupquery -q "compare -c $monthly_boxbackup_compare_args" quit - - # Return codes: - # 1 Comparison was exact - # 2 Differences were found - # 3 An error occurred - if [ $? -eq 2 ]; then - echo - echo "Differences were found. Please check the output." - rc=3 - elif [ $? -eq 3 ]; then - echo - echo "An error occurred. Please check the output." - rc=3 - fi - - ;; -esac - -exit $rc diff --git a/sysutils/boxbackup-devel/files/bbackupd.in b/sysutils/boxbackup-devel/files/bbackupd.in deleted file mode 100644 index c3576006acd7..000000000000 --- a/sysutils/boxbackup-devel/files/bbackupd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: bbackupd -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbackupd: -# -# bbackupd_enable="YES" - -. /etc/rc.subr - -name="bbackupd" -rcvar=bbackupd_enable - -load_rc_config $name - -: ${bbackupd_enable:="NO"} -: ${bbackupd_flags:="%%PREFIX%%/etc/box/bbackupd.conf"} - -pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"} - -command="%%PREFIX%%/sbin/bbackupd" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup-devel/files/bbstored.in b/sysutils/boxbackup-devel/files/bbstored.in deleted file mode 100644 index 07c7d411e593..000000000000 --- a/sysutils/boxbackup-devel/files/bbstored.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: bbstored -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbstored: -# -# bbstored_enable="YES" - -. /etc/rc.subr - -name="bbstored" -rcvar=bbstored_enable - -load_rc_config $name - -: ${bbstored_enable:="NO"} -: ${bbstored_flags:="%%PREFIX%%/etc/box/bbstored.conf"} - -pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"} - -command="%%PREFIX%%/sbin/bbstored" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup-devel/files/patch-configure.ac b/sysutils/boxbackup-devel/files/patch-configure.ac deleted file mode 100644 index f4dcffe3c865..000000000000 --- a/sysutils/boxbackup-devel/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2011-08-21 10:24:10 UTC -+++ configure.ac -@@ -5,6 +5,7 @@ AC_PREREQ(2.59) - AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup]) - AC_CONFIG_SRCDIR([lib/common/Box.h]) - AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) -+AC_CONFIG_MACRO_DIR([infrastructure/m4]) - - touch install-sh - AC_CANONICAL_SYSTEM diff --git a/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in b/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in deleted file mode 100644 index 3614cefe12e1..000000000000 --- a/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in +++ /dev/null @@ -1,11 +0,0 @@ ---- infrastructure/BoxPlatform.pm.in.orig 2014-10-19 13:20:18.000000000 -0700 -+++ infrastructure/BoxPlatform.pm.in 2014-10-19 13:22:48.000000000 -0700 -@@ -128,7 +128,7 @@ - sub parcel_root - { - my $tos = $_[1] || $target_os; -- return $product_name.'-'.$product_version.'-'.$_[0].'-'.$tos; -+ return $product_name.'-'.$product_version.'-'.$_[0]; - } - - sub parcel_dir diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in b/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in deleted file mode 100644 index bca31519507a..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- qdbm/Makefile.in.orig 2014-10-15 08:11:25.000000000 -0700 -+++ qdbm/Makefile.in 2014-10-15 08:17:54.000000000 -0700 -@@ -56,7 +56,7 @@ - -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 \ - -D_POSIX_MAPPED_FILES=1 -D_POSIX_SYNCHRONIZED_IO=1 \ - -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -DNDEBUG --CFLAGS = @CFLAGS@ -Wall -pedantic -fPIC -fsigned-char -O0 -fforce-addr @MYOPTS@ -+CFLAGS = @CFLAGS@ -Wall -pedantic -fPIC -fsigned-char -O0 @MYOPTS@ - LD = @LD@ - LIBS = -lqdbm @LIBS@ - LIBLDFLAGS = @LDFLAGS@ -L. -L$(MYLIBDIR) -L$(HOME)/lib -L/usr/local/lib @LIBS@ diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_config.status b/sysutils/boxbackup-devel/files/patch-qdbm_config.status deleted file mode 100644 index 1ad8c088e193..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_config.status +++ /dev/null @@ -1,11 +0,0 @@ ---- qdbm/config.status.orig 2014-10-15 08:47:14.000000000 -0700 -+++ qdbm/config.status 2014-10-15 08:47:31.000000000 -0700 -@@ -475,7 +475,7 @@ - s,@LIBREV@,13,;t t - s,@TARGETS@,all,;t t - s,@MYDEFS@,,;t t --s,@MYOPTS@,-O1 -fno-omit-frame-pointer -fno-force-addr,;t t -+s,@MYOPTS@,-O1 -fno-omit-frame-pointer,;t t - s,@MGWLIBS@,,;t t - s,@LD@,/usr/bin/ld,;t t - s,@AR@,/usr/bin/ar,;t t diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_configure b/sysutils/boxbackup-devel/files/patch-qdbm_configure deleted file mode 100644 index 7fee055ea786..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_configure +++ /dev/null @@ -1,21 +0,0 @@ ---- qdbm/configure.orig 2014-10-15 08:47:58.000000000 -0700 -+++ qdbm/configure 2014-10-15 08:48:38.000000000 -0700 -@@ -2401,15 +2401,15 @@ - fi - if uname | egrep -i 'SunOS' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if uname | egrep -i 'BSD' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - - # Linker diff --git a/sysutils/boxbackup-devel/files/patch-qdbm_configure.in b/sysutils/boxbackup-devel/files/patch-qdbm_configure.in deleted file mode 100644 index 99008fe13a11..000000000000 --- a/sysutils/boxbackup-devel/files/patch-qdbm_configure.in +++ /dev/null @@ -1,21 +0,0 @@ ---- qdbm/configure.in.orig 2014-10-15 08:35:05.000000000 -0700 -+++ qdbm/configure.in 2014-10-15 08:35:41.000000000 -0700 -@@ -180,15 +180,15 @@ - fi - if uname | egrep -i 'SunOS' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if uname | egrep -i 'BSD' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - if gcc --version | egrep -i '^2\.(8|9)' > /dev/null 2>&1 - then -- MYOPTS="-O1 -fno-omit-frame-pointer -fno-force-addr" -+ MYOPTS="-O1 -fno-omit-frame-pointer" - fi - - # Linker diff --git a/sysutils/boxbackup-devel/files/pkg-message.client b/sysutils/boxbackup-devel/files/pkg-message.client deleted file mode 100644 index 2547d7d4cc05..000000000000 --- a/sysutils/boxbackup-devel/files/pkg-message.client +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -To run bbackupd at startup, add bbackupd_enable="YES" to /etc/rc.conf -Please see http://www.boxbackup.org/client.html for client configuration -options -EOM -} -] diff --git a/sysutils/boxbackup-devel/files/pkg-message.server b/sysutils/boxbackup-devel/files/pkg-message.server deleted file mode 100644 index 5820d067bfe1..000000000000 --- a/sysutils/boxbackup-devel/files/pkg-message.server +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -To run bbstored at startup, add bbstored_enable="YES" to /etc/rc.conf -Please see http://www.boxbackup.org/server.html for server configuration -options -EOM -} -] diff --git a/sysutils/boxbackup-devel/pkg-descr b/sysutils/boxbackup-devel/pkg-descr deleted file mode 100644 index f830bab88a73..000000000000 --- a/sysutils/boxbackup-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a port of Box Backup, an online backup daemon - -The backup daemon, bbackupd, runs on all machines to be backed up. The -store server daemon, bbstored runs on a central server. Data is sent -to the store server, which stores all data on local filesystems, that -is, only on local hard drives. Tape or other archive media is not -used. - -The system is designed to be easy to set up and run, and cheap to use. -Once set up, there should be no need for user or administrative -intervention, apart from usual system maintenance. diff --git a/sysutils/boxbackup-devel/pkg-plist b/sysutils/boxbackup-devel/pkg-plist deleted file mode 100644 index 208e5eb7e23d..000000000000 --- a/sysutils/boxbackup-devel/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%CLIENT%%sbin/bbackupctl -%%CLIENT%%sbin/bbackupd -%%CLIENT%%sbin/bbackupd-config -%%CLIENT%%sbin/bbackupquery -%%SERVER%%sbin/bbstoreaccounts -%%SERVER%%sbin/bbstored -%%SERVER%%sbin/bbstored-certs -%%SERVER%%sbin/bbstored-config -%%SERVER%%sbin/raidfile-config -%%CLIENT%%man/man5/bbackupd.conf.5.gz -%%SERVER%%man/man5/bbstored.conf.5.gz -%%SERVER%%man/man5/raidfile.conf.5.gz -%%SERVER%%man/man8/bbstored.8.gz -%%SERVER%%man/man8/bbstoreaccounts.8.gz -%%SERVER%%man/man8/bbstored-certs.8.gz -%%SERVER%%man/man8/bbstored-config.8.gz -%%SERVER%%man/man8/raidfile-config.8.gz -%%CLIENT%%man/man8/bbackupd.8.gz -%%CLIENT%%man/man8/bbackupctl.8.gz -%%CLIENT%%man/man8/bbackupd-config.8.gz -%%CLIENT%%man/man8/bbackupquery.8.gz -%%CLIENT%%etc/periodic/monthly/999.boxbackup -@mode 0077 -%%CLIENT%%@dir etc/box/bbackupd -%%SERVER%%@dir etc/box/bbstored