From owner-svn-ports-all@freebsd.org Thu May 18 22:11:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F9D7D734BA; Thu, 18 May 2017 22:11:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FBC5AFE; Thu, 18 May 2017 22:11:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4IMBsX3057235; Thu, 18 May 2017 22:11:54 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4IMBstX057234; Thu, 18 May 2017 22:11:54 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705182211.v4IMBstX057234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 18 May 2017 22:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441202 - head/net/ocserv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 22:11:55 -0000 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