non port: mail/esmtp/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 31 May 2023
|
[ 21:11 Rene Ladan (rene) ] 36cd9bb
mail/esmtp: Remove expired port:
2023-05-31 mail/esmtp: Upstream announced that this project is no longer being
maintained. See https://esmtp.sourceforge.net/links.html for alternatives
|
Sun, 7 May 2023
|
[ 23:23 Po-Chuan Hsieh (sunpoet) ] caccf19
mail/esmtp: Mark DEPRECATED and set EXPIRATION_DATE to 2023-05-31
|
[ 16:12 Po-Chuan Hsieh (sunpoet) ] 0763702
mail/esmtp: Fix build with libesmtp 1.1.0
|
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.
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
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
|
Wed, 25 Mar 2015
|
[ 11:41 marino ] (Only the first 10 of 29 ports in this commit are shown above. )
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
|
Sun, 17 Aug 2014
|
[ 16:08 tijl ] (Only the first 10 of 13 ports in this commit are shown above. )
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
|
Thu, 20 Mar 2014
|
[ 09:54 ehaupt ]
- Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Define DOCS option
|
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)
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Wed, 23 May 2012
|
[ 01:47 miwi ]
- Chase libesmtp shlib bump
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 28 Aug 2010
|
[ 16:20 bapt ]
- Update to 1.2
- Add license
Approved by: mentors (implicit)
|
Fri, 3 Apr 2009
|
[ 08:52 miwi ]
- Update to 1.0
PR: 133318
Submitted by: Ports Fury
|
Fri, 13 Mar 2009
|
[ 23:27 shaun ] (Only the first 10 of 42 ports in this commit are shown above. )
Free most of my ports, since they aren't being maintained to a
reasonable standard.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Mar 2008
|
[ 09:51 pav ] (Only the first 10 of 55 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Mon, 19 Jun 2006
|
[ 20:06 shaun ] (Only the first 10 of 63 ports in this commit are shown above. )
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
|
Tue, 9 May 2006
|
[ 14:30 vd ]
Give maintainership to submitter and remove USE_REINPLACE
PR: ports/97030
Submitted by: Shaun Amott <shaun@inerd.com>
|
Fri, 15 Apr 2005
|
[ 17:53 flz ]
- Update to 0.5.1.
PR: ports/79974
Submitted by: Ports Fury
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 8 Aug 2004
|
[ 08:11 krion ] (Only the first 10 of 15 ports in this commit are shown above. )
Drop maintainership.
|
Tue, 29 Jun 2004
|
[ 13:33 krion ]
Add patch which disables annoying log warnings when only auth
is used.
Submitted by: Bohdan Horst <nexus@irc.pl>
|
Fri, 16 Apr 2004
|
[ 14:42 krion ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove USE_SIZE knob
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 30 Jan 2004
|
[ 14:05 krion ] (Only the first 10 of 108 ports in this commit are shown above. )
- SIZEify
|
Sat, 15 Nov 2003
|
[ 08:45 krion ]
- Update to version 0.5.0
|
Tue, 22 Jul 2003
|
[ 10:34 krion ] (Only the first 10 of 56 ports in this commit are shown above. )
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor)
|
Tue, 15 Jul 2003
|
[ 08:50 erwin ]
Add esmtp 0.4.1,
esmtp is a user configurable relay-only Mail Transfer Agent
(MTA) with a sendmail compatible syntax. It's based on libESMTP
supporting the AUTH (including the CRAM-MD5 and NTLM SASL
mechanisms) and the StartTLS SMTP extensions.
These are the esmtp features:
* fully sendmail command line compatible,
* supports the AUTH SMTP extension, with the CRAM-MD5 and
* NTLM SASL mechanisms,
* support the StartTLS SMTP extension,
* requires no administration privileges,
* individual user configuration,
* does not receive mail, expand aliases or manage a queue.
PR: 54491
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
|
Number of commits found: 34 |