non port: mail/dk-milter/Makefile |
SVNWeb
|
Number of commits found: 55 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 1 Jul 2018
|
[ 10:17 dinoex ] (Only the first 10 of 30 ports in this commit are shown above. )
- 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
|
Tue, 30 Jan 2018
|
[ 23:14 dinoex ]
- add depedency groff
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
|
Thu, 16 Jun 2016
|
[ 13:23 mat ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
|
Mon, 25 Apr 2016
|
[ 16:17 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
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
|
Sat, 13 Feb 2016
|
[ 09:03 dinoex ] (Only the first 10 of 35 ports in this commit are shown above. )
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
|
Wed, 14 Oct 2015
|
[ 02:48 amdmi3 ]
- Fix stripping, remove unneeded condition (STRIP already takes WITH_DEBUG into
account)
- Switch to options helpers
|
Thu, 8 Oct 2015
|
[ 04:08 dinoex ]
- drop maintainership
|
Mon, 5 Oct 2015
|
[ 14:06 amdmi3 ]
- Fix manpage handling
- Fix installation from non-root
Approved by: portmgr blanket
|
Wed, 25 Mar 2015
|
[ 11:41 marino ] (Only the first 10 of 29 ports in this commit are shown above. )
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, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
Tue, 15 Jul 2014
|
[ 16:14 adamw ] (Only the first 10 of 44 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Tue, 4 Mar 2014
|
[ 06:51 dinoex ] (Only the first 10 of 17 ports in this commit are shown above. )
- remove broken MANPREFIX
|
Sat, 16 Nov 2013
|
[ 20:11 dinoex ]
- use STAGEDIR
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 26 Jan 2013
|
[ 16:34 dinoex ] (Only the first 10 of 42 ports in this commit are shown above. )
- cleanup header
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Sat, 27 Mar 2010
|
[ 06:14 dougb ] (Only the first 10 of 25 ports in this commit are shown above. )
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
|
Sat, 16 Jan 2010
|
[ 09:00 dinoex ]
- drop obsolete OPENSSL_OVERWRITE_BASE
Reported by: Matthew J Seaman
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Mon, 27 Jul 2009
|
[ 07:32 dinoex ]
- disable checks on BUILDING_INDEX
Suggested by: cperciva
|
Sat, 14 Feb 2009
|
[ 18:49 dinoex ]
- update to 1.0.2
PR: 131435
Submitted by: Hirohisa Yamaguchi
|
Sat, 6 Sep 2008
|
[ 09:37 dinoex ]
- update to 1.0.1
PR: 127114
Submitted by: Hirohisa Yamaguchi
|
Mon, 17 Mar 2008
|
[ 19:11 dinoex ]
- update to 1.0.0
PR: 121701
Submitted by: Hirohisa Yamaguchi
|
Fri, 15 Jun 2007
|
[ 11:33 dinoex ]
- use bsd.milter.mk
- fix bug in static-shared expression
- fix shlibversion for shared milter
- default now builds with shared milter
Set option WITH_SENDMAIL_STATIC_MILTER=Yes to force static
PR: 113652
|
Sat, 2 Jun 2007
|
[ 14:46 dinoex ]
- update to 0.6.0
- new options: WITH_DEBUG, WITHOUT_ARLIB, WITH_POPAUTH
- new features: WITH_ANTICIPATE_SENDMAIL_MUNGE, WITH_FLUSH_HEADERS,
WITH_MULTIPLE_KEYS, WITH_REQUIRED_HEADERS,
WITH_SELECT_CANONICALIZATION
PR: 113242
Submitted by: Hirohisa Yamaguchi
|
Fri, 13 Apr 2007
|
[ 04:14 dinoex ]
- update to 0.5.0
|
Wed, 11 Apr 2007
|
[ 16:29 dinoex ]
- update to 0.4.2
- check for sysvipc
|
Sat, 17 Mar 2007
|
[ 00:15 kris ]
Back out incorrect r1.18
|
Thu, 1 Feb 2007
|
[ 14:21 rafan ]
- Use newly added RC_SUBR_SUFFIX
- Remove the redundant SUB_FILES (USE_RC_SUBR implies it)
Approved by: dinoex (maintainer)
|
Sun, 3 Dec 2006
|
[ 19:51 dinoex ]
- fix typo
|
[ 18:33 dinoex ]
- take maintainership
- make IGNORE on pointhat only
2006 Dec 3 09:07:45 dk-milter-0.4.1_4.log
2006 Nov 30 11:13:58 dk-milter-0.4.1_4.log
2006 Nov 24 20:40:18 dk-milter-0.4.1_4.log
2006 Nov 24 17:05:17 dk-milter-0.4.1_4.log
2006 Nov 24 16:58:44 dk-milter-0.4.1_4.log
2006 Nov 23 22:30:42 dk-milter-0.4.1_4.log
2006 Nov 23 21:53:23 dk-milter-0.4.1_4.log
2006 Nov 21 23:09:26 dk-milter-0.4.1_4.log
2006 Nov 21 18:55:57 dk-milter-0.4.1_4.log
2006 Nov 21 03:22:32 dk-milter-0.4.1_4.log
2006 Nov 20 09:23:44 dk-milter-0.4.1_4.log
2006 Nov 19 00:03:11 dk-milter-0.4.1_4.log
2006 Nov 18 23:02:27 dk-milter-0.4.1_4.log
2006 Nov 16 03:14:31 dk-milter-0.4.1_4.log
2006 Nov 15 09:06:56 dk-milter-0.4.1_4.log
2006 Nov 15 08:45:37 dk-milter-0.4.1_4.log
2006 Nov 13 21:24:53 dk-milter-0.4.1_4.log
2006 Nov 12 03:28:35 dk-milter-0.4.1_4.log
2006 Nov 8 23:16:14 dk-milter-0.4.1_4.log
|
Tue, 7 Nov 2006
|
[ 21:10 ache ]
Bump PORTREVISION
|
[ 20:52 ache ]
Remove pkg-install vestiges
|
[ 20:20 ache ]
Install gentxt as gentxt-dk
Use "mailnull" as default user
Always chown piddir
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Tue, 31 Oct 2006
|
[ 00:27 ache ]
Use right default socket name in startup script
|
Sun, 1 Oct 2006
|
[ 15:08 alepulver ]
- Fix starting up multiple instance.
- Fix RUN_DEPENDS does not work correctly by mistake.
- Support mail/postfix-current like security/amavisd-milter port does.
PR: ports/103803
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Mon, 25 Sep 2006
|
[ 17:44 pav ]
- a patch to fix `delayed queue ID' problem
- new switch WITH_POSTFIX_MILTER
- assign a new user `dkfilter' to run the milter as a non-priviledged process
PR: ports/103490
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Sun, 17 Sep 2006
|
[ 14:57 delphij ]
Apply a vendor patch which addresses the "syntax error in signature data"
introduced in 0.4.1:
dk-filter/dk-filter.c: 1.158 -> 1.159
libdk/dk.c: 1.168 -> 1.169
Obtained from: Sendmail (msk@)
|
Wed, 12 Jul 2006
|
[ 08:09 delphij ]
- Update to 0.4.1
- Fix some issues with rc.d script, add an option to ease the
task to specify the selector.
|
Sun, 11 Jun 2006
|
[ 06:59 mharo ]
Update to 0.4.0
|
Wed, 15 Mar 2006
|
[ 14:17 pav ]
- Update to 0.3.3
PR: ports/94463
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Tue, 17 Jan 2006
|
[ 14:10 anray ]
In some cases, several instances of a milter with different
configuration run simultaneously; e.g. different key with
different selector, or domain for dk-milter.
This patch enables multiple instantiation.
Almost the same as ports/91894
PR: ports/91895
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Sun, 15 Jan 2006
|
[ 09:11 pav ]
- Convert RC script to rc_subr
PR: ports/91595
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Tue, 10 Jan 2006
|
[ 11:44 tdb ]
- Update to 0.3.2
PR: 91587
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Sun, 28 Aug 2005
|
[ 07:52 ache ]
Remove myself from maintainer
|
Wed, 13 Jul 2005
|
[ 19:51 ache ]
Honor CFLAGS
|
Mon, 23 May 2005
|
[ 08:23 ache ]
Use SUB_FILES
|
Sun, 22 May 2005
|
[ 13:39 ache ] (Only the first 10 of 12 ports in this commit are shown above. )
Domainkeys milter
|
Number of commits found: 55 |