From owner-svn-ports-all@FreeBSD.ORG Tue May 6 08:17:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABC23807; Tue, 6 May 2014 08:17:00 +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 7F455250; Tue, 6 May 2014 08:17:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s468H0HI071203; Tue, 6 May 2014 08:17:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s468GxnZ071193; Tue, 6 May 2014 08:16:59 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405060816.s468GxnZ071193@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 6 May 2014 08:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353077 - in head: . security security/cyassl security/yassl 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.18 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: Tue, 06 May 2014 08:17:00 -0000 Author: gahr Date: Tue May 6 08:16:59 2014 New Revision: 353077 URL: http://svnweb.freebsd.org/changeset/ports/353077 QAT: https://qat.redports.org/buildarchive/r353077/ Log: - Move security/yassl to security/cyassl in preparation for the import of the real yassl package. Approved by: maintainer Added: head/security/cyassl/ - copied from r353073, head/security/yassl/ Deleted: head/security/yassl/ Modified: head/MOVED head/UPDATING head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 6 07:53:32 2014 (r353076) +++ head/MOVED Tue May 6 08:16:59 2014 (r353077) @@ -6091,3 +6091,4 @@ graphics/gimp-gap||2014-05-05|Broken wit games/gnome-games-extra-data||2014-05-05|Not used in GNOME 3. audio/libshout2|audio/libshout|2014-05-05|Use audio/libshout instead devel/bsdlibdwarf||2014-05-06|Has expired: Outdated, included in all supported versions of FreeBSD +security/yassl|security/cyassl|2014-05-06|Moved to match upstream name Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 6 07:53:32 2014 (r353076) +++ head/UPDATING Tue May 6 08:16:59 2014 (r353077) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140506: + AFFECTS: users of security/yassl + AUTHOR: gahr@FreeBSD.org + + security/yassl was moved to security/cyassl to match the original package + name. Please do the following according to package manager used. + + # portmaster -o security/cyassl security/yassl + or + # portupgrade -fo security/cyassl security/yassl + or + # pkg set -o security/yassl:security/cyassl + 20140505: AFFECTS: users of databases/libiodbc AUTHOR: bapt@FreeBSD.org Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue May 6 07:53:32 2014 (r353076) +++ head/security/Makefile Tue May 6 08:16:59 2014 (r353077) @@ -92,6 +92,7 @@ SUBDIR += cryptopp SUBDIR += cryptstring SUBDIR += cvm + SUBDIR += cyassl SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb @@ -1019,7 +1020,6 @@ SUBDIR += yafic SUBDIR += yapet SUBDIR += yara - SUBDIR += yassl SUBDIR += yersinia SUBDIR += ykclient SUBDIR += ykpers