aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorwoodsb02 <woodsb02@FreeBSD.org>2016-10-30 01:01:30 +0800
committerwoodsb02 <woodsb02@FreeBSD.org>2016-10-30 01:01:30 +0800
commit3f0d121164afe949d74b0808d1b04038cb884caf (patch)
tree148b9331f417dc3b2a017c0f1e5fb37a48f18650 /UPDATING
parent24c9e8f2e8d9b36e2375e6984f229ba47bdc168a (diff)
downloadfreebsd-ports-gnome-3f0d121164afe949d74b0808d1b04038cb884caf.tar.gz
freebsd-ports-gnome-3f0d121164afe949d74b0808d1b04038cb884caf.tar.zst
freebsd-ports-gnome-3f0d121164afe949d74b0808d1b04038cb884caf.zip
irc/quassel: split into two ports (client and server)
irc/quassel-core provides the server back-end. irc/quassel provides the client front-end. irc/quassel can also be built with the MONO option enabled to also install the client and server combined into a single monolithic binary. Submitted by: Chris Rees <crees@physics.org> (in part) Approved by: adamw (mentor, implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 91694612995a..57a76ff2e114 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20161029:
+ AFFECTS: users of irc/quassel
+ AUTHOR: woodsb02@freebsd.org
+
+ Quassel is now split into two ports / packages; one for providing
+ the server backend (irc/quassel-core), and one for providing the
+ client front-end (irc/quassel). Alternatively, the irc/quassel
+ port can be built with the MONO option enabled to also install
+ the client and server combined into a single monolithic binary.
+
20161028:
AFFECTS: users of security/openssl and security/openssl-devel
AUTHOR: brnrd@freebsd.org