aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2011-06-23 22:17:38 +0800
committernivit <nivit@FreeBSD.org>2011-06-23 22:17:38 +0800
commit4c79d2610d7f1278c81390e0eda96fbb0482b445 (patch)
treef50f9bb704f24f31afeade04b6fedacb44a58ec7
parentb9fd30284cfc833bfe7d4fb5f5df8f031499a54f (diff)
downloadfreebsd-ports-gnome-4c79d2610d7f1278c81390e0eda96fbb0482b445.tar.gz
freebsd-ports-gnome-4c79d2610d7f1278c81390e0eda96fbb0482b445.tar.zst
freebsd-ports-gnome-4c79d2610d7f1278c81390e0eda96fbb0482b445.zip
- Add a note about databases/py-sqlalchemy
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 98b68751ed65..7694ede1a0ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20110623:
+ AFFECTS: users of databases/py-sqlalchemy
+ AUTHOR: nivit@FreeBSD.org
+
+ The version 0.6 of SQLAlchemy has been moved to databases/py-sqlalchemy06,
+ while the port databases/py-sqlalchemy now holds the series 0.7.X.
+ To update the installed port run the command
+
+ # portmaster -o databases/py-sqlalchemy06 databases/py-sqlalchemy
+ or
+ # portupgrade -o databases/py-sqlalchemy06 databases/py-sqlalchemy
+
20110620:
AFFECTS: users of net/samba35
AUTHOR: timur@FreeBSD.org