aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-email_footer-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Drop @dirrm* from plistDmitry Marakasov2015-08-031-4/+0
| | | | Notes: svn path=/head/; revision=393498
* Move plugin installation into the plist, rather than post-install, soAdam Weinberger2014-08-281-3/+2
| | | | | | | | | that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this. Notes: svn path=/head/; revision=366415
* - 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-0/+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/+6
| | | | | | | | | | | | | 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-1/+1
| | | | Notes: svn path=/head/; revision=327647
* CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after ↵Baptiste Daroussin2013-06-271-7/+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
* - Update to 0.6Thomas Abthorpe2011-11-213-80/+36
| | | | | | | | | - Take maintainership Feature safe: yes Notes: svn path=/head/; revision=286175
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Reassign maintainer to ports@FreeBSD.org.Wesley Shields2009-04-121-1/+1
| | | | | | | | PR: ports/133659 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=232215
* 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 0.5Thomas Abthorpe2008-05-043-6/+7
| | | | | | | | PR: ports/123294 Submitted by: Gerrit Beine <gerrit.beine gmx.de> (maintainer) Notes: svn path=/head/; revision=212613
* - Use correct portname in pkg-messageThomas Abthorpe2008-04-072-2/+3
| | | | | | | | | | | - Bump PORTREVISION PR: ports/121980 Submitted by: Edmondas Girkantas <eg fbsd.lt> Approved by: maintainer timeout Notes: svn path=/head/; revision=210706
* - Fix descriptionPav Lucistnik2006-03-202-6/+4
| | | | Notes: svn path=/head/; revision=157796
* If you have an IMAP server with QUOTA Extension capability, you can usePav Lucistnik2006-03-205-0/+100
this plugin to view the current quota usage (both size and message count), which is displayed just above the folders list. A warning message can also be displayed to users upon login if desired. If no quota is set, nothing is displayed. WWW: http://www.squirrelmail.org PR: ports/93148 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=157788