aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-secure_login-plugin
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-02-181-2/+0
| | | | | | | - While here cleanup some whitespaces / dependencys Notes: svn path=/head/; revision=344880
* 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
* Create a generic PKGMESSAGE, and use it where appropriate.Adam Weinberger2013-12-082-9/+4
| | | | | | | | | | | | | 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326271
* 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-6/+2
| | | | | | | | | | - Add LICENSE - No PORTREVISION bump, as there is no change in functionality Requested by: itetcu Notes: svn path=/head/; revision=256047
* - Use USE_PERL5_RUN instead of USE_PERL5_BUILDThomas Abthorpe2009-11-101-0/+2
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=244081
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 1.4Thomas Abthorpe2008-06-032-62/+5
| | | | | | | | | - Use bsd.squirrelmail.mk framework Notified by: portscout via miwibot Notes: svn path=/head/; revision=214249
* - Fix typo in pkg-message.inThomas Abthorpe2008-04-252-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: ports/123048 Submitted by: Bogdan <bc default.co.yu> Notes: svn path=/head/; revision=211927
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-231-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Update to 1,3Martin Wilke2007-03-013-15/+20
| | | | | | | | | | | - Move to new SM layout - Compatibility-plugin no longer required PR: 109638 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=186257
* - Fix typo error in plistMartin Wilke2007-01-252-2/+3
| | | | | | | | | | | - Bump PORTREVISION PR: 108316 Submitted by: Neil Darlow <neil@darlow.co.uk> Approved by: maintainer Notes: svn path=/head/; revision=183303
* This is a simple plugin to automatically turn on SSL security duringPav Lucistnik2006-06-265-0/+103
login if it hasn't already been requested by the referring hyperlink or bookmark. Primarily this utility is intended to prevent plain text passwords and email contents being transmitted over the internet after people manually enter their server URL without including https://... WWW: http://www.squirrelmail.org/plugin_view.php?id=61 PR: ports/99234 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=166377