notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: mail/msmtp/Makefile

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »  

Sunday, 10 Mar 2024
09:55 Nuno Teixeira (eduardo) search for other commits by this committer
mail/msmtp: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 3399c4d9e89523c865960297fcdebf03008c40d9 commit hash: 3399c4d9e89523c865960297fcdebf03008c40d9 commit hash: 3399c4d9e89523c865960297fcdebf03008c40d9 commit hash: 3399c4d9e89523c865960297fcdebf03008c40d9 3399c4d
Monday, 30 Oct 2023
18:34 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.25
commit hash: 914250b83e895082712d7049326549ebfb60c5fc commit hash: 914250b83e895082712d7049326549ebfb60c5fc commit hash: 914250b83e895082712d7049326549ebfb60c5fc commit hash: 914250b83e895082712d7049326549ebfb60c5fc 914250b
Monday, 21 Aug 2023
17:50 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: don't run autoreconf

The 'autoreconf' was added due to the PATCHFILE added in 04ea6b3ea148.
This patch was later removed, but the 'autoreconf' was left, causing
some issues, for example, requiring gettext during the build stage,
even when NLS is disabled.

Reported by:	Ole Lemke
commit hash: 7c569a672bdaabfb620a62543b4dc06cae7e5acd commit hash: 7c569a672bdaabfb620a62543b4dc06cae7e5acd commit hash: 7c569a672bdaabfb620a62543b4dc06cae7e5acd commit hash: 7c569a672bdaabfb620a62543b4dc06cae7e5acd 7c569a6
Monday, 17 Jul 2023
19:17 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.24
commit hash: 2a86a140eb4c184b1439c86d34f98355ee5817bf commit hash: 2a86a140eb4c184b1439c86d34f98355ee5817bf commit hash: 2a86a140eb4c184b1439c86d34f98355ee5817bf commit hash: 2a86a140eb4c184b1439c86d34f98355ee5817bf 2a86a14
Saturday, 4 Feb 2023
16:39 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.23
commit hash: b8c9e8a026cce9139adee47d87c344e0fbd93aa5 commit hash: b8c9e8a026cce9139adee47d87c344e0fbd93aa5 commit hash: b8c9e8a026cce9139adee47d87c344e0fbd93aa5 commit hash: b8c9e8a026cce9139adee47d87c344e0fbd93aa5 b8c9e8a
Monday, 24 Oct 2022
18:29 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.22
commit hash: a21127f19aedbb6e211d90dcd34cc6dd86fc6e02 commit hash: a21127f19aedbb6e211d90dcd34cc6dd86fc6e02 commit hash: a21127f19aedbb6e211d90dcd34cc6dd86fc6e02 commit hash: a21127f19aedbb6e211d90dcd34cc6dd86fc6e02 a21127f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Wittig <alexander@wittig.name>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Ali Mashtizadeh <ali@mashtizadeh.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Venturoli <freebsd@netfence.it>
  *  Andrew J. Caines <A.J.Caines@halplant.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stevenson <andrew@ugh.net.au>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey V. Pevnev <andrey@mgul.ac.ru>
  *  Andrey Zakhvatov
  *  Andy Gilligan
  *  Anthony Kim
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Lysenok <bart@tapolsky.net.ua>
  *  Anton Yuzhaninov <citrin@rambler-co.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Steiner <ast@treibsand.com>
  *  Ben Smithurst <ben@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chifeng QU <chifeng@gmail.com>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Elkins <chrise@scardini.com>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Cyril Guibourg
  *  CyrilM <cyrilm@tower.pp.ru>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Dario Freni <saturnero@gufi.org>
  *  Darren Pilgrim <ports.maintainer@evilphi.com>
  *  DarwinSurvivor <darwinsurvivor@gmail.com>
  *  David Bushong <david+ports@bushong.net>
  *  David O'Brien (obrien@NUXI.com)
  *  David Siebörger <drs@rucus.ru.ac.za>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dominic Marks <dom@wirespeed.org.uk>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene M. Kim <ab@astralblue.net>
  *  Fukang Chen <loader@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerhard Gonter <g.gonter@ieee.org>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Giel van Schijndel <me@mortis.eu>
  *  Glen Barber <gjb@FreeBSD.org>
  *  Glenn Johnson <gljohns@bellsouth.net>
  *  Gregory Sutter <gsutter@zer0.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Harry Newton
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  Issei Suzuki <issei@jp.FreeBSD.org>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Raftery <james@now.ie>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Janne Snabb <snabb@epipe.com>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Oxley <john@yoafrica.com>
  *  John Prather
  *  Josh Gilliam <josh@quick.net>
  *  Jun-ichiro Hagino <itojun@itojun.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kay Abendroth <kay.abendroth@raxion.net>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Larry Rosenman <ler@FreeBSD.org>
  *  Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lefteris Chatzibarbas <lefcha@hellug.gr>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Marcelo Araujo <araujobsd@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marijn Meijles <marijn@stack.nl>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br>
  *  Mario S F Ferreira <lioux@linf.unb.br> # Created by Matthias Andree
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Starovoytov <mark_sf@kikg.ifmo.ru>
  *  Martin Blapp
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Martti Kuparinen <martti.kuparinen@ericsson.com>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masafumi Otsune <info@otsune.com>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew N. Dodd <mdodd@FreeBSD.org>
  *  Matthew Seaman
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max Laier <max@love2party.net>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxim Tulyuk <mt@primats.org.ua>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Ranner <michael@ranner.eu>
  *  Miguel Mendez <flynn@energyhq.es.eu.org>
  *  Mij <mij@bitchx.it>
  *  Mikhail T. (m.tsatsenko@gmail.com)
  *  Mikhail Teterin
  *  Miroslav Lachman
  *  Mohammad S. Babaei <info@babaei.net>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Nagy, Attila <bra@fsn.hu>
  *  Nate Underwood <natey@natey.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Neil Darlow <neil@darlow.co.uk>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Netherby <netherby@dancingfortune.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Eikemeier
  *  Oliver Eikemeier <eik@FreeBSD.org>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Omer Faruk Sen <ofsen@enderunix.org>
  *  Ozkan KIRIK <ozkan@enderunix.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pawel Pekala <pawel@freebsd.org>
  *  Pete Fritchman <petef@databits.net >
  *  Peter Hollaubek <fifteen@inext.hu>
  *  Peter Kieser <peter@kieser.ca>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Wemm <peter@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  R.I.Pienaar <rip@devco.net>
  *  Radim Kolar
  *  RicardoSSP <ricardo.katz@gmail.com>
  *  Rob Evers <rob@debank.tv>
  *  Robert Felber <robtone@ek-muc.de>
  *  Robert Nelson <robertn@the-nelsons.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Satoru Suzuki <xsuzu@yokohama.riken.jp>
  *  Scott Blachowicz <scott+ports@sabami.seaslug.org>
  *  Scott Lambert <lambert@lambertfam.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Barner <barner@in.tum.de>
  *  Simon Dick <simond@irrelevant.org>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Bethke <stb@lassitu.de>
  *  Stephen Roznowski <sjr1@flash.net>
  *  Stephon Chen <stephon@pixnet.tw>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  Talal Al-Dik <tad@vif.com>
  *  Ted Faber <faber@isi.edu>
  *  Terry Sposato
  *  The Anarcat <anarcat@anarcat.ath.cx>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Lotterer <thomas.lotterer@cw.com>
  *  Thomas Seck <tmseck@netcologne.de>
  *  Tim Bishop <tim@bishnet.net>
  *  Tom Hukins <tom@eborcom.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomasz Paszkowski <ns88@k.pl>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Trish Lynch <trish@bsdunix.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Udo Schweigert
  *  Udo Schweigert <ust@cert.siemens.de>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Victor Balada Diaz <victor@bsdes.net>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Ville Eerola <ve@sci.fi>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vsevolod Lobko <seva@sevasoft.kiev.ua>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yoshisato YANAGISAWA
  *  Zak Johnson <zakj@nox.cx>
  *  Zane C. Bowers
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  arensb@ooblick.com
  *  bremner@unb.ca
  *  brett@peloton.physics.montana.edu
  *  bsam
  *  chinsan
  *  chris
  *  chris@shagged.org
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  dchapes@zeus.leitch.com
  *  delphij@FreeBSD.org
  *  delphij@FreeBSD.org.cn
  *  dhagan@cs.vt.edu
  *  dliakh
  *  dlowe
  *  dm
  *  eivind
  *  fluffy
  *  gahr
  *  gmarco@scotty.masternet.it
  *  gmc@sonologic.nl
  *  ijliao
  *  ismail@enderunix.org
  *  itojun@itojun.org
  *  janos.mohacsi@bsd.hu
  *  johnpupu <johnpupu@gmail.com>
  *  kaz
  *  krion
  *  liamfoy@sepulcrum.org
  *  markm@FreeBSD.org
  *  matusita@FreeBSD.org
  *  mich@freebsdcluster.org
  *  mwest@uct.ac.za
  *  n_hibma@qubesoft.com
  *  nbm
  *  nork@FreeBSD.org
  *  ofsen@enderunix.org
  *  pat
  *  petef
  *  petef@FreeBSD.org
  *  pst
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rea@FreeBSD.org
  *  roam@FreeBSD.org
  *  sheldonh@FreeBSD.org
  *  shigeri <shigeri@m10.alpha-net.ne.jp>
  *  snowchyld
  *  tobez@tobez.org
  *  torstenb
  *  trevor
  *  v.velox@vvelox.net
  *  vanilla
  *  will
  *  wolpert

