/doc/

m_and_yarn/devel/electron4/files/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamsmtp
Commit message (Collapse)AuthorAgeFilesLines
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* Convert security to new options frameworkbapt2013-04-291-15/+12
|
* - Remove A/An in COMMENTcs2013-03-301-5/+2
| | | | - Trim Header where applicable
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - update master-site and www in pkg-descrclsung2011-09-282-2/+2
| | | | | | PR: ports/160697 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Reported by: Juergen Dankoweit <Juergen.Dankoweit at T-Online dot de> via ports@
* -remove MD5ohauer2011-07-031-1/+0
|
* - Sync clamav socket with security/clamav defaultspgollucci2010-09-091-1/+5
| | | | | | PR: ports/143095 Submitted by: Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw> Approved by: maintainer timeout (clsung ; 222 days)
* Chase clamav's lib bumpgarga2010-04-061-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Bump necessary PORTREVISIONS and fix some ports to new clamav APIgarga2009-03-271-0/+1
|
* - Update to 1.10clsung2008-09-262-5/+4
|
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]garga2008-09-161-0/+1
| | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 1.9clsung2007-07-093-7/+7
| | | | | | PR: ports/113829 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Reviewed by: clsung
* - Update clamav to 0.90.1garga2007-03-141-0/+1
| | | | | | - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
* - Update to 1.8clsung2006-09-112-4/+4
|
* - Update to 1.7clsung2006-08-252-5/+4
|
* - Respect DESTDIRclsung2006-08-141-1/+1
| | | | | PR: ports/101866 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-07-201-1/+1
| | | | | since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
* - ": ...." section in rc.d script misorderedclsung2006-02-212-7/+7
| | | | | | | - bump PORTREVISION PR: 93618 Submitted by: Yoshisato YANAGISAWA <yanagisawa AT csg.is.titech.ac dot jp>
* - files/clamsmtpd.sh.in cause start-up errorclsung2006-02-212-6/+7
| | | | | | | | - bump PORTREVISION PR: 93541 Submitted by: KIMURA Yasuhiro <yasu AT utahime dot org> Reviewed by: mnag
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - bump PORTREVISION for plist change.clsung2006-02-174-18/+44
| | | | | | | | | | | | | | | | | | - Add WITH_LOCAL_CLAMAV[_DEVEL] to run-depend on security/clamav[-devel]; default LOCAL_CLAMAV on to restore the way port behaved until last update. Depend on installed package rather that clamd to register depends correctly. - If one of the clam options is on, make rc.d script to REQUIRE: clamd Actually use clamsmtp_debug var. Also make rc.d script to look more like the example in PH. - Install example script in EXAMPLESDIR rather that DOCSDIR; - Moved: pkg-message --> files/pkg-message.in - Drop USE_REINPLACE while here. PR: 93157 Submitted by: Ion-Mihai Tetcu <itetcu AT people dot tecnik93 dot com>
* - Update to 1.6clsung2006-01-13