diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-30 01:01:30 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-30 01:01:30 +0800 |
commit | 3f0d121164afe949d74b0808d1b04038cb884caf (patch) | |
tree | 148b9331f417dc3b2a017c0f1e5fb37a48f18650 /UPDATING | |
parent | 24c9e8f2e8d9b36e2375e6984f229ba47bdc168a (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |