aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-timeout_user-plugin
Commit message (Collapse)AuthorAgeFilesLines
* It turns out that letting bsd.squirrelmail.mk define CATEGORIESAdam Weinberger2013-12-121-1/+2
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=336240
* PORTREVISION bump for the changed pkg-plist.Adam Weinberger2013-12-081-1/+1
| | | | Notes: svn path=/head/; revision=335924
* Create a generic PKGMESSAGE, and use it where appropriate.Adam Weinberger2013-12-082-4/+9
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=335921
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Reassign to the heap, I haven't used squirrelmail in a long timeThomas Abthorpe2013-09-191-2/+1
| | | | Notes: svn path=/head/; revision=327647
* CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after ↵Baptiste Daroussin2013-06-271-8/+3
| | | | | | | | | | | | .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 Notes: svn path=/head/; revision=321853
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Utilise common bsd.squirrelmail.mkThomas Abthorpe2010-06-071-59/+3
| | | | | | | | | | - Add LICENSE - No PORTREVISION bump, as there is no change in functionality Requested by: itetcu Notes: svn path=/head/; revision=256047
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Fix automatic activationMartin Wilke2007-03-162-6/+11
| | | | | | | | | | | - Move toward new SM plugin configuration standard - Bump PORTREVISION PR: 110311 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=187511
* - Fix typo error in pkg-plistMartin Wilke2007-01-252-2/+3
| | | | | | | | | PR: 108316 Submitted by: Neil Darlow <neil@darlow.co.uk> Approved by: maintainer Notes: svn path=/head/; revision=183304
* This automatically logs a user out if they're idle for a set amountRenato Botelho2006-07-114-0/+92
of time. We define 'idle' as having not refreshed the right-hand frame. The administrator can set a standard time for all users or allow users to set their own timeout values. WWW: http://www.squirrelmail.org/plugin_view.php?id=38 PR: ports/99892 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Notes: svn path=/head/; revision=167487