- default SQUIRREL_PLUGIN_NAME to PORTNAME only if not already deifned
- provide default values for:
CATEGORIES, MASTER_SITES, PKGNAMEPREFIX, PKGNAMESUFFIX
- if ${FILESDIR}/pkg-message.in exists, add it to SUB_FILES and set
SQUIRREL_PLUGIN_NAME to the right value in SUB_LIST
- introduce USE_SM_COMPAT;
if defined, RUN_DEPEND on mail/squirrelmail-compatibility-plugin
for the old (v1) compat plugin you still need to depends by hand (since it's
expected to go away shortly)
- bug-fix: install in the right place even if the install dir exists.
Approved by: maintainer (on IRC)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Assume maintainership
- Add bsd.squirrelmail.mk, a common include framework for plugins
- Thanks to Simon for his maintainership
- Thanks to jadawin@, miwi@, itetcu@ and Neil Darlow for testing and
feedback on bsd.squirrelmail.mk
PR: ports/124027
Submitted by: Simon Dick <simond irrelevant.org>
* Some security fixes (see below)
* Small enhancements
* A collection of bugfixes and stability enhancements
PR: 112548
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Approved by: portmgr (marcus)
Security: http://www.vuxml.org/freebsd/0e575ed3-0764-11dc-a80b-0016179b2dd5.html
Submitted by Harold Paulson <haroldp@internal.org>
- Add dependeny on pear-DB if database support is enabled
Submitted by Andryan <andryan@makeworld.net>
PR: ports/74850
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Users of 1.4.3 are urged to upgrade, as this fix nasty memory exhaustion
bug in 1.4.3
PR: ports/67526
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
Installation of mail/squirrelmail places the ports documentation
in PREFIX/squirrelmail, and you are not able to not install
the documentation with NOPORTDOCS.
- installs all documentation to the DOCSDIR directory
- fixes security of the port by moving the attachment
and user preferences out of the web servers document
root (moves default data_dir & attachment_dir from
SQUIRRELDIR/data to sub-directorys under
/var/spool/squirrelmail) as recommended on the
SquirrelMail web site.
- adds a periodic/daily script to clean the attachment
directory of abandoned files (disabled by default)
- location of squirrelmail can be set by either defining
SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing
the port.
- BENTO FIX: The /var/spool/squirrelmail directory is
created by pkg-install, but it wasn't being uninstalled.
Connditionalized the creation of this directory depending
on how the BATCH variable is set. A message in pkg-deinstall
advises the port user to remove it if no longer needed.
PR: ports/50840
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Approved by: Maintainer timeout
- modified port mail/squirrelmail to allow a slave port
- added CONFLICTS for mail/squirrelmail and japanese/squirrelmail
PR: 58280
Submitted by: Masafumi Otsune <info@otsune.com>
Approved by: marcus (mentor)