svn commit: r353077 - in head: . security security/cyassl security/yassl
Pietro Cerutti
gahr at FreeBSD.org
Tue May 6 08:17:00 UTC 2014
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 at 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 at 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
More information about the svn-ports-head
mailing list