View | Details | Raw Unified | Return to bug 244907 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	openfortivpn
3
PORTNAME=	openfortivpn
4
PORTVERSION=	1.11.0
4
PORTVERSION=	1.12.0
5
DISTVERSIONPREFIX=v
5
DISTVERSIONPREFIX=v
6
CATEGORIES=	security net-vpn
6
CATEGORIES=	security net-vpn
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1575441659
1
TIMESTAMP = 1584618954
2
SHA256 (adrienverge-openfortivpn-v1.11.0_GH0.tar.gz) = 95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6
2
SHA256 (adrienverge-openfortivpn-v1.12.0_GH0.tar.gz) = ecad7d9998ee1be6cd263637333568f9b9fa72ba51f329a937f9e7db4bb3168a
3
SIZE (adrienverge-openfortivpn-v1.11.0_GH0.tar.gz) = 77325
3
SIZE (adrienverge-openfortivpn-v1.12.0_GH0.tar.gz) = 80476
(-)files/patch-Makefile.am (+11 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2020-02-26 16:02:52 UTC
2
+++ Makefile.am
3
@@ -29,7 +29,7 @@ install-data-hook:
4
 		mkdir -p $(DESTDIR)$(sysconfdir)/openfortivpn ; \
5
 		cp -a $(DESTDIR)$(datadir)/config.template \
6
 			 $(DESTDIR)$(sysconfdir)/openfortivpn/config ; \
7
-	sed -i 's/^/# /' $(DESTDIR)$(sysconfdir)/openfortivpn/config ; \
8
+	sed -i.bak 's/^/# /' $(DESTDIR)$(sysconfdir)/openfortivpn/config ; \
9
 	fi 
10
 
11
 dist_man_MANS = doc/openfortivpn.1

Return to bug 244907