aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-01-05 00:41:31 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-01-05 00:41:31 +0000
commit4f1b8839e309709aceb8f2a22da40060fbc6ba9b (patch)
treed0fa446f9d297f530b8d49df7057f34bd9e39c07 /UPDATING
parente022e92dd64d63f93502283d34b238e317597034 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING32
1 files changed, 32 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5dd90017bb51..2905ca69ca20 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,38 @@ 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.
+20120103:
+ AFFECTS: users of textproc/docproj*
+ AUTHOR: doceng@FreeBSD.org
+
+ textproc/docproj no longer requires WITH_JADETEX to be set to 'yes' or
+ 'no', and by default, will enable the JADETEX dependencies.
+
+ The textproc/docproj-jadetex port has been removed as a result of this
+ change.
+
+ Users that have installed textproc/docproj and have set
+ WITH_JADETEX=no during compile time should update the package origin
+ to use textproc/docproj-nojadetex:
+
+ # portmaster -o textproc/docproj textproc/docproj-nojadetex
+ or
+ # portupgrade -fo textproc/docproj textproc/docproj-nojadetex
+ or
+ # pkg set -o textproc/docproj-nojadetex:textproc/docproj
+
+ Users that have installed textproc/docproj-jadetex should update the
+ package origin to use the textproc/docproj port:
+
+ # portmaster -o textproc/docproj textproc/docproj-jadetex
+ or
+ # portupgrade -fo textproc/docproj textproc/docproj-jadetex
+ or
+ # pkg set -o textproc/docproj-jadetex:textproc/docproj
+
+ Users that have installed textproc/docproj and have set
+ WITH_JADETEX=yes will not need to make any changes.
+
20130103:
AFFECTS: users of audio/baresip
AUTHOR: crees@FreeBSD.org