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

Number of commits found: 30

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)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(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.
Thu, 27 Aug 2020
[ 19:56 tcberner search for other commits by this committer ] Original commit   Revision:546680
mail/avenger: fix build on recent current
Sun, 28 Oct 2018
[ 03:07 wen search for other commits by this committer ] Original commit   Revision:483216
- Update to 0.8.5
- Correct LICENSE info and add LICENSE_FILE, per handbook
- Correct DOC switch

PR:		232337
Submitted by:	ndowens@yahoo.com
Mon, 8 Aug 2016
[ 13:46 mat search for other commits by this committer ] Original commit   Revision:419843 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
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
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
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sat, 29 Aug 2015
[ 12:07 amdmi3 search for other commits by this committer ] Original commit   Revision:395549
- Add LICENSE
- Switch to @sample
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
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 16 Jul 2014
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:362049 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Tue, 29 Oct 2013
[ 20:17 pawel search for other commits by this committer ] Original commit   Revision:331991
- Update to version 0.8.4 [1]
- Support STAGEDIR, use options helpers

PR:		ports/181885 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
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)
Fri, 8 Mar 2013
[ 22:27 pawel search for other commits by this committer ] Original commit   Revision:313677
- Update to version 0.8.3
- Remove leading article from COMMENT
- Get database dependency through USE_BDB
- Support OptionsNG, add DOCS and SASL options
- Use port framework for user and group creation
- Make daemon binary look for config files in ETCDIR not /etc
- Install config files in ETCDIR and preserve them when modified
Mon, 10 Dec 2012
[ 15:10 ume search for other commits by this committer ] Original commit   Revision:308609 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Sun, 18 Jul 2010
[ 21:29 makc search for other commits by this committer ] Original commit 
Update to 0.8.1

PR:             ports/148738
Submitted by:   Armin Pirkovitsch <armin at frozen-zone.org>
Wed, 30 Apr 2008
[ 01:58 edwin search for other commits by this committer ] Original commit 
Update to 0.7.8
Sun, 10 Feb 2008
[ 14:07 miwi search for other commits by this committer ] Original commit 
- Update to 0.7.8

PR:             120464
Submitted by:   Robert Gogolok <gogo@cs.uni-sb.de>
Thu, 11 Oct 2007
[ 22:02 linimon search for other commits by this committer ] Original commit 
Reset maintainer due to maintainer-timeouts and no response to email.

Hat:            portmgr
Fri, 5 Jan 2007
[ 09:36 miwi search for other commits by this committer ] Original commit 
- Update to 0.7.7

PR:             ports/106952
Submitted by:   miwi
Approved by:    maintainer timeout
Wed, 14 Jun 2006
[ 15:17 miwi search for other commits by this committer ] Original commit 
Update to 0.7.6

PR:             ports/98354
Approved by:    krion (mentor), maintainer
Wed, 30 Nov 2005
[ 19:18 pav search for other commits by this committer ] Original commit 
- Update to 0.7.2

PR:             ports/89744
Submitted by:   David Mazieres <dm+bugs+avenger@mailavenger.org> (maintainer)
Fri, 16 Sep 2005
[ 22:58 mnag search for other commits by this committer ] Original commit 
Update to 0.7

PR:             ports/85064
Submitted by:   David Mazieres <dm+bugs+avenger@mailavenger.org> (maintainer)
Approved by:    pav (mentor)
Fri, 8 Jul 2005
[ 15:31 pav search for other commits by this committer ] Original commit 
- Fix etcdir

Submitted by:   David Mazieres
<dm+tmp+w5t4gyhvkkkivbwrecrhic5vqn@mailavenger.org> (maintainer)
[ 12:13 pav search for other commits by this committer ] Original commit 
- Update to 0.6.5
- Take maintainership

PR:             ports/83077
Submitted by:   David Mazieres <dm+bugs+avenger@mailavenger.org>
Sat, 2 Jul 2005
[ 01:16 kris search for other commits by this committer ] Original commit 
Reset undeliverable maintainer address:

<dm+bug+avenger@mailavenger.org>: host ludlow.scs.cs.nyu.edu[216.165.108.10]
    said: 550 unknown user (in reply to RCPT TO command)
Fri, 20 May 2005
[ 06:36 jylefort search for other commits by this committer ] Original commit 
Fix build on !i386

Reported by:    pointyhat
Mon, 9 May 2005
[ 23:19 jylefort search for other commits by this committer ] Original commit 
Mail Avenger is a highly-configurable, MTA-independent SMTP server
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification
of sender addresses through SMTP callbacks, SPF (sender policy
framework) as a general policy language, qmail-style control over both
SMTP-level behavior and local delivery of extension addresses,
mail-bomb protection, integration with kernel firewalls, and more.

WWW: http://www.mailavenger.org/

PR:             ports/80800
Submitted by:   David Mazieres <dm+bugs+avenger@mailavenger.org>

Number of commits found: 30