From owner-svn-ports-head@FreeBSD.ORG Wed Dec 10 14:04:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0754092; Wed, 10 Dec 2014 14:04:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E5E76755; Wed, 10 Dec 2014 14:04:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBAE4RBG002403; Wed, 10 Dec 2014 14:04:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBAE4OZb002377; Wed, 10 Dec 2014 14:04:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201412101404.sBAE4OZb002377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 10 Dec 2014 14:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374458 - in head/security: arirang axTLS botan110 create-cert gcipher pam_jail pam_krb5-rh pkesh py-SecretStorage py-oauthlib qtkeychain scamp sshguard 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.18-1 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: Wed, 10 Dec 2014 14:04:28 -0000 Author: feld Date: Wed Dec 10 14:04:23 2014 New Revision: 374458 URL: https://svnweb.freebsd.org/changeset/ports/374458 QAT: https://qat.redports.org/buildarchive/r374458/ Log: Update "BSD" license in security category Modified: head/security/arirang/Makefile head/security/axTLS/Makefile head/security/botan110/Makefile head/security/create-cert/Makefile head/security/gcipher/Makefile head/security/pam_jail/Makefile head/security/pam_krb5-rh/Makefile head/security/pkesh/Makefile head/security/py-SecretStorage/Makefile head/security/py-oauthlib/Makefile head/security/qtkeychain/Makefile head/security/scamp/Makefile head/security/sshguard/Makefile Modified: head/security/arirang/Makefile ============================================================================== --- head/security/arirang/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/arirang/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= UNIX/cgi-scanners MAINTAINER= ports@FreeBSD.org COMMENT= Powerful webserver security scanner for network -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_RUBY= yes USE_RUBY_EXTCONF= yes Modified: head/security/axTLS/Makefile ============================================================================== --- head/security/axTLS/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/axTLS/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${POR MAINTAINER= umq@ueo.co.jp COMMENT= SSL/TLS client/server library implementation -LICENSE= BSD +LICENSE= BSD3CLAUSE OPTIONS_DEFINE= COMPAT_OPENSSL HTTPD TLSWRAP X509 PERL DOCS DEBUG TEST OPTIONS_SINGLE= MODE PROT Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/botan110/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tbz MAINTAINER= lapo@lapo.it COMMENT= Portable, easy to use, and efficient C++ crypto library -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt LATEST_LINK= botan${PKGNAMESUFFIX} Modified: head/security/create-cert/Makefile ============================================================================== --- head/security/create-cert/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/create-cert/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ee.lbl.gov/ MAINTAINER= leres@ee.lbl.gov COMMENT= Create openssl client key and certificates -LICENSE= BSD +LICENSE= BSD3CLAUSE PLIST_FILES= sbin/create-cert \ man/man8/create-cert.8.gz Modified: head/security/gcipher/Makefile ============================================================================== --- head/security/gcipher/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/gcipher/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple encryption tool -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_GNOME= pygnome2 USES= python Modified: head/security/pam_jail/Makefile ============================================================================== --- head/security/pam_jail/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/pam_jail/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.triades.net/dow MAINTAINER= damien.bobillot_pam_jail@m4x.org COMMENT= PAM module dropping users in jails after login -LICENSE= BSD +LICENSE= BSD3CLAUSE SUB_FILES= pkg-message PLIST_FILES= lib/pam_jail.so lib/pam_jail.so.1 man/man8/pam_jail.8.gz Modified: head/security/pam_krb5-rh/Makefile ============================================================================== --- head/security/pam_krb5-rh/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/pam_krb5-rh/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -rh MAINTAINER= zi@FreeBSD.org COMMENT= The Red Hat Pluggable Authentication Module for Kerberos 5 -LICENSE= LGPL21 BSD +LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= dual CONFLICTS= pam_krb5-4.* Modified: head/security/pkesh/Makefile ============================================================================== --- head/security/pkesh/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/pkesh/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.daemonology.net MAINTAINER= cperciva@FreeBSD.org COMMENT= Public Key Encryption SHell script -LICENSE= BSD +LICENSE= BSD2CLAUSE NO_BUILD= yes NO_INSTALL= yes Modified: head/security/py-SecretStorage/Makefile ============================================================================== --- head/security/py-SecretStorage/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/py-SecretStorage/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Store passwords using the SecretService DBus API -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/py-oauthlib/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= RFC-compliant Python implementation of OAuth -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ Modified: head/security/qtkeychain/Makefile ============================================================================== --- head/security/qtkeychain/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/qtkeychain/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -7,7 +7,7 @@ CATEGORIES= security MAINTAINER= 6yearold@gmail.com COMMENT= Platform independent Qt API for storing passwords -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes Modified: head/security/scamp/Makefile ============================================================================== --- head/security/scamp/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/scamp/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= gerard@seibercom.net COMMENT= Download & Install additional definition files for Clamav -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= bash>=4.2.42:${PORTSDIR}/shells/bash \ clamav>=0.97.8:${PORTSDIR}/security/clamav \ Modified: head/security/sshguard/Makefile ============================================================================== --- head/security/sshguard/Makefile Wed Dec 10 13:58:57 2014 (r374457) +++ head/security/sshguard/Makefile Wed Dec 10 14:04:23 2014 (r374458) @@ -3,7 +3,7 @@ PORTNAME= sshguard PORTVERSION= 1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/sshguard-${PORTVERSION}