aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-login_notes-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Utilise common bsd.squirrelmail.mkThomas Abthorpe2010-06-071-7/+3
| | | | | | | | | | - 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-1/+3
| | | | | | | | | | | | - 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
* - 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
* - Update to 1.2Thomas Abthorpe2008-06-094-71/+28
| | | | | | | | | | | - Utilise bsd.squirrelmail.mk PR: ports/124268 Submitted by: self Approved by: Gerrit Beine (maintainer) Notes: svn path=/head/; revision=214550
* 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
* - fix COMMENTIon-Mihai Tetcu2006-09-082-2/+2
| | | | | | | | | | - don't try to remove %%SQUIRRELDIR%%/plugins/login_notes/ if not empty PR: ports/102994 Submitted by: Gerrit Beine (maintainer) Notes: svn path=/head/; revision=172578
* This plugin allows you to place text and/or images on the top and/or bottomPav Lucistnik2006-03-205-0/+98
of the login screen. It also serves as a good introduction to how to write a simple SquirrelMail plugin. WWW: http://www.squirrelmail.org PR: ports/93154 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=157794