ocserv received an update to 0.11.11, which fixes some bugs. Changelog
can be found at http://ocserv.gitlab.io/www/changelog.html
A couple of tests failed because they tried running ocserv, which was
being built in ${WRKDIR}/build-${MACHINE_ARCH}${_FLAVOR_EXT2}. Issue has
been fixed by removing SEPARATE_BUILD=yes.
CONFIGURE_ARGS gained --without-docker-tests to prevent running tests
that rely on docker.
While here change HOMEPAGE.
Tested by updating an existing setup, and connecting to it with
openconnect.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ocserv/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile 30 Jan 2018 00:53:52 -0000 1.28
+++ Makefile 3 Mar 2018 19:10:06 -0000
@@ -2,13 +2,12 @@
COMMENT= server implementing the AnyConnect SSL VPN protocol
-DISTNAME= ocserv-0.11.10
-REVISION= 0
+DISTNAME= ocserv-0.11.11
EXTRACT_SUFX= .tar.xz
CATEGORIES= net
-HOMEPAGE= http://www.infradead.org/ocserv/
+HOMEPAGE= https://ocserv.gitlab.io/www/
MAINTAINER= Bjorn Ketelaars <[email protected]>
@@ -33,10 +32,10 @@ TEST_DEPENDS= net/openconnect \
shells/bash \
sysutils/coreutils
-SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-local-libopts \
+ --without-docker-tests \
--without-http-parser \
--without-pcl-lib
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ocserv/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo 12 Jan 2018 22:28:51 -0000 1.20
+++ distinfo 3 Mar 2018 19:10:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (ocserv-0.11.10.tar.xz) = Usgh3NI0qPDWH0QM48gNCyMFHX+9dMbUfcK4hK4llmo=
-SIZE (ocserv-0.11.10.tar.xz) = 784420
+SHA256 (ocserv-0.11.11.tar.xz) = TXtmPxDYQLbfwhbhPyh978KBlTlPqfgPrVeBhhBfq/g=
+SIZE (ocserv-0.11.11.tar.xz) = 785972