diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index 2dcd46af8f62..5da072445f22 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -1,20 +1,20 @@ PORTNAME= reggae -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 CATEGORIES= sysutils MAINTAINER= meka@tilda.center COMMENT= Powerful DevOps solution heavily relaying on CBSD WWW= https://github.com/cbsd/reggae LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= sudo:security/sudo USE_GITHUB= yes GH_ACCOUNT= cbsd USE_RC_SUBR= reggae reggae_pf NO_ARCH= yes .include diff --git a/sysutils/reggae/distinfo b/sysutils/reggae/distinfo index 9a621d116a0a..419c6931d925 100644 --- a/sysutils/reggae/distinfo +++ b/sysutils/reggae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730381691 -SHA256 (cbsd-reggae-0.4.0_GH0.tar.gz) = 69340b4916ced1a6d3a976aff374df74b86e70f66bb139efbe1e5f60ccf14f34 -SIZE (cbsd-reggae-0.4.0_GH0.tar.gz) = 55203 +TIMESTAMP = 1749298936 +SHA256 (cbsd-reggae-0.4.1_GH0.tar.gz) = 0c969002411413a5d5b347551ad316208d15230c040cd6a51ea044dedbb0a404 +SIZE (cbsd-reggae-0.4.1_GH0.tar.gz) = 55257 diff --git a/sysutils/reggae/files/patch-Makefile b/sysutils/reggae/files/patch-Makefile deleted file mode 100644 index 4bc287af8e84..000000000000 --- a/sysutils/reggae/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig 2024-03-19 15:44:53 UTC -+++ Makefile -@@ -161,9 +161,9 @@ install_man: - .endfor - - install_man: -- install -d ${DESTDIR}${PREFIX}/man/man1 -+ install -d ${DESTDIR}${PREFIX}/share/man/man1 - .for man_file in ${MAN_FILES} -- install -m 0644 man/${man_file}.gz ${DESTDIR}${PREFIX}/man/man1 -+ install -m 0644 man/${man_file}.gz ${DESTDIR}${PREFIX}/share/man/man1 - .endfor - - install_profile: diff --git a/sysutils/reggae/pkg-descr b/sysutils/reggae/pkg-descr index 50cd3f55cbcd..c8cd67aa62ea 100644 --- a/sysutils/reggae/pkg-descr +++ b/sysutils/reggae/pkg-descr @@ -1,10 +1,11 @@ Reggae - REGister Globaly Access Everywhere is a package which helps in common -DevOps tasks. It is an open source package which relays on CBSD to provide lower -level management for jails and virtual machines. +DevOps tasks. It is an open source package which relays on CBSD or plain +FreeBSD base tools to provide lower level management for jails and virtual +machines. If you have ever used Vagrant or Docker Compose, Reggae is best described as an alternative to those. It enables you easy development inside jail while code editing is done on the host. It makes transition from development to production easier by using provisioners. It makes host clean of all requirements of development and puts them inside jail which is easily stopped, started, provisioned, and destroyed.