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-skem/Makefile
SVNWeb

Number of commits found: 26

Wed, 30 Nov 2022
[ 18:56 Ed Maste (emaste) search for other commits by this committer ]    commit hash:b780076d6947fef9ca36a5b09755fecfbb0805ac  commit hash:b780076d6947fef9ca36a5b09755fecfbb0805ac  commit hash:b780076d6947fef9ca36a5b09755fecfbb0805ac  b780076 
mail/milter-skem: disable date/time nonreproducible build warning

The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR:		267902 [exp-run]
Approved by:	mi
Sponsored By:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37507
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.
Wed, 18 Mar 2020
[ 19:14 mi search for other commits by this committer ] Original commit   Revision:528664
Unbreak. My machine may not be "high availability" with lots of 9s,
but it is almost always up anyway...

Not reported by:	antoine
Wed, 6 Nov 2019
[ 14:00 antoine search for other commits by this committer ] Original commit   Revision:516887 (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
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
Thu, 26 Jan 2017
[ 07:07 mi search for other commits by this committer ] Original commit   Revision:432471
Quickly revert the previous commit -- 1.0.3 is not ready.
[ 00:19 mi search for other commits by this committer ] Original commit   Revision:432463
Upgrade from 1.0.2 to 1.0.3.
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
[ 07:46 dinoex search for other commits by this committer ] Original commit   Revision:409584
- set dependency to libmilter
Wed, 24 Feb 2016
[ 17:50 mi search for other commits by this committer ] Original commit   Revision:409473
Upgrade my little milter from 1.0.1 to 1.0.2:
	* pre-emptively fix compiler warnings from clang-3.8
	* cleanup white-space
	* remove obsolete option (FFR 421, which Sendmail decided not to support)
Tue, 8 Sep 2015
[ 12:07 danfe search for other commits by this committer ] Original commit   Revision:396375
getopt() returns `int' according to the standard, but was assigned to `char'
variable, and this can break the == -1 check.  It works on i386, but not on
PowerPC, where `char' is unsigned by default.

Use variable of correct type (int) to hold the return value of getopt(3).
Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
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.
Sun, 7 Sep 2014
[ 17:42 antoine search for other commits by this committer ] Original commit   Revision:367587
Allow staging as a regular user
Tue, 29 Jul 2014
[ 21:43 adamw search for other commits by this committer ] Original commit   Revision:363399 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Sun, 2 Feb 2014
[ 16:02 miwi search for other commits by this committer ] Original commit   Revision:342323
- Stage support
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)
Wed, 5 Jun 2013
[ 18:24 jgh search for other commits by this committer ] Original commit   Revision:320012
- adoption of optionsNG

Approved by:	portmgr (bapt)
Thu, 1 Apr 2010
[ 07:26 linimon search for other commits by this committer ] Original commit 
Mark as broken on various tier-2 architectures.
Sun, 1 Jan 2006
[ 13:37 trhodes search for other commits by this committer ] Original commit 
Fix build after time_t change.

Requested by:   kris
Apologies to:   mi
Tue, 14 Sep 2004
[ 16:15 mi search for other commits by this committer ] Original commit 
Upgrade from 1.0 to 1.0.1, which fixes the fatal warning on 64-bit systems.

Approved by:    portmgr (marcus)
Sun, 15 Aug 2004
[ 18:42 mi search for other commits by this committer ] Original commit 
For the first time, add a port of my own piece of code...

This milter does not itself filter spam, instead it memorizes the
verdicts issued by your other anti-spam defenses to reduce the system
load and resource consumption, by temporarily rejecting the relays
suspected of spamming (banned) and, optionally, by permanently rejecting
the relays "convicted" of spamming (blacklisted).

The idea is to stem the spam from real spam sources, while reducing the
ill effects of false-positives to merely delaying, rather than rejecting
future messages.

WWW: http://virtual-estates.net/skem/

Number of commits found: 26