aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-26 15:43:09 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-26 15:43:09 +0000
commit089463050a5e448ddefde0caedf053739c9d4696 (patch)
tree66e5c2057d5b19663c2534bd995e9e4bd7e28a11 /UPDATING
parent47092a357183baee44782ae400728a01f56692ee (diff)
downloadports-089463050a5e448ddefde0caedf053739c9d4696.tar.gz
ports-089463050a5e448ddefde0caedf053739c9d4696.zip
- Split deskutils/strigi port on libraries, client, daemon and utilities.
deskutils/strigi is a meta port now - USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer
Notes
Notes: svn path=/head/; revision=315308
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f80d63dcb96a..1841e1d34615 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20130204:
+ AFFECTS: users of deskutils/strigi
+ AUTHOR: makc@FreeBSD.org
+
+ Strigi port has been split on libraries, client, daemon, and utilities.
+ Manual update is required:
+
+ # cd /usr/ports/deskutils/strigi && make deinstall && \
+ make clean && make install clean
+
20130323:
AFFECTS: users of archivers/libarchive
AUTHOR: glewis@FreeBSD.org