aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-pupdate-plugin
Commit message (Collapse)AuthorAgeFilesLines
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-1/+1
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* Remove deprecated @dirrm's from pkg-plistPawel Pekala2016-01-021-3/+0
| | | | Notes: svn path=/head/; revision=405092
* Move plugin installation into the plist, rather than post-install, soAdam Weinberger2014-08-281-4/+3
| | | | | | | | | 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-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-7/+5
| | | | | | | | | | | | | 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-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-62/+2
| | | | | | | | | | - 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-8/+13
| | | | | | | | | | | | - Move toward new SM plugin configuration standard - Compat plugin not required, remove reference - Bump PORTREVISION PR: 110310 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=187509
* Checks for updates to your currently running plugins by parsing theRenato Botelho2006-07-045-0/+112
SM site, and gives a description of any recent changes that have been made to the plugin. Also displays the current stable version of SM and lets you know what version of SM you are running. WWW: http://www.squirrelmail.org/plugin_view.php?id=68 PR: ports/99563 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=166942