aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2014-05-06 10:09:00 +0000
committerRomain Tartière <romain@FreeBSD.org>2014-05-06 10:09:00 +0000
commit2dd0a1edeb224504254e461e7fb0eae3be114a37 (patch)
tree943fe2c75b6271fb6dd6bfae0dcbfe04fbecfcf5 /UPDATING
parent3f890c31c6cc8651ac19a1d102dcfbcafb48d038 (diff)
downloadports-2dd0a1edeb224504254e461e7fb0eae3be114a37.tar.gz
ports-2dd0a1edeb224504254e461e7fb0eae3be114a37.zip
Update to 1.0.10.
- Rework pkgng detection [1,2]; - Add support for source+ syntax [2]; - Modernize poudriere ports tree locations [2]. PR: ports/177180 [1] Submitted by: Beeblebrox <zaphod@berentweb.com> [1], Creaky <whatexercise@gmail.com> [2]
Notes
Notes: svn path=/head/; revision=353082
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ff59d22ab32c..e0a3f29678ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20140506:
+ AFFECTS: users of ports-mgmt/portshaker
+ AUTHOR: romain@FreeBSD.org
+
+ ports-mgmt/portshaker was updated to avoid creating an aditional 'ports'
+ subdirectory when merging to a poudriere_tree without ZFS, so that
+ portshaker's default location matches poudriere's default location.
+
+ Users of poudriere on non-ZFS systems should not anymore have to pass extra
+ options to poudriere for it to find the ports tree.
+
+20140506:
AFFECTS: users of security/yassl
AUTHOR: gahr@FreeBSD.org