Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2_2 01 Sep 2014 21:26:00
  |
bapt  |
Remove non staged ports without pending PR from ma* |
0.2_2 17 Aug 2014 15:59:41
  |
tijl  |
mail/libspf2:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
(Also some white space fixes in dependent ports)
Approved by: portmgr (implicit, bump unstaged port) |
0.2_1 29 Jul 2014 18:41:17
  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.2_1 13 Jul 2014 23:36:40
  |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
0.2_1 04 Jul 2014 09:12:57
  |
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.2_1 21 Feb 2014 13:37:57
  |
ehaupt  |
Remove trailing whitespaces from category mail |
0.2_1 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.2_1 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.2_1 10 Jul 2013 13:12:04
  |
bapt  |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers |
0.2_1 27 May 2013 16:06:02
  |
bapt  |
Fix build on HEAD by adding USE_GCC=any (uses nested functions) |
0.2_1 15 Mar 2013 22:03:43
  |
bdrewery  |
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr |
0.2_1 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
0.2_1 29 Oct 2008 12:50:04
 |
mnag  |
- Bump PORTREVISION due to libspf2 update
- Change lib dependency |
0.2 10 Mar 2008 00:52:12
 |
lippe  |
- Change my mail address to lippe@.
Approved by: araujo (mentor) |
0.2 18 Dec 2007 16:31:11
 |
miwi  |
- Update maintainer mail adress
PR: 118787
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer) |
0.2 21 Oct 2007 18:35:12
 |
araujo  |
When an SMTP session starts, xf-spf is expected to be forked from
qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes
gets all enviroment variables which were available for the parent process
(qmail-smtpd).
PR: ports/116332
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Approved by: stas (mentor) |