With hat:	portmgr
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 b587cc2
Tuesday, 21 Jun 2022
20:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/libgsasl: Update to 2.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
commit hash: b42e7a0d4f867c70519806553bc58f6fe70a32ea commit hash: b42e7a0d4f867c70519806553bc58f6fe70a32ea commit hash: b42e7a0d4f867c70519806553bc58f6fe70a32ea commit hash: b42e7a0d4f867c70519806553bc58f6fe70a32ea b42e7a0
Saturday, 26 Mar 2022
12:56 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.20
commit hash: cac290bf9c0e6c894e0cdd971a40e229f3125aad commit hash: cac290bf9c0e6c894e0cdd971a40e229f3125aad commit hash: cac290bf9c0e6c894e0cdd971a40e229f3125aad commit hash: cac290bf9c0e6c894e0cdd971a40e229f3125aad cac290b
Friday, 5 Nov 2021
07:45 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.19
commit hash: 3332785cdc2723fb7aaa20f27459a82307334781 commit hash: 3332785cdc2723fb7aaa20f27459a82307334781 commit hash: 3332785cdc2723fb7aaa20f27459a82307334781 commit hash: 3332785cdc2723fb7aaa20f27459a82307334781 3332785
Monday, 25 Oct 2021
11:14 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.18
commit hash: 68053ad89ab303d62ec3af87b4aa4a69fdf79794 commit hash: 68053ad89ab303d62ec3af87b4aa4a69fdf79794 commit hash: 68053ad89ab303d62ec3af87b4aa4a69fdf79794 commit hash: 68053ad89ab303d62ec3af87b4aa4a69fdf79794 68053ad
Saturday, 16 Oct 2021
04:17 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.17

