Commit graph

13 commits

Author SHA1 Message Date
Adam Weinberger
54d4090b46 It turns out that letting bsd.squirrelmail.mk define CATEGORIES
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.

So, I've added CATEGORIES back to all the plugins, and bumped
PORTREVISION so that packages with correct origins can be
created.

Thanks to:	Stefan Bethke <stb@lassitu.de>
2013-12-12 01:32:34 +00:00
Adam Weinberger
6ad04afc40 Create a generic PKGMESSAGE, and use it where appropriate.
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk.

For ports with maintainers, I haven't switched you to the new
PKGMESSAGE, but I have corrected paths in pkg-message.in where
necessary. I also got a little over-zealous in cleaning redundant
definitions from the headers. Apologies in advance if this rubs
you the wrong way.
2013-12-08 18:59:35 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
f2af6ec9a8 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 06:06:59 +00:00
Baptiste Daroussin
6b1a4caaa2 CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk inclusion leading to PKGORIGIN not being set when needed.
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR.
Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine

Reported by:	erwin
2013-06-27 06:48:43 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Ion-Mihai Tetcu
d665b2af43 Upate to 2.3.1. Changes:
- Updated for compatibility with SquirrelMail 1.4.18
- Added check for patch in configtest for SquirrelMail versions that require it
- Added some documentation about error that occurs when Compatibility plugin is
missing
- Correctly handle plural forms of success message for custom reporting
mechanism with ngettext
- Minor fix to accomodate Dovecot issue with UIDs that can be bigger than
normal integer values

Obey NOPORTDOCS; but not DOCSDIR, it doesn't make much sense in this case.

Poked by:	portscout
2010-05-22 19:25:13 +00:00
Thomas Abthorpe
f7f3f5b942 - Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained

Requested by:	linimon
Approved by:	portmgr (linimon)
2009-11-10 19:23:06 +00:00
Ion-Mihai Tetcu
305459a6ae Update to 2.2:
Requires: SquirrelMail 1.4.0+, Compatibility 2.0.7+
 Description:
 - Added ability to add any number of extra custom buttons/links, such as
   whitelist or blacklist, etc. See configuration file for details
 - Added new report method: custom PHP callback - sample implementation is
   included, but is ultimately your reponsibility
 - Fixed possible PHP notices caused by unmigrated prefs (v2.0->v2.1+)
 - Fine-tuned some internal logic for when buttons are shown or not
 - Slightly better, more efficient header inspection
 - Fix bug in report-by-email-attachment functionality for 1.4.14+ and 1.5.2+
 - Added ability to decide if spam reports sent as email attachments should be
   stored in user's sent folder or not
 - Added ability to store configuration file in main SquirrelMail config
   directory (must be named "config_spam_buttons.php") (if you want this you
   must do it by hand, the port doens't install it there).

Use bsd.squirrelmail.mk.

Prompted by:	portscout (via miwi@)
2009-02-11 18:56:07 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Ion-Mihai Tetcu
ae86986c57 Fix plugin name in pkg-message. 2008-02-16 23:42:48 +00:00
Ion-Mihai Tetcu
2a873403de Remove wrong comment. 2008-02-16 23:06:00 +00:00
Ion-Mihai Tetcu
eabfc02ffd Add squirrelmail-spam-buttons-plugin 2.1 which provides buttons with
customizable action (for reporting spam, etc.).
2008-02-16 22:48:27 +00:00