1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
Roman Bogorodskiy
d4324d8d71 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
2017-07-09 04:47:17 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Mathieu Arnold
8b4093cba5 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
2016-12-02 11:58:21 +00:00
Roman Bogorodskiy
c5343a0aee mail/msmtp: update to 1.6.6 2016-11-15 15:28:05 +00:00
Roman Bogorodskiy
435cc8e47a mail/msmtp: update to 1.6.5 2016-06-07 04:23:14 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Tijl Coosemans
6bc6f3a9e0 - 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)
2016-03-27 14:57:59 +00:00
Roman Bogorodskiy
36caf95e6f mail/msmtp: update to 1.6.4 2016-02-05 00:08:51 +00:00
Roman Bogorodskiy
dc5d07fed9 mail/msmtp: update to 1.6.3 2015-11-28 00:18:56 +00:00
Roman Bogorodskiy
ac3c933946 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
2015-11-26 22:20:28 +00:00
Roman Bogorodskiy
e4b6dab17f Use gmake to fix build on 9.x. 2015-04-28 17:56:51 +00:00
Roman Bogorodskiy
04bf5576e3 - 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
2015-04-27 18:27:54 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Tijl Coosemans
f1655c7b7a 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
2014-08-30 18:18:14 +00:00
Tijl Coosemans
3ab1b8443e - 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)
2014-07-23 09:54:02 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Dmitry Marakasov
eabe39d426 - 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
2014-06-03 13:58:32 +00:00
Roman Bogorodskiy
a63be7c40c Update to 1.4.32. 2014-03-10 16:58:45 +00:00
Pietro Cerutti
7c72e4d106 - STAGE-clean
- Convert to new LIB_DEPENDS format
2014-02-14 16:23:59 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Baptiste Daroussin
1ef1291892 Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
2013-08-31 00:38:29 +00:00
Roman Bogorodskiy
964e493546 Update to 1.4.31. 2013-04-25 15:24:22 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Roman Bogorodskiy
5b2a8ab9fa - 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
2013-02-02 17:01:31 +00:00
Roman Bogorodskiy
f0eaed85b8 - Update to 1.4.30
- Convert to new options
- Remove shlib versions from dependency
  lines to pet portlint
2013-02-02 13:16:30 +00:00
Roman Bogorodskiy
33d01dc0fb Update to 1.4.29. 2012-09-10 17:13:50 +00:00
Roman Bogorodskiy
b5a8ed5799 - Chase security/gsasl shlib version bump
- Bump PORTREVISION

PR:		168872
Submitted by:	rakuco
2012-06-09 06:36:51 +00:00
Roman Bogorodskiy
ca3747a164 - Update to 1.4.28
- Fix plist substitution

PR:		167518
Submitted by:	gahr
2012-05-02 11:48:24 +00:00
Roman Bogorodskiy
5ec360b901 - Add missing pkgconfig dependency
- Bump PORTREVISION

PR:		164792
Submitted by:	Stefan Krüger <stadtkind2@gmx.de>
2012-02-18 05:08:23 +00:00
Roman Bogorodskiy
ec20d7fabf Update to 1.4.27. 2012-01-11 03:16:41 +00:00
Roman Bogorodskiy
1e47a4c32b - Update to 1.4.26
- Add MSMTPQ knob to install offline messaging helper scripts

Feature safe:	yes
2011-12-06 20:40:29 +00:00
Roman Bogorodskiy
795439f86a Update to 1.4.25. 2011-10-17 19:30:12 +00:00
Roman Bogorodskiy
598b487a5e - Pet portlint(1)
- Introduce GNOME_KEYRING option

PR:		158596 (based on)
Submitted by:	jlaffaye
2011-07-05 10:47:20 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Roman Bogorodskiy
7e42330e3f - Update to 1.4.24
- Make OpenSSL support enabled by default
2011-05-18 09:47:14 +00:00
Wen Heping
43721c23d5 - Bump PORTREVISION to chase the update of dns/libidn 2011-03-14 08:40:06 +00:00
Johan van Selst
95d4a46070 Chase security/gsasl update 2011-02-25 14:13:56 +00:00
Roman Bogorodskiy
b4f76b8b39 - Update to 1.4.23
- Define LICENSE

Feature safe:	yes
2011-01-18 19:36:38 +00:00
Roman Bogorodskiy
84ec9c76aa - Update to 1.4.22
- Pet portlint by fixing broken tabs introduced
  by committing of ports/149075 by pgollucci@
2010-12-31 11:49:53 +00:00
Philip M. Gollucci
cafa6b4f9e - Add OPTIONS
PR:             ports/149075
Submitted by:   David DEMELIER <demelier.david@gmail.com>
Approved by:    maintainer timeout (novel ; 134 days)
2010-12-10 23:03:52 +00:00
Roman Bogorodskiy
cc6321e4b6 Update to 1.4.21. 2010-07-15 20:01:54 +00:00
Roman Bogorodskiy
c799fe7958 Update to 1.4.20. 2010-06-14 10:10:50 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Kirill Ponomarev
3a93a11f4f Chase deps shlib version after updating security/gsasl 2009-12-15 20:59:48 +00:00
Roman Bogorodskiy
6717322abb Update to 1.4.19.
PR:		139889
Submitted by:	sylvio
2009-11-20 19:04:49 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Kirill Ponomarev
eb3283ed6e Chase libs for previous security/gsasl update. 2009-02-06 07:24:05 +00:00
Roman Bogorodskiy
c0244a6baf Update to 1.4.17. 2008-12-27 07:39:47 +00:00