New PATCHFILE is needed to add a missing libintl lib to msmtpd linked
libraries.
commit hash: 04ea6b3ea14861b226e0b3cb88e3604ac474136b commit hash: 04ea6b3ea14861b226e0b3cb88e3604ac474136b commit hash: 04ea6b3ea14861b226e0b3cb88e3604ac474136b commit hash: 04ea6b3ea14861b226e0b3cb88e3604ac474136b 04ea6b3
Friday, 8 Oct 2021
11:26 Bernhard Froehlich (decke) search for other commits by this committer
mail/msmtp: Add CPE information

Approved by:    portmgr (blanket)
commit hash: fad047d1db5c575eb15ef59340279f5dff7458dc commit hash: fad047d1db5c575eb15ef59340279f5dff7458dc commit hash: fad047d1db5c575eb15ef59340279f5dff7458dc commit hash: fad047d1db5c575eb15ef59340279f5dff7458dc fad047d
Friday, 17 Sep 2021
13:57 Roman Bogorodskiy (novel) search for other commits by this committer
mail/msmtp: update to 1.8.16
commit hash: 76dfa93059da63ed11e4994db86590c6a417faa4 commit hash: 76dfa93059da63ed11e4994db86590c6a417faa4 commit hash: 76dfa93059da63ed11e4994db86590c6a417faa4 commit hash: 76dfa93059da63ed11e4994db86590c6a417faa4 76dfa93
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 13 Mar 2021
06:23 novel search for other commits by this committer
mail/msmtp: update to 1.8.15
Original commitRevision:568231 
Friday, 1 Jan 2021
06:40 novel search for other commits by this committer
mail/msmtp: update to 1.8.14
Original commitRevision:559808 
Monday, 16 Nov 2020
11:37 novel search for other commits by this committer
mail/msmtp: update to 1.8.13
Original commitRevision:555467 
Saturday, 22 Aug 2020
04:26 novel search for other commits by this committer
mail/msmtp: update to 1.8.12
Original commitRevision:545734 
Saturday, 13 Jun 2020
12:58 novel search for other commits by this committer
mail/msmtp: update to 1.8.11
Original commitRevision:538666 
Friday, 24 Apr 2020
11:27 novel search for other commits by this committer
mail/msmtp: update to 1.8.10
Original commitRevision:532755 
Monday, 13 Apr 2020
08:37 novel search for other commits by this committer
mail/msmtp: update to 1.8.8
Original commitRevision:531584 
Sunday, 23 Feb 2020
08:07 sunpoet search for other commits by this committer
Update LIB_DEPENDS after splitting gsasl library into libgsasl

