diff options
Diffstat (limited to 'sysutils/reggae')
-rw-r--r-- | sysutils/reggae/Makefile | 2 | ||||
-rw-r--r-- | sysutils/reggae/distinfo | 6 | ||||
-rw-r--r-- | sysutils/reggae/files/patch-Makefile | 14 | ||||
-rw-r--r-- | sysutils/reggae/pkg-descr | 5 |
4 files changed, 7 insertions, 20 deletions
diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index 2dcd46af8f62..5ec3201a5e77 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -1,5 +1,5 @@ PORTNAME= reggae -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.2 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/reggae/distinfo b/sysutils/reggae/distinfo index 9a621d116a0a..411f446f1afd 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 = 1749978448 +SHA256 (cbsd-reggae-0.4.2_GH0.tar.gz) = 7b8b1fcf8078abbef6425fe56a4a83fba796adf15fb93ef10e044394d9dbfd6e +SIZE (cbsd-reggae-0.4.2_GH0.tar.gz) = 55239 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,6 +1,7 @@ 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 |