non port: mail/mailfront/Makefile |
SVNWeb
|
Number of commits found: 48 |
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.
|
Tue, 3 Nov 2020
|
[ 20:51 rene ] (Only the first 10 of 23 ports in this commit are shown above. )
Return araujo@'s ports to the pool after his commit bit was safekept.
|
Wed, 24 Jul 2019
|
[ 09:00 araujo ]
Update to 2.22
|
Thu, 15 Feb 2018
|
[ 14:30 amdmi3 ]
- Fix plist
Approved by: portmgr blanket
|
Sun, 26 Mar 2017
|
[ 04:49 araujo ]
- Update to 2.12.
- Take maintainership.
|
Sat, 21 Jan 2017
|
[ 09:01 amdmi3 ]
- Add LICENSE
- Switch to options helpers
- Simplify docs handling
|
Sun, 9 Oct 2016
|
[ 22:01 bsam ] (Only the first 10 of 28 ports in this commit are shown above. )
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.
Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
|
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
|
Sun, 5 Oct 2014
|
[ 18:01 tijl ] (Only the first 10 of 50 ports in this commit are shown above. )
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
|
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.
|
Fri, 6 Jun 2014
|
[ 15:47 antoine ]
Unbreak, this port needs lua51
Reported by: pkg-fallout
PR: ports/190696
|
Tue, 27 May 2014
|
[ 16:17 bapt ]
Do not overwrite USES
|
Mon, 26 May 2014
|
[ 15:28 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
Tue, 8 Apr 2014
|
[ 15:57 bdrewery ]
- Support staging
- Update to 2.01 [1]
- Pass maintainership to submitter (previous maintainer has timed out since
2009)
- Convert to new LIB_DEPENDS format
- Use OPTIONS_SUB
- Remove use of bsd.port.pre.mk
PR: ports/185973 [1]
Submitted by: Uffe Jakobsen <uffe@uffe.org> [1]
|
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)
|
Sun, 19 May 2013
|
[ 16:39 rene ]
Enable the LUA plugin by default. [1]
While here, pet portlint.
PR: ports/177959 [1]
Submitted by: Uffe Jakobson <uffe@uffe.org>
Approved by: maintainer timeout (tarkhil@over.ru , 1 month)
|
Fri, 15 Mar 2013
|
[ 22:03 bdrewery ] (Only the first 10 of 35 ports in this commit are shown above. )
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr
|
Tue, 12 Feb 2013
|
[ 17:38 bdrewery ]
- Update to 1.21 [1]
- Add support for LUA [1]
- Trim header
- Remove unneeded QMAIL_PREFIX (pulled in from bsd.mail.mk already)
- Remove ABI version from LIB_DEPENDS
- Convert NOPORTDOCS -> DOCS
PR: ports/174742 [1] (based on)
Submitted by: Uffe Jakobsen <uffe@uffe.org> [1]
Approved by: maintainer timeout
|
Wed, 11 Apr 2012
|
[ 03:34 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Respect STRIP/LDFLAGS
PR: 162920
Submitted by: Jan Beich (jbeich@tormail.net)
|
Tue, 8 Feb 2011
|
[ 01:42 sahil ]
- Update to 1.18
PR: ports/154078
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: maintainer timeout
Feature safe: yes
|
Thu, 12 Mar 2009
|
[ 19:55 dhn ]
- Remove MASTER_SITES
Approved/Noticed by: tabthorpe (co-mentor)
|
[ 19:33 dhn ]
- Update to 1.12
- Pass maintainership to submitter
PR: ports/132569
Submitted by: Alex Povolotsky <tarkhil@over.ru>
Approved by: miwi (mentor)
|
Wed, 11 Mar 2009
|
[ 17:04 dhn ]
- Chase security/cvm shlib bump
- Bump PORTREVISION
PR: 132502
Submitted by: Alex Povolotsky <tarkhil@over.ru>
Approved by: miwi (mentor)
|
Fri, 14 Nov 2008
|
[ 17:33 araujo ]
- Fix pkg-plist.
- Bump PORTREVISION.
Reported by: pointyat via erwin
|
Fri, 7 Nov 2008
|
[ 10:19 araujo ]
- Update to 1.11.
|
Sun, 27 Jul 2008
|
[ 04:30 linimon ] (Only the first 10 of 53 ports in this commit are shown above. )
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wed, 21 Mar 2007
|
[ 16:30 sergei ]
- Update to 1.10 [1]
- Keep the port PREFIX-clean - override conf-include
- Keep pkg-plist sorted
PR: ports/109940
Submitted by: Marcelo Araujo (araujo AT bsdmail dot org)
|
Mon, 29 Jan 2007
|
[ 19:05 gabor ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor)
|
Thu, 21 Sep 2006
|
[ 10:25 sergei ]
- Update to 1.01;
Mailfront has been rewritten to be modular -
see UPDATING entry for details
|
Wed, 9 Aug 2006
|
[ 12:08 sergei ]
- Update to 0.98.1
- Require newer bglibs (>=1.100) and cvm (>=0.81)
|
Wed, 26 Apr 2006
|
[ 21:02 sergei ]
- Upgrade to 0.98
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Nov 2005
|
[ 21:45 sergei ]
- Mirror distfile locally - this unbreaks fetching and buys me some time to
figure out
how to fix build errors for the latest version (0.98)
|
Fri, 4 Nov 2005
|
[ 00:13 kris ]
BROKEN: Unfetchable
|
Tue, 25 Oct 2005
|
[ 17:41 sergei ]
- Update to 0.97
- Introduce OPTIONS: WITH_DW_AUTH - include Dale Woolridge's experimental
auth patch [1]
Submitted by: Dale Woolridge (via e-mail)
|
Mon, 29 Aug 2005
|
[ 12:16 sergei ]
- Update to 0.96
- Chase changed location of bglibs libraries
- This port requires recent versions of bglibs and cvm
|
Thu, 18 Nov 2004
|
[ 17:33 sergei ]
- Update to 0.92 (see http://untroubled.org/mailfront/NEWS for details)
|
Mon, 15 Mar 2004
|
[ 21:50 sergei ]
- Change BUILD_DEPENDS to ${LOCALBASE}/lib/libbg.a for better
detection of recent (>1.015) vs. older versions of bglibs.
No PORTREVISION bump.
|
[ 16:11 sergei ]
- Update to 0.91
|
Mon, 16 Feb 2004
|
[ 22:00 sergei ]
- Update to 0.90
|
Wed, 24 Dec 2003
|
[ 13:55 sergei ]
- Unbreak build by depending on newly-added security/cvm port
- Cosmetic fixes for consistency with other untroubled.org ports
|
Mon, 8 Dec 2003
|
[ 11:23 sergei ]
- Update to 0.88
|
Thu, 23 Oct 2003
|
[ 05:42 sergei ] (Only the first 10 of 52 ports in this commit are shown above. )
Change to my @FreeBSD.org address.
Approved by: krion
|
Tue, 9 Sep 2003
|
[ 19:40 erwin ]
Update to 0.87
PR: 56642
Submitted by: maintainer
|
Thu, 12 Jun 2003
|
[ 15:58 lioux ]
o Update to 0.86
- Allow for addition of user-specified headers with $HEADER_ADD
- SMTP front end now logs invalid commands
- Added a hook for CVM validation of recipient addresses
- Added support for RFC 1870 ESMTP SIZE extension
PR: 52910
Submitted by: maintainer
|
Mon, 31 Mar 2003
|
[ 09:11 edwin ]
mail/mailfront: Mail server network protocol front-ends
This is mailfront, a package containing customizeable network
front-ends for mail servers. It contains complete SMTP and
POP3 front-ends as well as an authentication module for
IMAP.
Two SMTP back-ends are provided. One delivers mail to
qmail-queue, mimicking most of the behavior of qmail-smtpd,
with the addition of support for SMTP AUTH. The other
rejects all SMTP commands if $SMTPREJECT is set, and execs
its command line otherwise (in order to run the above
program).
Author: Bruce Guenter <bruceg@em.ca>
WWW: http://untroubled.org/mailfront/
PR: ports/48902,ports/49973
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
Number of commits found: 48 |