- Bump PORTREVISION for dependency change
Original commitRevision:526896 
Monday, 13 Jan 2020
12:07 novel search for other commits by this committer
mail/msmtp: update to 1.8.7
Original commitRevision:522882 
Wednesday, 9 Oct 2019
12:06 bapt search for other commits by this committer
Drop the ipv6 virtual category for m* category as it is not relevant anymore
Original commitRevision:514142 
Saturday, 28 Sep 2019
14:46 novel search for other commits by this committer
mail/msmtp: update to 1.8.6
Original commitRevision:513134 
Saturday, 13 Jul 2019
07:26 novel search for other commits by this committer
mail/msmtp: update to 1.8.5
Original commitRevision:506510 
Friday, 26 Apr 2019
14:33 novel search for other commits by this committer
mail/msmtp: update to 1.8.4
Original commitRevision:500109 
Friday, 15 Feb 2019
14:49 novel search for other commits by this committer
mail/msmtp: update to 1.8.3

This fixes a security problem in version 1.8.2,
when tls_trust_file has its default configuration,
certificate-verification results are not properly checked.

MFH is not needed as 2019Q1 has 1.8.1 which is not affected.
Original commitRevision:493000 
Saturday, 9 Feb 2019
23:25 sunpoet search for other commits by this committer
Update dns/libidn2 to 2.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
Original commitRevision:492534 
Tuesday, 15 Jan 2019
14:31 novel search for other commits by this committer
mail/msmtp: update to 1.8.2
Original commitRevision:490377 
Sunday, 6 Jan 2019
20:39 sunpoet search for other commits by this committer
Update dns/libidn2 to 2.1.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
Original commitRevision:489529 
Sunday, 9 Dec 2018
10:00 novel search for other commits by this committer
mail/msmtp: update to 1.8.1
Original commitRevision:487034 
Wednesday, 7 Nov 2018
15:47 novel search for other commits by this committer
mail/msmtp: use proper configure argument for tls

Correct option is '--with-tls=' now, not '--with-ssl='.

PR:		233041
Submitted by:	Igor Zabelin
Original commitRevision:484401 
Saturday, 6 Oct 2018
13:50 novel search for other commits by this committer
mail/msmtp: update to 1.8.0

 - Add MSMTPD option that install minimal SMTP server called msmtpd
   that listens on the local host and pipes mails to msmtp
   (or another program); enabled by default,
 - Upstream switched from libidn to libidn2, update dependency
   accordingly,
 - Enable GNUTLS by default instead of OPENSSL as per upstream
   recommendation [1].

