Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.64_7 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
2.64_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.64_7 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
2.64_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.64_7 22 Oct 2020 11:10:18 |
0mp |
Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7. |
2.64_6 22 Oct 2020 09:36:12 |
0mp |
Clean up the port
- Use = instead of += when unnecessary when assigning values to standard
ports variables
- Set to various option-specific variables via OPTION_VARIABLEs.
- Improve the description of USERPREFS; it's better to have a more
descriptive option instead of defining a custom warning in
"pre-everything::".
- Use OPTION_CONFIGURE_ENABLE instead of OPTION_CONFIGURE_ON.
- Install manual pages at the preferred directory
- Install *.sample in ETCDIR with @sample, update pkg-message accordingly. |
2.64_5 22 Oct 2020 08:30:28 |
0mp |
Update WWW
Also, reset maintainer due to 3 consecutive timeouts. |
2.64_4 05 Mar 2020 16:26:21 |
0mp |
Mention AuthUser/Pass in sample configuration file
The example file ssmtp.conf.sample does not at all mention either STARTTLS
or authentication for target MTAs. This patch fixes that.
Also, update WWW.
PR: 242602
Submitted by: Jan-Piet Mens <ports@jpmens.net>
Approved by: aragon@phat.za.net (maintainer timeout) |
2.64_3 05 Mar 2020 16:11:41 |
0mp |
Sort variables & clean up
No function changes intended.
Approved by: portmgr (infrastructure blanket) |
2.64_3 09 Oct 2019 12:06:22 |
bapt |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
2.64_3 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.64_3 05 May 2018 14:11:15 |
danfe |
For ports in `mail' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list. |
2.64_3 23 Nov 2017 21:32:48 |
lme |
mail/ssmtp:
- Add a patch to allow passwords containing = and # characters
- Bump PORTREVISION
PR: 207117
Submitted by: Sergey Manucharian <sm@ara-ler.com>
Approved by: maintainer timeout (21 months)
MFH: 2017Q4 |
2.64_2 22 Apr 2017 15:42:17 |
adamw |
Don't register an openssl dependency if the OPENSSL options is
turned off. |
2.64_1 21 Apr 2017 08:15:23 |
miwi |
- specify LICENSE
PR: 218291 (based on)
Submitted by: asomers@
Approved by: maintainer timeout |
2.64_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.64_1 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
2.64_1 30 Jul 2015 21:13:05 |
amdmi3 |
- Modernize plist
Approved by: portmgr blanket |
2.64_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.64_1 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
2.64_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.64_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
2.64_1 06 Mar 2014 16:35:33 |
pawel |
Show correct installation prefix in pkg-message
PR: ports/187246
Submitted by: Zane C.B-H. <vvelox@vvelox.net>
Approved by: maintainer |
2.64_1 01 Feb 2014 19:35:39 |
pawel |
- Add CRAMMD5 option [1]
- Add OPENSSL option [2]
- Change USE_GMAKE to USES=gmake
- Convert to option helpers
- Add support for staging
- Unmute install commands
- Fix WWW: line
PR: ports/181641 [1] [2]
Submitted by: Dewayne <dewayne.geraghty@heuristicsystems.com.au> [1]
maintainer [2]
Approved by: maintainer |
2.64 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.64 29 Aug 2013 17:37:24 |
sunpoet |
- Remove wrong OPTIONS_DEFINE
PR: ports/181652
Submitted by: David Demelier <demelier.david@gmail.com>
Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer) |
2.64 04 Jun 2013 10:32:49 |
bapt |
Convert to new options framework |
2.64 21 Dec 2011 01:07:34 |
eadler |
Explain what 'make replace' does.
PR: ports/160257
Submitted by: Sam Cassiba <sam@cassiba.com>
Approved by: maintainer timeout (114 days)
Feature safe: yes |
2.64 27 Feb 2011 13:12:42 |
miwi |
- Update to 2.64.
Other changes:
* Restyle port to use options framework plus other style changes.
* Remove MD5 authentication knob - enabled by default now.
* Add X-Originating-IP knob with patch from upstream.
* Add ssmtp.conf.5 man page to installation.
PR: 154924
Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer) |
2.62.3 11 Jan 2011 05:46:25 |
az |
- Fix @dirrmtry
- Remove MD5 checksum
PR: ports/153862
Submitted by: az
Approved by: maintainer |
2.62.3 01 Jul 2010 12:16:21 |
stefan |
Explicitly empty TARGET_ARCH to prevent build problems.
PR: 147853
Submitted by: Olivier Cochard-Labbé <olivier@cochard.me>
Patch by: maintainer
Feature safe: yes |
2.62.3 18 May 2010 14:44:04 |
gahr |
- Use absolute pathnames in mailer.conf
PR: 146692
Submitted by: gahr
Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer) |
2.62.3 07 Dec 2009 16:46:49 |
glarkin |
- Transferred to new maintainer Aragon Gouveia (aragon@phat.za.net)
Approved by: email with new maintainer |
2.62.3 05 Dec 2009 03:20:00 |
glarkin |
- Updated to 2.62.3
- Link against system MD5 libs instead of included modules to fix
CRAM-MD5 authentication
PR: ports/140175
Submitted by: Aragon Gouveia <aragon@phat.za.net> |
2.61.11.1_2 27 Jan 2009 23:10:03 |
glarkin |
- Fix ETCDIR removal problem after recent pkg-plist update
- Bump PORTREVISION
Reported by: itetcu, pointyhat (pav) |
2.61.11.1_1 15 Jan 2009 19:20:47 |
glarkin |
- Remove debug printf from upstream patch to quiet down cron
Reported by: Lars Francke <l dot francke at gmx dot de> |
2.61.11.1_1 08 Jan 2009 00:05:16 |
lx |
Fix to use pre-su-install instead of pre-install. Appease portlint
by using dirrmtry while I'm here.
Approved by: glarkin@ (maintainer) |
2.61.11.1_1 19 Nov 2008 21:23:49 |
glarkin |
- Take maintainership
- Various Makefile cleanups
- Added protection for config files, including group creation/
deletion
- Incorporated patches from http://bugs.debian.org/ssmtp to fix
compiler warnings
PR: ports/114945
Submitted by: znerd
Reviewed by: stas |
2.61.11.1 01 Sep 2008 08:18:28 |
clement |
- Drop maintainership |
2.61.11.1 14 Aug 2008 23:44:09 |
miwi |
- Update WWW
PR: 120689
Submitted by: Dimiter Ivanov <erazorbg@gmail.com>
Approved by: maintainer timeout |
2.61.11.1 18 Sep 2007 20:31:06 |
clement |
- Update to 2.61-11.1 |
2.61 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
2.61 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
2.61 05 Apr 2005 15:09:54 |
clement |
- Fix typo which prevent to build ssmtp MD5 auth
Reported by: bsdcrank at squbes dot com |
2.61 14 Oct 2004 07:27:20 |
clement |
- Update to 2.61 |
2.60.12 08 Aug 2004 09:26:18 |
clement |
- Update to ssmtp_2.60.12.
This release fixes most of auth smtp known bugs |
2.60.9 19 May 2004 21:26:43 |
clement |
- Update to 2.6.9
- Add WITHOUT_IPV6 and WITH_MD5AUTH knobs |
2.60.8 17 May 2004 10:33:35 |
clement |
- Add WITH_LOGFILE knob (additional logging over and above syslog) |
2.60.8 13 May 2004 00:30:05 |
eik |
update to 2.60.8
PR: 66585
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: clement |
2.60.4_2 25 Feb 2004 21:08:46 |
clement |
WITH_USERPREFS is now the default.
Define WITHOUT_USERPREFS to disable user preferences. |
2.60.4_2 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
2.60.4_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.60.4_1 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
2.60.4_1 08 Nov 2003 22:14:39 |
sergei |
- Add WITH_USERPREFS knob: a user can set his own reverse alias,
e.g.:
% echo "nospam@cotds.org" > ~/.ssmtprc
- Bump PORTREVISION
PR: 59063
Submitted by: maintainer |
2.60.4 01 Oct 2003 23:08:01 |
naddy |
- update to 2.60.4
- use proper OpenSSL hooks
- take maintainership
PR: 57450
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
2.60.3 04 Aug 2003 10:47:28 |
kris |
Switch to MASTER_SITE_DEBIAN_POOL
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru> |
2.60.3 14 Apr 2003 08:41:04 |
leeym |
- Use MASTER_SITE_DEBIAN
- Portlint
PR: 50925
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
2.60.3 14 Apr 2003 01:29:12 |
edwin |
update of mail/ssmtp to 2.50.9
update of mail/ssmtp to 2.60.3
PR: ports/40344
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
2.38 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
2.38 05 Dec 2002 01:05:20 |
billf |
change the 'IGNORE' statement to reflect that this port incorrectly
configures the hostname used in SMTP communication at compile-time instead
of install-time.
Approved by: portmgr (kkenn) |
2.38 13 Oct 2002 04:53:06 |
kris |
BROKEN -> IGNORE to prevent package build |
2.38 15 Aug 2002 22:27:04 |
naddy |
Debian FTP site has been reorganized, update MASTER_SITES accordingly.
PR: 41568
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
2.38 18 May 2002 15:38:12 |
brian |
Mark BROKEN:
pkg_add cannot create /etc/ssmtp/smmtp.conf |
29 Jan 2002 11:45:35 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
03 Oct 2001 16:48:29 |
dinoex |
fixed repair targert to build a valid /etc/mail/mailer.conf |
26 Feb 2001 05:17:57 |
steve |
Adding ssmtp version 2.38. A sendmail alternative for small routers (only for
outgoing mail). |