- Separate out RUN_DEPENDS and BUILD_DEPENDS.
- Do not hardcode spamd as the user in the RC script.
- Use @stopdaemon.
- Add a patch from upstream that fixes a bug when using MYSQL.
PR: ports/158267
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
without dbus supprort
- Fix build on FreeBSD 8.1, which has a different signature for dlerror(3)
PR: ports/158315
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> (maintainer)
* Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid
false positive warnings. [1]
* Support := in the *_DEPENDS section. [2]
* Make sure we expand DISTNAME to catch potential superfluous uses of it. [3]
* Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4]
* Add the license block check after the MAINTAINER block [5]
* Add a check for use of ${FIND}...${XARGS} ${RM}. [6]
PR: 156164 [1]
155753 [2]
154320 [3]
158305 [5]
157566 [6]
Submitted by: sahil [1]
"Ilya A. Arkhipov" <micro@heavennet.ru> [5]
Reported by: pav [4]
depending on this one will fail if apache22 is set as default
no version bump (apache22 is not the default at the moment)
From the actual git repo:
http://slashcode.git.sourceforge.net/git/gitweb.cgi?p=slashcode/slashcode;a=tree;h=refs/heads/live;hb=live
Install:
Apache: Version 1.3.34 (1.3.33).
Since most of Apache 1.3.x's recent releases included security
fixes, we wouldn't recommend running an earlier version. Slash is
not compatible with Apache 2.x and we have no plans to port to 2.x
(though we aren't excluding the possibility).
mod_perl: Version 1.29.
with hat apache@
. www/mod_perl2 from RUN_DEPENDS (currently port uses only PHP for web);
. security/gnutls from BUILD_DEPENDS (the port is just fine with openssl
from the base system).
Bump PORTREVISION.
Suggested by: Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
broken if apache22 is set as default
- nothing will change for apache20/22 users, all
mod_perl2 ports are already fixed!
- no version bump
with hat apache@
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether
due to limitations in memory, checksumming time, or disk space.
Even without file content tracking, being able to manage files with git,
move files around and delete files with versioned directory trees, and use
branches and distributed clones, are all very handy reasons to use git.
And annexed files can co-exist in the same git repository with regularly
versioned files, which is convenient for maintaining documents, Makefiles,
etc that are associated with annexed files but that benefit from full
revision control.
WWW: http://git-annex.branchable.com/
PR: ports/157077
Submitted by: frase at frase.id.au
RFC 5804. Historically, this was MANAGESIEVE as implemented by timsieved in
Cyrus IMAP.
This is not yet fully compatible with RFC 5804, but is moving towards that from
the timsieved baseline; some issues to be worked on are documented in the
"TODO" file.
sieve-connect speaks ManageSieve and supports TLS for connection privacy and
also authentication if using client certificates. sieve-connect will use SASL
authentication; SASL integrity layers are not supported, use TLS instead.
GSSAPI-based authentication should generally work, provided that client and
server can use a common underlaying protocol. If it doesn't work for you,
please report the issue.
sieve-connect is designed to be both a tool which can be invoked from scripts
and also a decent interactive client. It should also be a drop-in replacement
for "sieveshell", as supplied with Cyrus IMAP.
WWW: http://people.spodhuis.org/phil.pennock/software/
PR: ports/157077
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>