non port: mail/squirrelmail/bsd.squirrelmail.mk |
SVNWeb
|
Number of commits found: 26 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 135fdee (Only the first 10 of 2028 ports in this commit are shown above. )
all: Remove all other $FreeBSD keywords.
|
Thu, 3 May 2018
|
[ 12:42 mat ]
flavorize squirrelmail*
|
Fri, 13 Jan 2017
|
[ 16:54 mat ] (Only the first 10 of 46 ports in this commit are shown above. )
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 30 Oct 2016
|
[ 16:19 adamw ]
Update squirrelmail to 20161030 sources, which most notably brings
much better php70 support. The optional database backend has switched
from PEAR to PDO, so include an UPDATING note about it.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 3 Aug 2015
|
[ 20:10 amdmi3 ]
- Add NO_ARCH for main/squirrelmail and all its plugins
PR: 202065
Submitted by: amdmi3
Approved by: adamw (maintainer)
|
Tue, 24 Mar 2015
|
[ 19:16 adamw ]
Update squirrelmail* to 20150324, and clean up permission/owner handling in
the plists.
Also, avoid registering plugins during package build. It only makes sense to
run the registration on end-user machines, and running it during package
building
leads to a stagedir violation, as noted in [1].
PR: 198044 [1]
Submitted by: amdmi3
|
Sat, 24 Jan 2015
|
[ 15:07 antoine ] (Only the first 10 of 54 ports in this commit are shown above. )
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package
|
Thu, 28 Aug 2014
|
[ 15:31 adamw ]
Change USE_PERL5 from install to run. It needs to be present for the actual
pkg installation now, not just the install target.
|
[ 15:16 adamw ] (Only the first 10 of 31 ports in this commit are shown above. )
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.
|
[ 14:21 adamw ]
Fix staging errors that broke all plugins in ports, but worked in pkg.
|
Thu, 17 Jul 2014
|
[ 12:26 adamw ]
Clean up Makefiles.
|
Tue, 18 Feb 2014
|
[ 12:40 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Stage support
- While here cleanup some whitespaces / dependencys
|
Thu, 12 Dec 2013
|
[ 01:32 adamw ] (Only the first 10 of 32 ports in this commit are shown above. )
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>
|
Sun, 8 Dec 2013
|
[ 18:59 adamw ] (Only the first 10 of 53 ports in this commit are shown above. )
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.
|
Mon, 21 Oct 2013
|
[ 01:52 adamw ]
Remove php-5.3 restriction.
|
Thu, 8 Nov 2012
|
[ 16:27 adamw ]
Prevent PREFIX from making its way into the plist for plugins.
This broke package builds of squirrelmail plugins.
Feature safe: yes
|
Mon, 5 Nov 2012
|
[ 21:51 adamw ]
Make sure plugins use the same php version as the main squirrelmail
port. This is an issue for packages, where dependencies are computed
before other dependencies are installed.
While we're at it, remove the vestigial WITHOUT_WWWDIR thing. I'm
just assuming noone uses it, and if you do, then you can set
SQUIRRELDIR= as noted in the file---this is the same setting used in
the main squirrelmail port.
Feature safe: yes
|
Sat, 22 May 2010
|
[ 19:16 itetcu ]
Allow pre-everything, do-install and post-install targets to be redefined by
the ports that use this framework.
|
Tue, 2 Feb 2010
|
[ 03:25 tabthorpe ]
- Set USE_PHP?= yes, so selected PHP modules can override setting
PR: ports/143447
Submitted by: Darren Pilgrim <darren.pilgrim gmail.com>
|
Tue, 10 Nov 2009
|
[ 19:23 tabthorpe ] (Only the first 10 of 11 ports in this commit are shown above. )
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- 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)
|
Wed, 11 Feb 2009
|
[ 18:51 itetcu ]
Enhance bsd.squirrelmail.mk:
- default SQUIRREL_PLUGIN_NAME to PORTNAME only if not already deifned
- provide default values for:
CATEGORIES, MASTER_SITES, PKGNAMEPREFIX, PKGNAMESUFFIX
- if ${FILESDIR}/pkg-message.in exists, add it to SUB_FILES and set
SQUIRREL_PLUGIN_NAME to the right value in SUB_LIST
- introduce USE_SM_COMPAT;
if defined, RUN_DEPEND on mail/squirrelmail-compatibility-plugin
for the old (v1) compat plugin you still need to depends by hand (since it's
expected to go away shortly)
- bug-fix: install in the right place even if the install dir exists.
Approved by: maintainer (on IRC)
|
Fri, 5 Dec 2008
|
[ 04:10 tabthorpe ]
- Update to 1.4.17
Security:
http://www.vuxml.org/freebsd/d1ce8a4f-c235-11dd-8cbc-00163e000016.html
|
Tue, 2 Sep 2008
|
[ 18:22 tabthorpe ]
- Fix common include
- This is a no-op on the build cluster, no bump required
PR: ports/126901
Submitted by: Petr Rehor <prehor gmail.com>
|
Tue, 3 Jun 2008
|
[ 15:30 tabthorpe ]
- Change config check, otherwise there is leftovers in plugins
Notified by: ionbot
|
[ 13:41 tabthorpe ]
- Update to 1.4.15
- Assume maintainership
- Add bsd.squirrelmail.mk, a common include framework for plugins
- Thanks to Simon for his maintainership
- Thanks to jadawin@, miwi@, itetcu@ and Neil Darlow for testing and
feedback on bsd.squirrelmail.mk
PR: ports/124027
Submitted by: Simon Dick <simond irrelevant.org>
|
Number of commits found: 26 |