aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
Commit message (Collapse)AuthorAgeFilesLines
* Chase libs for previous security/gsasl update.Kirill Ponomarev2009-02-061-1/+2
| | | | Notes: svn path=/head/; revision=227709
* Update to 1.4.17.Roman Bogorodskiy2008-12-272-5/+4
| | | | Notes: svn path=/head/; revision=224847
* - Update to version 0.2.28Kirill Ponomarev2008-08-261-1/+2
| | | | | | | | | | - Bump sh lib version on depending ports PR: ports/126857 Submitted by: mm@FreeBSD.org Notes: svn path=/head/; revision=219242
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Update to 1.4.16.Roman Bogorodskiy2008-08-022-4/+4
| | | | Notes: svn path=/head/; revision=217933
* - Update to 1.4.15Roman Bogorodskiy2008-06-203-17/+16
| | | | | | | - Depend on security/ca_root_nss instead of expired security/ca-roots Notes: svn path=/head/; revision=215320
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 1.4.14.Roman Bogorodskiy2008-05-032-5/+4
| | | | Notes: svn path=/head/; revision=212517
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-1/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Chase libver after security/gsasl update.Kirill Ponomarev2007-09-051-1/+1
| | | | Notes: svn path=/head/; revision=198835
* Update to 1.4.13.Roman Bogorodskiy2007-08-022-5/+4
| | | | Notes: svn path=/head/; revision=196954
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* Update to 1.4.12.Roman Bogorodskiy2007-06-252-4/+4
| | | | Notes: svn path=/head/; revision=194241
* Chase increase of security/gsasl shlib version.Kirill Ponomarev2007-06-011-1/+1
| | | | Notes: svn path=/head/; revision=192513
* - Add a dependency on security/ca-roots if using OpenSSL or gnutlsRoman Bogorodskiy2007-04-272-0/+27
| | | | | | | | | | - Adjust manpage to point to the right SSL keys location PR: ports/112011 Submitted by: Scott Robbins <scottro@nyc.rr.com> Notes: svn path=/head/; revision=190989
* Update to 1.4.11.Roman Bogorodskiy2007-04-122-4/+4
| | | | Notes: svn path=/head/; revision=189839
* Update to 1.4.10.Roman Bogorodskiy2007-02-112-5/+4
| | | | Notes: svn path=/head/; revision=184880
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-1/+2
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* Update to 1.4.9.Roman Bogorodskiy2006-12-032-4/+4
| | | | Notes: svn path=/head/; revision=178658
* Update to 1.4.8.Roman Bogorodskiy2006-11-203-5/+4
| | | | Notes: svn path=/head/; revision=177655
* Remove an obsolete patch.Roman Bogorodskiy2006-08-231-13/+0
| | | | Notes: svn path=/head/; revision=171286
* Update to 1.4.7.Roman Bogorodskiy2006-08-213-5/+5
| | | | Notes: svn path=/head/; revision=171082
* Fix build on 4.x.Roman Bogorodskiy2006-08-111-0/+13
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=170364
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-061-1/+2
| | | | Notes: svn path=/head/; revision=167068
* Update to 1.4.6.Roman Bogorodskiy2006-06-202-7/+15
| | | | Notes: svn path=/head/; revision=165830
* Depend on gnutls instead of gnutls-devel in:Roman Bogorodskiy2006-01-101-1/+1
| | | | | | | | | | - mail/msmtp [1] - ftp/wzdftpd Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1] Notes: svn path=/head/; revision=153206
* Update to 1.4.5.Roman Bogorodskiy2005-12-302-3/+4
| | | | | | | | PR: 91091 Submitted by: Babak Farrokhi <babak@farrokhi.net> Notes: svn path=/head/; revision=152429
* Revive WITH_GNUTLS knob by depending on gnutls-devel.Roman Bogorodskiy2005-12-221-7/+2
| | | | Notes: svn path=/head/; revision=151866
* Update to 1.4.4.Roman Bogorodskiy2005-08-302-3/+3
| | | | Notes: svn path=/head/; revision=141441
* Update to 1.4.3.Roman Bogorodskiy2005-07-202-3/+3
| | | | | | | | PR: 83714 (based on) Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=139672
* - Update to 1.4.2Roman Bogorodskiy2005-07-093-4/+14
| | | | | | | - Added NLS support (can be disabled using WITHOUT_NLS knob) Notes: svn path=/head/; revision=138759
* Update to 1.4.1.Roman Bogorodskiy2005-05-293-15/+3
| | | | Notes: svn path=/head/; revision=136369
* Add previously forgotten INFO to fix plist.Roman Bogorodskiy2005-04-201-0/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=133721
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 1.4.0 (new stable version).Roman Bogorodskiy2005-04-103-11/+23
| | | | Notes: svn path=/head/; revision=132876
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* - Define conflicts with msmtp-develPav Lucistnik2005-01-151-2/+4
| | | | | | | | PR: ports/76046 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=126521
* Update to 1.2.4Kirill Ponomarev2004-10-132-3/+3
| | | | | | | | PR: ports/72641 Submitted by: maintainer Notes: svn path=/head/; revision=119229
* Update to 1.2.2Volker Stolz2004-08-192-3/+3
| | | | | | | | PR: ports/70641 Submitted by: Roman Bogorodskiy (maintainer) Notes: svn path=/head/; revision=116690
* update to 1.2.1Sergey Matveychuk2004-08-022-3/+3
| | | | | | | | PR: ports/69903 Submitted by: maintainer Notes: svn path=/head/; revision=115262
* Retire mail/msmtp-devel: mail/msmtp is the new stable version and no newVolker Stolz2004-07-193-7/+8
| | | | | | | | | | | development version exists. PR: ports/69244 Submitted by: Roman Bogorodskiy (msmtp-devel maintainer) Approved by: R.I.Pienaar (msmtp maintainer) Notes: svn path=/head/; revision=114190
* - Add note pointing to msmtpqueuePav Lucistnik2004-06-221-0/+2
| | | | | | | | | PR: ports/68195 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer Notes: svn path=/head/; revision=112008
* - Update to 1.0.0Pav Lucistnik2004-06-032-5/+4
| | | | | | | | | PR: ports/67494 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer Notes: svn path=/head/; revision=110742
* - Update to 0.7.2Pav Lucistnik2004-04-034-70/+40
| | | | | | | | | PR: ports/65094 Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Approved by: maintainer Notes: svn path=/head/; revision=106060
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* - Update to version 0.5.0 [1]Kirill Ponomarev2003-09-252-4/+19
| | | | | | | | | | - Honour CFLAGS [2] PR: 56602 Submitted by: maintainer [1], krion [2] Notes: svn path=/head/; revision=89388