1: https://marlam.de/msmtp/news/openssl-discouraged/
Original commitRevision:481366 
Sunday, 1 Jul 2018
09:09 novel search for other commits by this committer
mail/msmtp: update to 1.6.8
Original commitRevision:473659 
Sunday, 24 Jun 2018
04:19 novel search for other commits by this committer
mail/msmtp: update to 1.6.7

Project has moved from sourceforge to a new site, so update
MASTER_SITES and WWW. Also, drop reference to mail/msmtpqueue
(which was integrated into this port long ago) from pkg-descr.
Original commitRevision:473177 
Sunday, 9 Jul 2017
04:47 novel search for other commits by this committer
mail/msmtp: depend on bash for msmtpq

When MSMTPQ option (which installs offline message queueing scripts)
is enabled, depend on shells/bash because these scripts require bash.

Bump PORTREVISION.

PR:		220439
Submitted by:	Moritz Wilhelmy
MFH:		2017Q3
Original commitRevision:445367 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:427552 
Tuesday, 15 Nov 2016
15:28 novel search for other commits by this committer
mail/msmtp: update to 1.6.6
Original commitRevision:426171 
Tuesday, 7 Jun 2016
04:23 novel search for other commits by this committer
mail/msmtp: update to 1.6.5
Original commitRevision:416494 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Friday, 5 Feb 2016
00:08 novel search for other commits by this committer
mail/msmtp: update to 1.6.4
Original commitRevision:408121 
Saturday, 28 Nov 2015
00:18 novel search for other commits by this committer
mail/msmtp: update to 1.6.3
Original commitRevision:402501 
Thursday, 26 Nov 2015
22:20 novel search for other commits by this committer
mail/msmtp: fix configuration for gnome password management

In order to enable password management, now '--with-libsecret'
option should be used instead of '--with-gnome-keyring'.

So fix configure args and rename the GNOMEKEYRING option to
LIBSECRET.

Also modernize options usage and bump PORTREVISION due to
package change.

PR:		204760 (with minor edits)
Submitted by:	John Hein
MFH:		2015Q4
Original commitRevision:402464 
Tuesday, 28 Apr 2015
17:56 novel search for other commits by this committer
Use gmake to fix build on 9.x.
Original commitRevision:384931 
Monday, 27 Apr 2015
18:27 novel search for other commits by this committer
- Update to 1.6.2
- Drop the man page patch and use REINPLACE_CMD instead to provide a proper
  SSL certs path in config sample
Original commitRevision:384862 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Original commitRevision:366659 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Thursday, 26 Jun 2014
08:41 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359321 
Tuesday, 3 Jun 2014
13:58 amdmi3 search for other commits by this committer
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports

Approved by:	portmgr blanket
Original commitRevision:356368 
Monday, 10 Mar 2014
16:58 novel search for other commits by this committer
Update to 1.4.32.
Original commitRevision:347782 
Friday, 14 Feb 2014
16:23 gahr search for other commits by this committer
- STAGE-clean
- Convert to new LIB_DEPENDS format
Original commitRevision:344278 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Saturday, 31 Aug 2013
00:38 bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Original commitRevision:325753 
Thursday, 25 Apr 2013
15:24 novel search for other commits by this committer
Update to 1.4.31.
Original commitRevision:316520 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 2 Feb 2013
17:01 novel search for other commits by this committer
- Rename option GNOME_KEYRING to GNOMEKEYRING which appears to
  be a canonical name for it
- Drop description for options that already have it defined

Noted by:	danfe
Original commitRevision:311435 
13:16 novel search for other commits by this committer
- Update to 1.4.30
- Convert to new options
- Remove shlib versions from dependency
  lines to pet portlint
Original commitRevision:311426 
Monday, 10 Sep 2012
17:13 novel search for other commits by this committer
Update to 1.4.29.
Original commitRevision:304040 
Saturday, 9 Jun 2012
06:36 novel search for other commits by this committer
- Chase security/gsasl shlib version bump
- Bump PORTREVISION

PR:             168872
Submitted by:   rakuco
Original commit
Wednesday, 2 May 2012
11:48 novel search for other commits by this committer
- Update to 1.4.28
- Fix plist substitution

PR:             167518
Submitted by:   gahr
Original commit
Saturday, 18 Feb 2012
05:08 novel search for other commits by this committer
- Add missing pkgconfig dependency
- Bump PORTREVISION

