aboutsummaryrefslogtreecommitdiff
path: root/mail/sid-milter
Commit message (Collapse)AuthorAgeFilesLines
* mail/sid-milter: Move man pages to share/manNuno Teixeira2024-03-101-5/+5
| | | | Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-2/+0
| | | | | | | | | | | | | | | | | 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
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-4/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Patents are a complicated topic, and their regulation varies depending onBaptiste Daroussin2020-11-121-2/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=554970
* - cleanup rc.d scriptDirk Meyer2020-04-162-17/+18
| | | | Notes: svn path=/head/; revision=531850
* mail/sid-milter: Correctly spell pre-configure-NH_MFROM-onTobias Kortkamp2019-09-181-2/+2
| | | | | | | Broken in r398460 during conversion to options helpers. Notes: svn path=/head/; revision=512260
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* - bump MILTER_SOVER to fix linking on FREEBSD-12Dirk Meyer2018-07-011-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=473663
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+14
| | | | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Notes: svn path=/head/; revision=463452
* - add depedency groffDirk Meyer2018-01-301-1/+2
| | | | Notes: svn path=/head/; revision=460448
* - fix regression with clang 4.0.0Dirk Meyer2017-11-261-2/+3
| | | | | | | PR: 223702 Notes: svn path=/head/; revision=454913
* - fix regression with clang 4.0.0Dirk Meyer2017-11-163-2/+5
| | | | | | | | | | PR: 223702 - fix homepage - add pkg-message Notes: svn path=/head/; revision=454334
* - split libmilter from sendmail into a seperate portDirk Meyer2016-02-131-1/+1
| | | | | | | | - bump PORTREVISION Submitted by: matthew (Matthew Seaman) Notes: svn path=/head/; revision=408774
* - make portlint happierDirk Meyer2015-11-211-1/+1
| | | | Notes: svn path=/head/; revision=402188
* - Switch to options helpersDmitry Marakasov2015-10-032-18/+21
| | | | | | | | | | - Don't use deprecated MAN* - Fix installation from non-root Approved by: portmgr blanket Notes: svn path=/head/; revision=398460
* - Don't install static libraries with INSTALL_LIB (part 2/2)Dmitry Marakasov2015-05-091-1/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385847
* mail category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=382203
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361961
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361099
* - remove broken MANPREFIXDirk Meyer2014-03-091-3/+3
| | | | | | | - update RESTRICTED Notes: svn path=/head/; revision=347575
* - use STAGEDIRDirk Meyer2013-12-041-23/+23
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=335605
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - honor CCDirk Meyer2011-06-242-1/+11
| | | | Notes: svn path=/head/; revision=276215
* - drop WITHOUT_RC_NGDirk Meyer2010-05-302-55/+0
| | | | Notes: svn path=/head/; revision=255348
* - convert to new rc.d styleDirk Meyer2010-05-301-49/+40
| | | | Notes: svn path=/head/; revision=255347
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - update MASTER_SITESDirk Meyer2009-08-211-2/+2
| | | | Notes: svn path=/head/; revision=240008
* - disable checks on BUILDING_INDEXDirk Meyer2009-07-271-0/+2
| | | | | | | Suggested by: cperciva Notes: svn path=/head/; revision=238431
* - update to 1.0.0Dirk Meyer2008-06-085-48/+11
| | | | | | | | | - new option WITH_NH_MFROM PR: 124380 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=214493
* - fix rc scriptDirk Meyer2007-10-212-4/+3
| | | | | | | | PR: 117340 Submitted by: Xin LI Notes: svn path=/head/; revision=201711
* - detect early if sysvipc is not implementedDirk Meyer2007-03-171-0/+5
| | | | Notes: svn path=/head/; revision=187566
* Back out incorrect r1.14Kris Kennaway2007-03-161-4/+0
| | | | Notes: svn path=/head/; revision=187548
* - update sm_marid_version_patternsDirk Meyer2006-12-182-0/+13
| | | | | | | Submitted by: Andrey Chernov (ache) Notes: svn path=/head/; revision=180057
* - fix typoDirk Meyer2006-12-031-2/+2
| | | | Notes: svn path=/head/; revision=178724
* - mark IGNORE on pointhat onlyDirk Meyer2006-12-031-0/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=178714
* - use milter frameworkDirk Meyer2006-12-031-18/+4
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=178712
* - update to 0.2.14Dirk Meyer2006-08-022-5/+4
| | | | | | | | PR: 101239 Submitted by: Hirohisa Yamaguchi Notes: svn path=/head/; revision=169434
* - Fix rc.subr scriptDirk Meyer2006-07-112-9/+11
| | | | | | | | PR: 100055 Submitted by: delphij (Xin LI) Notes: svn path=/head/; revision=167436
* Typo.Xin LI2006-07-111-1/+1
| | | | Notes: svn path=/head/; revision=167433
* - update to 0.2.13Dirk Meyer2006-05-252-4/+4
| | | | Notes: svn path=/head/; revision=163372