From owner-svn-ports-head@freebsd.org Mon Aug 8 14:48:09 2016 Return-Path: Delivered-To: svn-ports-head@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 BA590BB2496; Mon, 8 Aug 2016 14:48:09 +0000 (UTC) (envelope-from ehaupt@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 8A8EF1190; Mon, 8 Aug 2016 14:48:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u78Em8eT019056; Mon, 8 Aug 2016 14:48:08 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78Em8jO019055; Mon, 8 Aug 2016 14:48:08 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608081448.u78Em8jO019055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Aug 2016 14:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419857 - head/security/vpnc X-SVN-Group: ports-head 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.22 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: Mon, 08 Aug 2016 14:48:09 -0000 Author: ehaupt Date: Mon Aug 8 14:48:08 2016 New Revision: 419857 URL: https://svnweb.freebsd.org/changeset/ports/419857 Log: Register security/libgpg-error with LIB_DEPENDS Modified: head/security/vpnc/Makefile Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Mon Aug 8 14:46:25 2016 (r419856) +++ head/security/vpnc/Makefile Mon Aug 8 14:48:08 2016 (r419857) @@ -3,7 +3,7 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ LOCAL/ehaupt @@ -11,7 +11,8 @@ MASTER_SITES= http://www.unix-ag.uni-kl. MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts USES= shebangfix gmake perl5