- while here depend on pkgnames for dependencies, fix WWW address
and shorten mastersite
PR: 175206
Submitted by: yasu@utahime.org
Approved by: maintainer, info@otsune.com
- Use the abbrev. name in MASTER_SITES
- Give maintainership to submitter
PR: ports/175203
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Georg Graf <georg@graf.priv.at> (maintainer)
is real name, mail address and password. Their mail client and automx will
safely handle the rest.
automx runs on your server and handles mail account profile requests from
your mail clients. Put an end to endless phone calls trying to coach users to
configure settings, whose dialogs they can't find. Stop wasting your time
writing Tutorials nobody reads.
automx unifies Microsofts and Mozillas mail account provisioning standards in
one powerful Open Source tool. Choose from many backends, including LDAP and
SQL, and let automx create standard and individualized profiles for multiple
domains on the fly!
WWW: http://www.automx.org/en/
- Update to 6.3.24
- Switch to OptionsNG
- Remove unused variables: PATCH_STRIP, MAKE_ENV
- Rearrange ordering of some sections
- Use PORTDOCS to handle document list instead of pkg-plist
- Alter pkg-plst to make portlint(1) happier
- Cleanup TABs
- Set USE_PYTHON_RUN only if X11 option is set.
- Rename files/fetchmailconf to files/fetchmailconf.in,
add it into SUB_FILES, and make the corresponding change in
pre-patch target.
- The `fetchmailconf' wrapper will only be installed when X11
option is unset, otherwise we use the native wrapper which will
directly call the script under PYTHON_SITELIBDIR.
- Add %%X11%% and %%NOX11%% prefix to PLIST_SUB.
Changes by Corey Halpin (maintainer):
- Update MASTER_SITES
PR: 174873
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Corey Halpin (maintainer)
- Remove leftover SSL option [2]
- Use more standard LDAP option instead of OPENLDAP [2]
- Use new generic NIS description and drop "backend" from
GDBM description so it looks like the other database options
- Bump PORTREVISON due to MLINKS change
Reported by: Redports QAT [1], bapt [2]
- tighten COMMENT
- depend on package name for libvc
- use PORTDOCS and PLIST_FILES in favor of plist
- adopt optionsNG for DOCS and show installation of files
- take maintainership
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2]
SO 1024 sometimes give back new headers with '\r\n' as the end of line
delimiter. Such result should be treated properly to avoid adding extra
'\n' to the message headers and turning some of them into body.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info>