aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-12-09 03:58:49 +0800
committerade <ade@FreeBSD.org>2010-12-09 03:58:49 +0800
commit827c6381d11bd79a10cffc8155bc2913200b45da (patch)
tree055d5b4b4fa27cce7f391d5dad608380754ba127 /UPDATING
parent5229407736453559e6a3641ba620dee33f92c002 (diff)
downloadfreebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz
freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst
freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.zip
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d6e49a0bb210..67e573342cd9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+20101208:
+ AFFECTS: autotools
+ AUTHOR: autotools@FreeBSD.org
+
+ Another stage in the autotools cleanup that reduces tree churn whilst
+ updating components, a number of ports have now moved to non-versioned
+ locations since there is now only the concept of legacy and current
+ versions.
+
+ # portmaster -o devel/autoconf devel/autoconf268
+ # portmaster -o devel/automake devel/automake111
+ # portmaster -o devel/libtool devel/libtool22
+ # portmaster -o devel/libltdl devel/libltdl22
+
+ substitute 'portupgrade' for 'portmaster' accordingly if that's your
+ your upgrade tool of choice.
+
20101205:
AFFECTS: users of www/py-flexget
AUTHOR: lioux@FreeBSD.org