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)
downloadports-4f1b8839e309709aceb8f2a22da40060fbc6ba9b.tar.gz
ports-4f1b8839e309709aceb8f2a22da40060fbc6ba9b.zip
Updates to textproc/docproj* ports:
o textproc/docproj-jadetex: - Remove port; functionality is moved to textproc/docproj o textproc/docproj-nojadetex: - Remove extraneous MAINTAINER line - Trim headers o textproc/docproj: - Trim headers - Convert to new options framework - Default to WITH_JADETEX=yes - Make devel/subversion dependency optional while noting it is required for source checkout; this allows us to skip svn and dependencies for release builds - Bump PORTREVISION o Add UPDATING entry explaining who needs to update port origins o Add MOVED entry for textproc/docproj-jadetex
Notes
Notes: svn path=/head/; revision=309945
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