aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-06-22 21:20:07 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-06-22 21:20:07 +0000
commite2c00e7ea64662a12b0cd4b2d78ea519ba5b22e8 (patch)
tree467714c054ab10522fa2ef04bd80e9623b2ac3ec /UPDATING
parenteccc66583e6c92bc2a786fdfb92663566bfdb1f1 (diff)
downloadports-e2c00e7ea64662a12b0cd4b2d78ea519ba5b22e8.tar.gz
ports-e2c00e7ea64662a12b0cd4b2d78ea519ba5b22e8.zip
Belatedly add an entry in UPDATING for www/magento.
PR: ports/179267 Submitted by: Melvyn Sopacua <melvyn@magemana.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=321593
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cb6203146ae8..f2bd4e16721e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,30 @@ 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.
+20130623:
+ AFFECTS: users of www/magento
+ AUTHOR: melvyn@magemana.nl
+
+ Magento has been updated to 1.7.0.2 on 2013-06-03. With it a stricter file
+ system policy is enforced on the port. If you (or your customer) rely heavily
+ on Magento Connect via the backend to install extensions, your quickfix is:
+
+ # chown -R www: ${PREFIX}/www/magento
+ # chmod -R u+w ${PREFIX}/www/magento
+
+ The more conservative approach:
+ # chown -R www: ${PREFIX}/www/magento/app/code/{local,community} \
+ ${PREFIX}/www/magento/app/{design,locale} \
+ ${PREFIX}/www/magento/{downloader,skin}
+
+ # chmod -R u+w ${PREFIX}/www/magento/app/code/{local,community} \
+ ${PREFIX}/www/magento/app/{design,locale} \
+ ${PREFIX}/www/magento/{downloader,skin}
+
+ The conservative aproach will alert you to extensions that try to write in
+ Magento core, while allowing clean extensions to install properly (corner
+ cases may exist).
+
20130619:
AFFECTS: users of devel/subversion
AUTHOR: ohauer@FreeBSD.org