Commit graph

12 commits

Author SHA1 Message Date
Adam Weinberger
e1630922bd Move plugin installation into the plist, rather than post-install, so
that it will work when installed from binary pkg.

Bump PORTREVISION on all plugins for this.
2014-08-28 15:16:49 +00:00
Martin Wilke
afba853254 - Stage support
- While here cleanup some whitespaces / dependencys
2014-02-18 12:40:01 +00:00
Adam Weinberger
54d4090b46 It turns out that letting bsd.squirrelmail.mk define CATEGORIES
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>
2013-12-12 01:32:34 +00:00
Adam Weinberger
c1d881f9bd Instead of forcing a new name everywhere else, just set PORTNAME
to the actual name.

PORTREVISION bump also for the prior pkg-plist modification as the
sample config filename changed.
2013-12-08 19:07:50 +00:00
Adam Weinberger
6ad04afc40 Create a generic PKGMESSAGE, and use it where appropriate.
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.
2013-12-08 18:59:35 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Thomas Abthorpe
59f9e4136e - Reassign to the heap, I haven't used squirrelmail in a long time 2013-09-19 19:36:27 +00:00
Baptiste Daroussin
6b1a4caaa2 CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .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
2013-06-27 06:48:43 +00:00
Thomas Abthorpe
10757b20e2 - Utilise common bsd.squirrelmail.mk
- Add LICENSE
- No PORTREVISION bump, as there is no change in functionality

Requested by:	itetcu
2010-06-07 20:33:22 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
8071f9451a - Pass maintainership to tabthorpe@ (he like squirrelmail-*) 2007-09-17 11:59:28 +00:00
Martin Wilke
e7f286d693 Puts a web search box in the left frame that can use a variety of
search engines. Currently supported:

    * Google
    * Google Adsense for Search
    * Yahoo!

  WWW: http://www.squirrelmail.org

Approved by:	krion (mentor)
2006-08-10 19:48:06 +00:00