Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 22:11:54 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441202 - head/net/ocserv
Message-ID:  <201705182211.v4IMBstX057234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Thu May 18 22:11:54 2017
New Revision: 441202
URL: https://svnweb.freebsd.org/changeset/ports/441202

Log:
  - Add security/oath-toolkit to LIB_DEPENDS
  - Sort BUILD_DEPENDS and LIB_DEPENDS
  - Enable radius support
  - Bump PORTREVISION

Modified:
  head/net/ocserv/Makefile

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Thu May 18 21:20:30 2017	(r441201)
+++ head/net/ocserv/Makefile	Thu May 18 22:11:54 2017	(r441202)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocserv
 PORTVERSION=	0.11.8
+PORTREVISION=	1
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/ \
 		LOCAL/cpm
@@ -14,16 +15,18 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	autogen:devel/autogen \
-		gsed:textproc/gsed \
-		bash:shells/bash
+		bash:shells/bash \
+		gsed:textproc/gsed
 LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libiconv.so:converters/libiconv \
+		libev.so:devel/libev \
 		libtalloc.so:devel/talloc \
 		libprotobuf-c.so:devel/protobuf-c \
+		libradcli.so:net/radcli \
 		libgnutls.so:security/gnutls \
 		libtasn1.so:security/libtasn1 \
-		libev.so:devel/libev \
-		libnettle.so:security/nettle
+		libnettle.so:security/nettle \
+		liboath.so:security/oath-toolkit
 
 USES=		autoreconf cpe gmake gperf libtool localbase ncurses \
 		pathfix pkgconfig readline tar:xz
@@ -34,8 +37,7 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-nls \
 		--enable-local-libopts \
 		--without-http-parser \
-		--without-pcl-lib \
-		--without-radius
+		--without-pcl-lib
 
 USERS=		_ocserv
 GROUPS=		_ocserv



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