svn commit: r536379 - head/security/openfortivpn
Emanuel Haupt
ehaupt at FreeBSD.org
Sun May 24 10:01:48 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list