aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-26 01:23:30 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-26 01:23:30 +0000
commitfc09260dd0008d339b6db4c3fd976b8c8be5d04e (patch)
treee1abf945027a116bf35343442790cc6165766c24 /UPDATING
parentbe619cfd1c538f44de2a90d944bbe5acfcf511c1 (diff)
downloadports-fc09260dd0008d339b6db4c3fd976b8c8be5d04e.tar.gz
ports-fc09260dd0008d339b6db4c3fd976b8c8be5d04e.zip
- state the update of devel/p5-gearmand to devel/p5-Gearman-Server
Pointhat to: clsung (myself) PR: ports/116050
Notes
Notes: svn path=/head/; revision=200120
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6bc0f4562ce7..32cf26f3df7f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070926:
+ AFFECTS: users of devel/p5-gearmand
+ AUTHOR: clsung@FreeBSD.org
+
+ The port p5-gearmand has been splited up, so Gearman servers can
+ be embedded into other processes. The Gearman::Server class is
+ located at devel/p5-Gearman-Server, if you have devel/p5-gearmand
+ installed, perform an upgrade devel/p5-Gearman-Server with a
+ command like:
+
+ # portupgrade -o devel/p5-Gearman-Server devel/p5-gearmand
+
20070923:
AFFECTS: users of emulators/linux_base-fc7
AUTHOR: bsam@FreeBSD.org