From owner-svn-ports-all@freebsd.org Fri May 19 12:11:57 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 310D7D74F12; Fri, 19 May 2017 12:11:57 +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 01335165D; Fri, 19 May 2017 12:11:56 +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 v4JCBuqo000699; Fri, 19 May 2017 12:11:56 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JCBub9000698; Fri, 19 May 2017 12:11:56 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705191211.v4JCBub9000698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 19 May 2017 12:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441221 - 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: Fri, 19 May 2017 12:11:57 -0000 Author: cpm Date: Fri May 19 12:11:55 2017 New Revision: 441221 URL: https://svnweb.freebsd.org/changeset/ports/441221 Log: - Make RADIUS auth backend optional - Bump PORTREVISION PR: 219393 Submitted by: Jov Modified: head/net/ocserv/Makefile Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Fri May 19 11:30:28 2017 (r441220) +++ head/net/ocserv/Makefile Fri May 19 12:11:55 2017 (r441221) @@ -3,7 +3,7 @@ PORTNAME= ocserv PORTVERSION= 0.11.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ LOCAL/cpm @@ -22,7 +22,6 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 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 \ libnettle.so:security/nettle \ @@ -46,7 +45,7 @@ USE_RC_SUBR= ocserv PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" -OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI +OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI RADIUS PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTEXAMPLES= profile.xml sample.config sample.passwd @@ -55,6 +54,9 @@ GSSAPI_USES= gssapi:mit GSSAPI_LIB_DEPENDS= libkrb5support.so:security/krb5 GSSAPI_CONFIGURE_OFF= --without-gssapi +RADIUS_LIB_DEPENDS= libradcli.so:net/radcli +RADIUS_CONFIGURE_OFF= --without-radius + post-patch: @${RM} ${WRKSRC}/doc/*.8