From 8d03cdfee3a16b5beb12ac409a6287b7bdb10f95 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 14 Mar 2025 10:01:07 +0100 Subject: [PATCH] sysutils/gdrive-backup: make this dev only for now --- README.md | 2 +- sysutils/gdrive-backup/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b757df1..d19657ee9 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ sysutils/apuled -- PC Engine APU LED control (development only) sysutils/cpu-microcode -- CPU microcode updates sysutils/dec-hw -- Deciso hardware specific information sysutils/dmidecode -- Display hardware information on the dashboard -sysutils/gdrive-backup -- Backup configurations using Google Drive +sysutils/gdrive-backup -- Backup configurations using Google Drive (development only) sysutils/git-backup -- Track config changes using git sysutils/hw-probe -- Collect hardware diagnostics sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices diff --git a/sysutils/gdrive-backup/Makefile b/sysutils/gdrive-backup/Makefile index 4372dbfc8..25d2ea24c 100644 --- a/sysutils/gdrive-backup/Makefile +++ b/sysutils/gdrive-backup/Makefile @@ -1,7 +1,8 @@ PLUGIN_NAME= gdrive-backup -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 0.1 PLUGIN_COMMENT= Backup configurations using Google Drive PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client +PLUGIN_DEVEL= yes PLUGIN_MAINTAINER= ad@opnsense.org PLUGIN_TIER= 2