Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 10:01:48 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536379 - head/security/openfortivpn
Message-ID:  <202005241001.04OA1mFP055215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun May 24 10:01:47 2020
New Revision: 536379
URL: https://svnweb.freebsd.org/changeset/ports/536379

Log:
  - Update to 1.14.1
  - Make portclippy/portfmt happy
  
  PR:		244907
  Approved by:	maintainer timeout (lifanov, 65 days)

Modified:
  head/security/openfortivpn/Makefile
  head/security/openfortivpn/distinfo

Modified: head/security/openfortivpn/Makefile
==============================================================================
--- head/security/openfortivpn/Makefile	Sun May 24 09:50:11 2020	(r536378)
+++ head/security/openfortivpn/Makefile	Sun May 24 10:01:47 2020	(r536379)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	openfortivpn
-PORTVERSION=	1.11.0
-DISTVERSIONPREFIX=v
+PORTVERSION=	1.14.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	security net-vpn
 
 MAINTAINER=	lifanov@FreeBSD.org
@@ -16,6 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	adrienverge
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	OPENSSL_LIBS="-lssl -lcrypto" OPENSSL_CFLAGS=${OPENSSLINC}
+CONFIGURE_ENV=	OPENSSL_CFLAGS=${OPENSSLINC} \
+		OPENSSL_LIBS="-lssl -lcrypto"
 
 .include <bsd.port.mk>

Modified: head/security/openfortivpn/distinfo
==============================================================================
--- head/security/openfortivpn/distinfo	Sun May 24 09:50:11 2020	(r536378)
+++ head/security/openfortivpn/distinfo	Sun May 24 10:01:47 2020	(r536379)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575441659
-SHA256 (adrienverge-openfortivpn-v1.11.0_GH0.tar.gz) = 95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6
-SIZE (adrienverge-openfortivpn-v1.11.0_GH0.tar.gz) = 77325
+TIMESTAMP = 1590314009
+SHA256 (adrienverge-openfortivpn-v1.14.1_GH0.tar.gz) = bc62fc6ecaaa6c6f8f2510e14a067a0cb9762158d9460c04555990bba44b50ca
+SIZE (adrienverge-openfortivpn-v1.14.1_GH0.tar.gz) = 155101



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005241001.04OA1mFP055215>