From owner-svn-ports-head@freebsd.org Sat Dec 17 12:21:11 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 B3A92C84A8A; Sat, 17 Dec 2016 12:21:11 +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 833F411F; Sat, 17 Dec 2016 12:21:11 +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 uBHCLAML063521; Sat, 17 Dec 2016 12:21:10 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHCLAQF063520; Sat, 17 Dec 2016 12:21:10 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612171221.uBHCLAQF063520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 17 Dec 2016 12:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428723 - 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.23 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: Sat, 17 Dec 2016 12:21:11 -0000 Author: ehaupt Date: Sat Dec 17 12:21:10 2016 New Revision: 428723 URL: https://svnweb.freebsd.org/changeset/ports/428723 Log: Add licenses Modified: head/security/vpnc/Makefile Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Sat Dec 17 12:19:58 2016 (r428722) +++ head/security/vpnc/Makefile Sat Dec 17 12:21:10 2016 (r428723) @@ -11,6 +11,10 @@ MASTER_SITES= http://www.unix-ag.uni-kl. MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator +LICENSE= GPLv2 BSD2CLAUSE +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts