notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/sid-milter/Makefile

Number of commits found: 49

Sunday, 10 Mar 2024
09:55 Nuno Teixeira (eduardo) search for other commits by this committer
mail/sid-milter: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: a7dd60c6408793dc814752ded3051490270ac7c1 commit hash: a7dd60c6408793dc814752ded3051490270ac7c1 commit hash: a7dd60c6408793dc814752ded3051490270ac7c1 commit hash: a7dd60c6408793dc814752ded3051490270ac7c1 a7dd60c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 12 Nov 2020
16:11 bapt search for other commits by this committer
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents  are not necessarily related to the license and so
should not be connected to the license framework.

As a project we will officially remove all patent limitations within the
ports tree and leave it to the user or consumer to deal with their local
legislation to determine if they can use the software without legal
restrictions.

Approved by:	core
Original commitRevision:554970 
Thursday, 16 Apr 2020
14:49 dinoex search for other commits by this committer
- cleanup rc.d script
Original commitRevision:531850 
Wednesday, 18 Sep 2019
09:16 tobik search for other commits by this committer
mail/sid-milter: Correctly spell pre-configure-NH_MFROM-on

Broken in r398460 during conversion to options helpers.
Original commitRevision:512260 
Sunday, 1 Jul 2018
10:17 dinoex search for other commits by this committer
- 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
Original commitRevision:473663 
Tuesday, 30 Jan 2018
23:14 dinoex search for other commits by this committer
- add depedency groff
Original commitRevision:460448 
Sunday, 26 Nov 2017
17:52 dinoex search for other commits by this committer
- fix regression with clang 4.0.0
PR:		223702
Original commitRevision:454913 
Thursday, 16 Nov 2017
20:16 dinoex search for other commits by this committer
- fix regression with clang 4.0.0
PR:		223702

- fix homepage
- add pkg-message
Original commitRevision:454334 
Saturday, 13 Feb 2016
09:03 dinoex search for other commits by this committer
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by:	matthew (Matthew Seaman)
Original commitRevision:408774 
Saturday, 21 Nov 2015
19:40 dinoex search for other commits by this committer
- make portlint happier
Original commitRevision:402188 
Saturday, 3 Oct 2015
01:44 amdmi3 search for other commits by this committer
- Switch to options helpers
- Don't use deprecated MAN*
- Fix installation from non-root

Approved by:	portmgr blanket
Original commitRevision:398460 
Saturday, 9 May 2015
01:12 amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 2/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Original commitRevision:385847 
Wednesday, 25 Mar 2015
11:41 marino search for other commits by this committer
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
Original commitRevision:382203 
Tuesday, 15 Jul 2014
16:14 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361961 
Monday, 7 Jul 2014
15:31 olgeni search for other commits by this committer
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)
Original commitRevision:361099 
Sunday, 9 Mar 2014
14:03 dinoex search for other commits by this committer
- remove broken MANPREFIX
- update RESTRICTED
Original commitRevision:347575 
Wednesday, 4 Dec 2013
07:08 dinoex search for other commits by this committer
- use STAGEDIR
- use OPTIONS_DEFINE
Original commitRevision:335605 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Saturday, 13 Oct 2012
13:39 dinoex search for other commits by this committer
- cleanup comments
Feature safe: yes
Original commitRevision:305832 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
Sunday, 30 May 2010
20:36 dinoex search for other commits by this committer
- drop WITHOUT_RC_NG
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Friday, 21 Aug 2009
05:08 dinoex search for other commits by this committer
- update MASTER_SITES
Original commit
Monday, 27 Jul 2009
07:32 dinoex search for other commits by this committer
- disable checks on BUILDING_INDEX
Suggested by:   cperciva
Original commit
Sunday, 8 Jun 2008
11:10 dinoex search for other commits by this committer
- update to 1.0.0
- new option WITH_NH_MFROM
PR:             124380
Submitted by:   Hirohisa Yamaguchi
Original commit
Sunday, 21 Oct 2007
08:39 dinoex search for other commits by this committer
- fix rc script
PR:             117340
Submitted by:   Xin LI
Original commit
Saturday, 17 Mar 2007
08:47 dinoex search for other commits by this committer
- detect early if sysvipc is not implemented
Original commit
Friday, 16 Mar 2007
21:11 kris search for other commits by this committer
Back out incorrect r1.14
Original commit
Monday, 18 Dec 2006
07:11 dinoex search for other commits by this committer
- update sm_marid_version_patterns
Submitted by:   Andrey Chernov (ache)
Original commit
Sunday, 3 Dec 2006
19:50 dinoex search for other commits by this committer
- fix typo
Original commit
18:33 dinoex search for other commits by this committer
- mark IGNORE on pointhat only
2006 Aug 23 17:17:12    sid-milter-0.2.14.log
2006 May 29 04:07:40    sid-milter-0.2.12.log
2006 May 20 03:06:32    sid-milter-0.2.12.log
2006 May 10 03:13:08    sid-milter-0.2.12.log
2006 Apr 20 23:26:12    sid-milter-0.2.10_1.log
2006 Apr  5 23:40:55    sid-milter-0.2.10_1.log
2006 Apr  3 09:31:43    sid-milter-0.2.10_1.log
2006 Mar 31 23:22:59    sid-milter-0.2.10_1.log
2006 Mar 10 21:15:45    sid-milter-0.2.10_1.log
Original commit
18:30 dinoex search for other commits by this committer
- use milter framework

- mark IGNORE on pointhat only
2006 Aug 23 17:17:12    sid-milter-0.2.14.log
2006 May 29 04:07:40    sid-milter-0.2.12.log
2006 May 20 03:06:32    sid-milter-0.2.12.log
2006 May 10 03:13:08    sid-milter-0.2.12.log
2006 Apr 20 23:26:12    sid-milter-0.2.10_1.log
2006 Apr  5 23:40:55    sid-milter-0.2.10_1.log
2006 Apr  3 09:31:43    sid-milter-0.2.10_1.log
2006 Mar 31 23:22:59    sid-milter-0.2.10_1.log
2006 Mar 10 21:15:45    sid-milter-0.2.10_1.log
Original commit
Wednesday, 2 Aug 2006
06:37 dinoex search for other commits by this committer
- update to 0.2.14
PR:             101239
Submitted by:   Hirohisa Yamaguchi
Original commit
Tuesday, 11 Jul 2006
05:17 dinoex search for other commits by this committer
- Fix rc.subr script
PR:             100055
Submitted by:   delphij (Xin LI)
Original commit
Thursday, 25 May 2006
15:31 dinoex search for other commits by this committer
- update to 0.2.13
Original commit
Wednesday, 3 May 2006
22:03 dinoex search for other commits by this committer
- update to 0.2.12
Original commit
Sunday, 23 Apr 2006
15:08 dinoex search for other commits by this committer
- update to 0.2.11
- make portlint happier
Original commit
Tuesday, 17 Jan 2006
07:27 dinoex search for other commits by this committer
- add startup script using rc.subr(8)
- make portlint happier
PR:             91596
Submitted by:   Hirohisa Yamaguchi

- drop pkg-plist
- new option WITHOUT_RC_NG
Original commit
Sunday, 11 Dec 2005
09:40 dinoex search for other commits by this committer
- update to 0.2.10
Original commit
Wednesday, 27 Jul 2005
17:30 dinoex search for other commits by this committer
- update to 0.2.9
Original commit
Friday, 15 Jul 2005
03:55 dinoex search for other commits by this committer
- honor CFLAGS
Submitted by:   ache
Original commit
Saturday, 11 Jun 2005
07:29 dinoex search for other commits by this committer
- update to 0.2.8
- use /var/crash
- don't issue SMFIS_TEMPFAIL in testmode
- fix gcc error on FreeBSD 5.x:
sid-filter.c: In function `sid_marid_check':
sid-filter.c:1145: error: label at end of compound statement
Original commit
Monday, 23 May 2005
15:55 dinoex search for other commits by this committer
- new option WITH_SIDMILTER_AR=yes
resovles conflicts with libar from diffrent ports

- rename ar.h to libar.h
prevent possible conflicts with /usr/include/ar.h

- force PTHREAD_CFLAGS, no difference in package

Suggested by:   ache
Original commit
Wednesday, 9 Mar 2005
05:38 dinoex search for other commits by this committer
open source implementation of the Sender ID specification as defined
by the Internet Engineering Task Force's (IETF) MARID Working Group
(Mail Authorization Records in DNS).

sid-milter implements the -core and -protocol specifications.
Additionally, sid-milter implements the "SPF Classic" record protocol
(v=spf1) as defined by the SPF community.

WWW: http://sendmail.net/sid-milter/
Original commit

Number of commits found: 49