View | Details | Raw Unified | Return to bug 255414
Collapse All | Expand All

(-)b/sysutils/reggae/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	reggae
1
PORTNAME=	reggae
2
PORTVERSION=	0.1.16
2
PORTVERSION=	0.1.17
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
4
5
MAINTAINER=	meka@tilda.center
5
MAINTAINER=	meka@tilda.center
(-)b/sysutils/reggae/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600723946
1
TIMESTAMP = 1619431176
2
SHA256 (cbsd-reggae-0.1.16_GH0.tar.gz) = 63c5bd29a2592e87a7290601d0010d40af41faa706331cd348a6866a38d20d82
2
SHA256 (cbsd-reggae-0.1.17_GH0.tar.gz) = 0682a8454350b35ca650010391a949177dd1d40954c6492ac963fbe6775a2a24
3
SIZE (cbsd-reggae-0.1.16_GH0.tar.gz) = 46136
3
SIZE (cbsd-reggae-0.1.17_GH0.tar.gz) = 46735
(-)b/sysutils/reggae/files/reggae_pf.in (-2 / +1 lines)
Lines 1-8 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: reggae_pf
3
# PROVIDE: reggae_pf
4
# REQUIRE: pf
4
# REQUIRE: pf local_unbound
5
# AFTER: NETWORKING local_unbound named nsd unbound
6
5
7
# Add the following lines to /etc/rc.conf.local, /etc/rc.conf or
6
# Add the following lines to /etc/rc.conf.local, /etc/rc.conf or
8
# /etc/rc.conf.d/reggae_pf to enable this service:
7
# /etc/rc.conf.d/reggae_pf to enable this service:
(-)b/sysutils/reggae/pkg-plist (+2 lines)
Lines 61-66 man/man1/reggae.1.gz Link Here
61
%%DATADIR%%/mk/salt.mk
61
%%DATADIR%%/mk/salt.mk
62
%%DATADIR%%/mk/service.mk
62
%%DATADIR%%/mk/service.mk
63
%%DATADIR%%/mk/shell.mk
63
%%DATADIR%%/mk/shell.mk
64
%%DATADIR%%/mk/use.mk
64
%%DATADIR%%/scripts/bhyve-init.sh
65
%%DATADIR%%/scripts/bhyve-init.sh
65
%%DATADIR%%/scripts/cbsd-init.sh
66
%%DATADIR%%/scripts/cbsd-init.sh
66
%%DATADIR%%/scripts/chef-provision.sh
67
%%DATADIR%%/scripts/chef-provision.sh
Lines 114-119 man/man1/reggae.1.gz Link Here
114
%%DATADIR%%/templates/export-ports.sh
115
%%DATADIR%%/templates/export-ports.sh
115
%%DATADIR%%/templates/freebsd-update.conf
116
%%DATADIR%%/templates/freebsd-update.conf
116
%%DATADIR%%/templates/gitignore
117
%%DATADIR%%/templates/gitignore
118
%%DATADIR%%/templates/gitignore.project
117
%%DATADIR%%/templates/initenv.conf
119
%%DATADIR%%/templates/initenv.conf
118
%%DATADIR%%/templates/install-packages.sh
120
%%DATADIR%%/templates/install-packages.sh
119
%%DATADIR%%/templates/ip-by-mac.sh
121
%%DATADIR%%/templates/ip-by-mac.sh

Return to bug 255414