notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/milter-bogom/Makefile
SVNWeb

Number of commits found: 27

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 1 Jul 2018
[ 10:17 dinoex search for other commits by this committer ] Original commit   Revision:473663 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 26 Feb 2016
[ 08:47 dinoex search for other commits by this committer ] Original commit   Revision:409590
- set dependency to libmilter, bump PORTREVISION
Thu, 3 Sep 2015
[ 16:37 amdmi3 search for other commits by this committer ] Original commit   Revision:396018 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
Sat, 16 May 2015
[ 19:10 marino search for other commits by this committer ] Original commit   Revision:386570
mail/milter-bogom: Fix build on systems without base sendmail

There was an attempt to support ports sendmail made, but the attempt
didn't work.  Well, it accidently worked because the compilers looked
for headers and libraries at LOCALBASE/include and LOCALBASE/lib so
the bad LDFLAGS value was ignored.  Fix ports-sendmail LDFLAGS and
explicitly set -I so milter-bogom builds on all compilers.

Approved by:	just fix it
Wed, 25 Mar 2015
[ 11:41 marino search for other commits by this committer ] Original commit   Revision:382203 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
mail category: Remove $PTHREAD_LIBS

Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
Thu, 19 Mar 2015
[ 19:38 marino search for other commits by this committer ] Original commit   Revision:381679
five milter ports: Add or improve support on systems missing sendmail

In some cases no-sendmail support was in place but missing CFLAGS or
LDFLAGS, but in others it needed to be added.  Problems found as a result
of DragonFly removing sendmail from base.

Approved by:	just fix it.
Tue, 15 Jul 2014
[ 16:14 adamw search for other commits by this committer ] Original commit   Revision:361961 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Tue, 15 Apr 2014
[ 09:05 dinoex search for other commits by this committer ] Original commit   Revision:351315
- use STAGEDIR
- drop MAN8PREFIX
- undo silent install
- robust INSTALL
PR:		188068
Approved by:	(Maintainer Timeout)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Mon, 9 May 2011
[ 16:42 bf search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Tue, 1 Dec 2009
[ 20:33 makc search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Chase math/gsl update,
bump PORTREVISION
Fri, 1 Aug 2008
[ 03:17 vs search for other commits by this committer ] Original commit 
Update to 1.9.2

PR:             ports/124154
Submitted by:   maintainer
Thu, 9 Nov 2006
[ 13:28 ache search for other commits by this committer ] Original commit 
Switch to mailnull user as default

PR:             105329
Submitted by:   Victor Balada Diaz <victor@bsdes.net> (maintainer)
Wed, 8 Nov 2006
[ 03:22 ache search for other commits by this committer ] Original commit 
Fix typo in PORTREVISION
[ 03:01 ache search for other commits by this committer ] Original commit 
the boot script evaluated milterbogom_flags before reading the configuration
from rc.conf, so if you changed things like milterbogom_user it will not take
the changes.
This was noticed by Andrey Chernov and he also sent the patch to fix it.

PR:             105262
Submitted by:   Victor Balada Diaz <victor@bsdes.net> (maintainer)
Sun, 5 Nov 2006
[ 13:46 ache search for other commits by this committer ] Original commit 
Update to 1.9

PR:             105143
Submitted by:   Victor Balada Diaz <victor@bsdes.net> (maintainer)
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Fri, 6 Jan 2006
[ 14:09 pav search for other commits by this committer ] Original commit 
- Update to 1.8.2

PR:             ports/91389
Submitted by:   Victor Balada Diaz <victor@bsdes.net> (maintainer)
Mon, 21 Nov 2005
[ 15:40 pav search for other commits by this committer ] Original commit 
- Update to 1.8.1

PR:             ports/89320
Submitted by:   Victor Balada Diaz <victor@bsdes.net> (maintainer)
Tue, 28 Jun 2005
[ 23:43 jylefort search for other commits by this committer ] Original commit 
[1]:
  - Create the bogomilter user with /sbin/nologin as shell and /nonexistent
    as home directory
  - Update the maintainer's email address

Moreover:
  - Unconditionally define PORTDOCS, as ${NOPORTDOCS} is now tested by
    bsd.port.mk
  - Install manual page in ${MAN8PREFIX}

[1]:
PR:             ports/82583
Submitted by:   maintainer
Wed, 25 May 2005
[ 08:12 jylefort search for other commits by this committer ] Original commit 
[1]:
  - Update to 1.7.1
  - Convert the startup script to rcNG
  - Create a bogomilter user

Moreover:
  - Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter
  - Fix the configuration file path in bogom.8
  - Fix the packing list when NOPORTDOCS is defined

PR:             ports/81417 [1]
Submitted by:   maintainer [1]
Tue, 15 Feb 2005
[ 21:25 pav search for other commits by this committer ] Original commit 
Sendmail milter to interface with bogofilter

PR:             ports/77472
Submitted by:   Victor Balada Diaz <victor@alf.dyndns.ws>

Number of commits found: 27