From owner-svn-ports-head@freebsd.org Tue Oct 30 04:45:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 499C910D39E9; Tue, 30 Oct 2018 04:45:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 002CF71D31; Tue, 30 Oct 2018 04:45:21 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5A1818BB2; Tue, 30 Oct 2018 04:45:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9U4jK69082154; Tue, 30 Oct 2018 04:45:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9U4jKFf082153; Tue, 30 Oct 2018 04:45:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810300445.w9U4jKFf082153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 30 Oct 2018 04:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483447 - head/net/ocserv X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/ocserv X-SVN-Commit-Revision: 483447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 04:45:21 -0000 Author: yuri Date: Tue Oct 30 04:45:20 2018 New Revision: 483447 URL: https://svnweb.freebsd.org/changeset/ports/483447 Log: net/ocserv: Use devel/libpcl as a dependency PR: 232771 Approved by: Carlos J. Puga Medina (maintainer) Modified: head/net/ocserv/Makefile Modified: head/net/ocserv/Makefile ============================================================================== --- head/net/ocserv/Makefile Tue Oct 30 04:38:26 2018 (r483446) +++ head/net/ocserv/Makefile Tue Oct 30 04:45:20 2018 (r483447) @@ -3,6 +3,7 @@ PORTNAME= ocserv PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ \ LOCAL/cpm @@ -23,7 +24,8 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libgnutls.so:security/gnutls \ libtasn1.so:security/libtasn1 \ libnettle.so:security/nettle \ - liboath.so:security/oath-toolkit + liboath.so:security/oath-toolkit \ + libpcl.so:devel/libpcl USES= autoreconf cpe gperf libtool localbase ncurses \ pathfix pkgconfig readline tar:xz @@ -31,8 +33,7 @@ CPE_VENDOR= infradead GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-geoip \ - --without-http-parser \ - --without-pcl-lib + --without-http-parser USERS= _ocserv GROUPS= _ocserv