PR:             164792
Submitted by:   Stefan Krüger <stadtkind2@gmx.de>
Original commit
Wednesday, 11 Jan 2012
03:16 novel search for other commits by this committer
Update to 1.4.27.
Original commit
Tuesday, 6 Dec 2011
20:40 novel search for other commits by this committer
- Update to 1.4.26
- Add MSMTPQ knob to install offline messaging helper scripts

Feature safe:   yes
Original commit
Monday, 17 Oct 2011
19:30 novel search for other commits by this committer
Update to 1.4.25.
Original commit
Tuesday, 5 Jul 2011
10:47 novel search for other commits by this committer
- Pet portlint(1)
- Introduce GNOME_KEYRING option

PR:             158596 (based on)
Submitted by:   jlaffaye
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Wednesday, 18 May 2011
09:47 novel search for other commits by this committer
- Update to 1.4.24
- Make OpenSSL support enabled by default
Original commit
Monday, 14 Mar 2011
08:40 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
Original commit
Friday, 25 Feb 2011
14:13 johans search for other commits by this committer
Chase security/gsasl update
Original commit
Tuesday, 18 Jan 2011
19:36 novel search for other commits by this committer
- Update to 1.4.23
- Define LICENSE

Feature safe:   yes
Original commit
Friday, 31 Dec 2010
11:49 novel search for other commits by this committer
- Update to 1.4.22
- Pet portlint by fixing broken tabs introduced
  by committing of ports/149075 by pgollucci@
Original commit
Friday, 10 Dec 2010
23:03 pgollucci search for other commits by this committer
- Add OPTIONS

PR:             ports/149075
Submitted by:   David DEMELIER <demelier.david@gmail.com>
Approved by:    maintainer timeout (novel ; 134 days)
Original commit
Thursday, 15 Jul 2010
20:01 novel search for other commits by this committer
Update to 1.4.21.
Original commit
Monday, 14 Jun 2010
10:10 novel search for other commits by this committer
Update to 1.4.20.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Tuesday, 15 Dec 2009
20:59 krion search for other commits by this committer
Chase deps shlib version after updating security/gsasl
Original commit
Friday, 20 Nov 2009
19:04 novel search for other commits by this committer
Update to 1.4.19.

PR:             139889
Submitted by:   sylvio
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Sunday, 16 Aug 2009
18:04 novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Original commit
Friday, 6 Feb 2009
07:24 krion search for other commits by this committer
Chase libs for previous security/gsasl update.
Original commit
Saturday, 27 Dec 2008
07:39 novel search for other commits by this committer
Update to 1.4.17.
Original commit
Tuesday, 26 Aug 2008
20:28 krion search for other commits by this committer
- Update to version 0.2.28
- Bump sh lib version on depending ports

PR:             ports/126857
Submitted by:   mm@FreeBSD.org
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - 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)
Original commit
Saturday, 2 Aug 2008
06:17 novel search for other commits by this committer
Update to 1.4.16.
Original commit
Friday, 20 Jun 2008
06:45 novel search for other commits by this committer
- Update to 1.4.15
- Depend on security/ca_root_nss instead of expired security/ca-roots
Original commit
Friday, 6 Jun 2008
13:43 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 3 May 2008
06:53 novel search for other commits by this committer
Update to 1.4.14.
Original commit
Thursday, 20 Mar 2008
09:51 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Monday, 3 Mar 2008
11:57 novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Original commit
Wednesday, 5 Sep 2007
13:57 krion search for other commits by this committer
Chase libver after security/gsasl update.
Original commit
Thursday, 2 Aug 2007
12:13 novel search for other commits by this committer
Update to 1.4.13.
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  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
Original commit
Sunday, 1 Jul 2007
08:56 novel search for other commits by this committer
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Original commit
Monday, 25 Jun 2007
17:18 novel search for other commits by this committer
Update to 1.4.12.
Original commit
Friday, 1 Jun 2007
08:24 krion search for other commits by this committer
Chase increase of security/gsasl shlib version.
Original commit

Number of commits found: 131 (showing only 100 on this page)

1 | 2  »