aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-06-19 21:30:24 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-06-19 21:30:24 +0000
commitdbd08f4f3210d4ffbde965515de2a962c057f4be (patch)
treed644499fe9fd5e51c1659f2072936b8422f6f705 /UPDATING
parenta0a84034c4592779293821f4807accc67e07779f (diff)
downloadports-dbd08f4f3210d4ffbde965515de2a962c057f4be.tar.gz
ports-dbd08f4f3210d4ffbde965515de2a962c057f4be.zip
-Add UID/GID and config data change in net-p2p/transmission-daemon.
-Minor clean up.
Notes
Notes: svn path=/head/; revision=236348
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 17 insertions, 6 deletions
diff --git a/UPDATING b/UPDATING
index 3f9c9f144e69..73ff5e0aabb3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,18 +6,29 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20090619:
+ AFFECTS: users of net-p2p/transmission-daemon
+ AUTHOR: mezz@FreeBSD..org
+
+ The UID/GID of transmission has been changed from 919 to 921. The data
+ configure has been changed from ${PREFIX}/etc/transmission/home/.config
+ to ${PREFIX}/etc/transmission/home. To update the UID/GID:
+
+ # pw groupmod transmission -g 921
+ # pw usermod transmission -u 921 -g 921
+
20090618:
AFFECTS: users of www/p5-Catalyst
AUTHOR: pgollucci@FreeBSD..org
- Most applications and plugins should run unaltered on Catalyst 5.80.
+ Most applications and plugins should run unaltered on Catalyst 5.80.
- However, a lot of refactoring work has taken place, and several changes
- have been made which could cause incompatibilities. If your application
- or plugin is using deprecated code, or relying on side effects, then you
- could have issues upgrading to this release.
+ However, a lot of refactoring work has taken place, and several changes
+ have been made which could cause incompatibilities. If your application
+ or plugin is using deprecated code, or relying on side effects, then you
+ could have issues upgrading to this release.
- http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod
+ http://search.cpan.org/~mramberg/Catalyst-Runtime-5.80005/lib/Catalyst/Upgrading.pod
20090617:
AFFECTS: users of emulators/virtualbox