Port details |
- sogo2 Groupware server with a focus on scalability and open standards
- 2.4.3 www
=0 2.4.1Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2016-05-02 23:05:11
- Last Update: 2022-05-19 23:27:10
- Commit Hash: de2617c
- Also Listed In: gnustep
- License: GPLv2
- Description:
- SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
WWW: http://sogo.nu/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- sogo[2-4]-activesync
- sogo[3-4]
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/sogo2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/sogo2
- pkg install sogo2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sogo2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651944100
SHA256 (SOGo-2.4.3.tar.gz) = 08e1ed578e602fc0e8923501a887f37646304477c1125b26023e62eead60215c
SIZE (SOGo-2.4.3.tar.gz) = 12319594
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- www/sogo2-activesync
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- gnustep-make>0 : devel/gnustep-make
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- libcurl.so : ftp/curl
- libDOM.so : devel/sope2
- libgnustep-base.so : lang/gnustep-base
- libobjc.so.4.6 : lang/libobjc2
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for sogo2-2.4.3:
ACTIVESYNC=off: Enable support for ActiveSync protocol
===> Use 'make config' to modify these settings
- Options name:
- www_sogo2
- USES:
- gnustep ssl objc
- pkg-message:
- For install:
- SOGo 2 was installed
In order to run the sogo daemon (sogod), you will need to create and configure
the main configuration file, e.g.:
cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf
And to allow the service to run at system startup, add sogod_enable="YES"
in your rc.conf.
If you need to allow email alarms (notifications) for calendar events, copy
the sample credentials file:
cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \
${LOCALBASE}/etc/sogo/ealarms-notify.creds
Then replace the username:password with appropriate credentials for SMTP AUTH
sending capabilities.
Then copy the sample cron executable:
cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Process email reminders every minute
* * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
If you need to automatically purge vacation messages from users sieve scripts,
copy the sample credentials file:
cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
${LOCALBASE}/etc/sogo/expire-autoreply.creds
Then replace the username:password with appropriate credentials for your
IMAP servers' sieve account.
Then copy the sample cron executable:
cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
Then add the following lines to the root users' crontab (crontab -e):
# Vacation messages expiration
# The credentials file should contain the sieve admin credentials (username:passwd)
0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
For more information about using SOGo, visit:
http://www.sogo.nu/downloads/documentation.html
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 May 2022 23:27:10 2.4.3
|
Jose Alonso Cardenas Marquez (acm)  |
www/sogo2: update to 2.4.3
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-2.4.3 |
29 Oct 2021 09:50:18 2.4.1
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
14 Jun 2021 22:15:42 2.4.1
|
Jose Alonso Cardenas Marquez (acm)  |
devel/sope2: www/sogo2: Update to 2.4.1
Security: 69815a1d-c31d-11eb-9633-b42e99a1b9c3 |
19 May 2021 23:11:58 2.4.0 
|
Jose Alonso Cardenas Marquez (acm)  |
- www/sogo2: update to 2.4.0
ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-2.4.0 |
06 Apr 2021 14:31:13 2.3.23_7 
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.3.23_7 
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Feb 2021 05:33:44
2.3.23_7 
|
linimon  |
Mark BROKEN in 13/14 (via latest llvm update). |
14 Feb 2021 23:21:03
2.3.23_7 
|
nc  |
Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports. |
14 Aug 2019 12:25:09
2.3.23_6 
|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
26 Jul 2019 20:46:57
2.3.23_6 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
03 Feb 2019 15:37:58
2.3.23_5 
|
theraven  |
Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version) |
12 Dec 2018 01:35:36
2.3.23_4 
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
26 Sep 2018 15:23:37
2.3.23_3 
|
brooks  |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL |
03 Jun 2018 06:06:50
2.3.23_2 
|
acm  |
- Add CONFLICTS
- Bump PORTREVISION
- Pass maintainership to me
Approved by: maintainer (timeout 21 days) |
27 May 2018 10:56:20
2.3.23_1 
|
antoine  |
Remove duplicate lines from plist |
03 Dec 2017 12:23:54
2.3.23_1 
|
theraven  |
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults. |
02 Nov 2017 02:09:36
2.3.23 
|
acm  |
- Update to 2.3.23
- Remove BROKEN |
01 Sep 2017 18:39:15

|
antoine  |
Mark BROKEN: fails to package
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Latvian.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings
Error: Orphaned:
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Latvian.lproj/Localizable.strings (Only the first 15 lines of the commit message are shown above ) |
21 Aug 2017 13:26:29

|
theraven  |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release. |
04 Aug 2017 04:27:59
2.3.22 
|
acm  |
- Update to 2.3.22
Approved by: maintainer (implicit) |
18 Mar 2017 05:04:48
2.3.20 
|
acm  |
- Update to 2.3.20 |
29 Jan 2017 14:14:05
2.3.19 
|
amdmi3  |
- Fix plist
PR: 216481
Approved by: portmgr blanket |
24 Jan 2017 20:21:57
2.3.19 
|
acm  |
- Update to 2.3.19
Approved by: maintainer (implicit) |
14 Dec 2016 00:44:43
2.3.18 
|
acm  |
- Update 2.3.18
Approved by: maintainer (implicit) |
16 Nov 2016 08:49:47
2.3.17 
|
acm  |
- Update to 2.3.17
Approved by: maintainer (implicit) |
19 Jul 2016 14:01:14
2.3.13_1 
|
acm  |
- Bump PORTREVISION
PR: 211150
Submitted by: Euan Thoms (maintainer) |
13 Jul 2016 13:54:14
2.3.13 
|
amdmi3  |
- Update to 2.3.13
PR: 211066
Submitted by: euan@potensol.com (maintainer) |
10 Jun 2016 19:46:51
2.3.11 
|
acm  |
- Update to 2.3.11
PR: 210012
Submitted by: me
Approved by: maintainer timeout |
19 May 2016 11:09:14
2.3.10 
|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
03 May 2016 00:15:28
2.3.10 
|
acm  |
- Remove ${PORTSDIR} |
02 May 2016 23:04:58
2.3.10 
|
acm  |
- Rename www/sogo to www/sogo2
- Update to 2.3.10
PR: 208406
Submitted by: me
Approved by: maintainer (Euan Thoms <euan at potensol.com>) |