diff options
author | gjb <gjb@FreeBSD.org> | 2013-01-05 08:41:31 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-01-05 08:41:31 +0800 |
commit | b1889e084c861b0da57b2a903791a23897440972 (patch) | |
tree | d0fa446f9d297f530b8d49df7057f34bd9e39c07 /UPDATING | |
parent | 520cc5351034ac728cce00c02c4d36b5f8e79c3d (diff) | |
download | freebsd-ports-gnome-b1889e084c861b0da57b2a903791a23897440972.tar.gz freebsd-ports-gnome-b1889e084c861b0da57b2a903791a23897440972.tar.zst freebsd-ports-gnome-b1889e084c861b0da57b2a903791a23897440972.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -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 |