aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabberd/files/patch-sm__mod_iq_time.c
Commit message (Collapse)AuthorAgeFilesLines
* net-im/jabberd: Remove expired portRene Ladan2024-04-301-11/+0
| | | | 2024-04-30 net-im/jabberd: No longer developed as of 2019, consider using net-im/ejabberd
* net-im/jabberd:Martin Matuska2018-10-221-1/+1
| | | | | | | | | - add OpenSSL 1.1 patches from upstream - use autoreconf - make portlint happier Notes: svn path=/head/; revision=482797
* Update net-im/jabberd to 2.4.0Martin Matuska2016-08-281-3/+3
| | | | | | | Add patch for crypt_r() conflict in 12-CURRENT Notes: svn path=/head/; revision=421020
* Update to 2.3.1Matthew Seaman2013-12-151-0/+11
* Staging support * New style LIB_DEPENDS * Use OPTIONS helpers * OPTIONS_SINGLE to select between Cyrus SASL and gsasl * Two new options: EXPERIMENTAL and SUPERCEDED The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes everywhere except for on FreeBSD 10.x, where it's in the base system. The github.org MASTER_SITE a) redirects to a server in the Amazon cloud and b) requires use of HTTPS. (a) implies setting fetch(1) to follow redirects, which is usually frowned upon. However, this pattern is recommended in bsd.sites.mk for use with GitHub. (b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS support there yet. Hence provide a copy of the distfile on http://people.freebsd.org/ as a 2nd MASTER_SITE Approved by: mm (maintainer) Notes: svn path=/head/; revision=336590