Skip to content

Commit 7db9cf3

Browse files
committed
Bump and tag
1 parent 3faed7f commit 7db9cf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net/pfSense-pkg-WireGuard/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= pfSense-pkg-WireGuard
22
PORTVERSION= 0.1.4
3-
PORTREVISION= 17
3+
PORTREVISION= 18
44
CATEGORIES= net
55
MASTER_SITES= # empty
66
DISTFILES= # empty

net/pfSense-pkg-WireGuard/files/usr/local/pkg/wireguard/includes/wg_globals.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $wgg = array(
7171
'if_prefix' => 'tun_wg',
7272
'ifgroupentry' => array(
7373
'ifname' => 'WireGuard',
74-
'descr' => gettext('WireGuard Interface Group (DO NOT EDIT/DELETE!)')),
74+
'descr' => gettext('WireGuard Interface Group (DO NOT EDIT/DELETE!)'),
7575
'members' => null),
7676
'unboundaclentry' => array(
7777
'aclname' => 'WireGuard',

0 commit comments

Comments
 (0)