svn commit: r530959 - head/sysutils/reggae

Fernando Apesteguía fernape at FreeBSD.org
Tue Apr 7 10:03:34 UTC 2020


Author: fernape
Date: Tue Apr  7 10:03:33 2020
New Revision: 530959
URL: https://svnweb.freebsd.org/changeset/ports/530959

Log:
  sysutils/reggae: Update to 0.1.12
  
  ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.12
  
   * Choose DHCP program (dhcpcd vs dhclient)
   * Default but changable devfs ruleset for jails
   * Use PKG_PROXY if defined (only in jails)
   * Improve bootstrap of master jail (cbsd)
   * Remove "jail" when generating service name
  
  PR:	245412
  Submitted by:	meka at tilda.center (maintainer)

Modified:
  head/sysutils/reggae/Makefile
  head/sysutils/reggae/distinfo
  head/sysutils/reggae/pkg-plist

Modified: head/sysutils/reggae/Makefile
==============================================================================
--- head/sysutils/reggae/Makefile	Tue Apr  7 09:48:23 2020	(r530958)
+++ head/sysutils/reggae/Makefile	Tue Apr  7 10:03:33 2020	(r530959)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	reggae
-PORTVERSION=	0.1.11
+PORTVERSION=	0.1.12
 CATEGORIES=	sysutils
 
 MAINTAINER=	meka at tilda.center

Modified: head/sysutils/reggae/distinfo
==============================================================================
--- head/sysutils/reggae/distinfo	Tue Apr  7 09:48:23 2020	(r530958)
+++ head/sysutils/reggae/distinfo	Tue Apr  7 10:03:33 2020	(r530959)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585404087
-SHA256 (cbsd-reggae-0.1.11_GH0.tar.gz) = 64ef6e4fec659aba2e01d4479717cd306707bf63fecd486afaf44e5a6dab6d68
-SIZE (cbsd-reggae-0.1.11_GH0.tar.gz) = 42944
+TIMESTAMP = 1586206202
+SHA256 (cbsd-reggae-0.1.12_GH0.tar.gz) = 4109d212bddfa2e01e36847928755aac386d731c68c80d654dea2dafbcb745d0
+SIZE (cbsd-reggae-0.1.12_GH0.tar.gz) = 44311

Modified: head/sysutils/reggae/pkg-plist
==============================================================================
--- head/sysutils/reggae/pkg-plist	Tue Apr  7 09:48:23 2020	(r530958)
+++ head/sysutils/reggae/pkg-plist	Tue Apr  7 10:03:33 2020	(r530959)
@@ -113,7 +113,9 @@ man/man1/reggae.1.gz
 %%DATADIR%%/templates/master.fstab
 %%DATADIR%%/templates/mount-project.sh
 %%DATADIR%%/templates/named.conf
+%%DATADIR%%/templates/network
 %%DATADIR%%/templates/pf.conf
+%%DATADIR%%/templates/pkg.conf
 %%DATADIR%%/templates/reggae-register.sh
 %%DATADIR%%/templates/resolvconf.conf
 %%DATADIR%%/templates/setup-vm.sh


More information about the svn-ports-all mailing list