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

Number of commits found: 37

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
Sat, 13 Feb 2016
[ 09:03 dinoex search for other commits by this committer ] Original commit   Revision:408774 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
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, 30 May 2015
[ 23:23 bapt search for other commits by this committer ] Original commit   Revision:388044
There is no need to chown from install target given the plist will take care of
it
Drop NEED_ROOT
Thu, 21 May 2015
[ 07:06 amdmi3 search for other commits by this committer ] Original commit   Revision:386915
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
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
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.
Mon, 7 Jul 2014
[ 15:31 olgeni search for other commits by this committer ] Original commit   Revision:361099 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Sat, 7 Dec 2013
[ 05:09 dinoex search for other commits by this committer ] Original commit   Revision:335810
- convert LIB_DEPENDS
Sun, 27 Oct 2013
[ 22:29 dinoex search for other commits by this committer ] Original commit   Revision:331810 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- use STAGEDIR
- use OPTIONS_DEFINE
Sat, 21 Sep 2013
[ 11:06 dinoex search for other commits by this committer ] Original commit   Revision:327804 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- fix misplaced NO_STAGE in slaveports and ifdefs
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)
Sat, 26 Jan 2013
[ 16:06 dinoex search for other commits by this committer ] Original commit   Revision:311023 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- cleanup header
- strip shlibversion in depedency
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Sat, 13 Jan 2007
[ 04:16 dinoex search for other commits by this committer ] Original commit 
- use milter framework
Thu, 9 Nov 2006
[ 12:43 dinoex search for other commits by this committer ] Original commit 
- take maintainership
Sat, 10 Apr 2004
[ 17:26 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
Tidy up whitespace.
Thu, 12 Feb 2004
[ 23:53 ache search for other commits by this committer ] Original commit 
Move statedir to /var/spool
Sat, 20 Dec 2003
[ 05:11 ache search for other commits by this committer ] Original commit 
Add optional DO_NOT_DECODE_SUBJECT knob (allows to catch unwanted charsets)
Sun, 16 Nov 2003
[ 14:58 krion search for other commits by this committer ] Original commit 
- Update to version 1.7b

PR:             59333
Submitted by:   Ports Fury
Sun, 12 Oct 2003
[ 02:34 ache search for other commits by this committer ] Original commit 
Move socket from /usr/local/var/sentinel to /var/sentinel
(we don't have /usr/local/var). Remember to rebuild /etc/mail/*.mc
Fri, 26 Sep 2003
[ 20:19 ache search for other commits by this committer ] Original commit 
Add LDFLAGS, re-arrange CFLAGS
[ 20:15 ache search for other commits by this committer ] Original commit 
Allow building with sendmail from ports
Sun, 7 Sep 2003
[ 14:09 ache search for other commits by this committer ] Original commit 
Add pkg-message about INPUT_MAIL_FILTER
Check for libmilter.a presence
Remove 000. prefix on rc.d script installation
[ 13:09 ache search for other commits by this committer ] Original commit 
Install rc.d script with -dist suffix to not overwrite real one
Set LC_ALL=C before to avoid bad regex surprises when restarting by hand
Remove socket after killing
Sun, 22 Jun 2003
[ 19:09 erwin search for other commits by this committer ] Original commit 
Update to version 1.6.5b

PR:             53496
Submitted by:   Ports Fury
Mon, 12 May 2003
[ 06:57 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.6.4b

PR:             51860
Submitted by:   Ports Fury
Thu, 20 Feb 2003
[ 18:40 knu search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 2 Jan 2003
[ 18:45 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.6.1b

PR:             45937
Submitted by:   Ports Fury
Mon, 21 Oct 2002
[ 22:09 wollman search for other commits by this committer ] Original commit 
Fix argument to chown(8).
Sat, 21 Sep 2002
[ 02:26 ijliao search for other commits by this committer ] Original commit 
add sentinel 1.2b
Sentinel is a sendmail milter API implementation

PR:             38085
Submitted by:   Peter Hollaubek <fifteen@inext.hu>

Number of commits found: 37