Commit graph

42 commits

Author SHA1 Message Date
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Jan Beich
21a7215c9a devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
2017-02-04 07:56:59 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Dima Panov
0e79a0f738 - Get rid of USE_OPENSSL, switch to USES= ssl 2016-12-07 15:34:35 +00:00
Ashish SHUKLA
d8be863d00 Assign ports to fluffy@, who is actively tracking OpenSMTPD
development, and has kindly agreed to take the maintainership
of following ports:

  - dns/libasr
  - dns/libasr-devel
  - mail/opensmtpd
  - mail/opensmtpd-devel

Thank you!
2016-10-17 10:38:05 +00:00
Ashish SHUKLA
fd369cbced - Update to 201606220754
Submitted by:	fluffy (private mail)
2016-06-27 11:38:18 +00:00
Ashish SHUKLA
b18226c2c5 - Update to 201606152203p1
- Remove the already upstream-ed diff
2016-06-20 05:46:08 +00:00
Ashish SHUKLA
cec8c4fe51 - Update to 201606062303
- Add fix for issue #702 (in OpenSMTPD) which was resulting in build
  error on FreeBSD 9.x
2016-06-07 09:20:07 +00:00
Ashish SHUKLA
e0af6de415 - Update to 201605221711[1]
- Add option for table db (aliases)[1]
- Add CPE information[1]

PR:		209770[1] 208991
Submitted by:	fluffy[1]
2016-05-30 00:17:50 +00:00
Dima Panov
8ca6393dd4 - Allow custom config file in rc script for both stable/devel ports
- While here, create makemap symlink only with TABLE_DB enabled

Reported by:	myself (for adamw)
Reviewed by:	adamw
Approved by:	miwi (mentor, implicit)
2016-05-27 07:02:55 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +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
Ashish SHUKLA
415c9a4158 - Revert r409521, due to bad testing on my part
Reported by:	fluffy
2016-02-25 16:57:44 +00:00
Ashish SHUKLA
8c2cbd7198 - Mark as broken with LIBASR option, due to incompatibility 2016-02-25 14:21:08 +00:00
Ashish SHUKLA
61f8196a68 - Add the CPE_VENDOR missed in previous commit 2016-02-22 12:38:13 +00:00
Ashish SHUKLA
28282de23b - Update to 201602131907[1]
- Switch to using DISTVERSIONSUFFIX[1]
- Add SSL_PORT option to specify if OpenSSL from ports is to be used[1]
- Enforce SSL_PORT for 9.x[1]
- Cleanup OPTIONS[1]
- Remove unnecessary diffs[1]
- Add diff to handle long usernames (from mail/opensmtpd)
- Mark smtpctl binary as setgid for offline mail queuing to work
  (reported/committed upstream)
- Explicitly create symlink for makemap, as mailwrapper does not seem
  to manage the symlink
- Fix rc.d script as process name has been changed

PR:		206357
Submitted by:	Andrey Fesenko <andrey at bsdnir dot info>[1]
2016-02-22 12:21:22 +00:00
Dmitry Marakasov
b973963717 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-12-26 15:30:45 +00:00
Mathieu Arnold
320514f1dd It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion.  Set fbsd:nokeywords to a couple of patches.

With hat:	portmgr
Sponsored by:	Absolight
2015-09-16 13:03:45 +00:00
Ashish SHUKLA
64c5551aa5 - Update to 201506112227
- Enable "db" backend by default

PR:		200981
Submitted by:	Andrey Fesenko <andrey@bsdnir.info>
2015-06-23 10:43:59 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Ashish SHUKLA
1bef36aa0c - Add OPTION to only update mailer.conf(5) on demand
- Update COMMENT so it complies with guidelines in Porter's
  Handbook

PR:		198375
Submitted by:	adamw
2015-03-29 05:17:43 +00:00
Ashish SHUKLA
1b75f6827a - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:51:06 +00:00
Ashish SHUKLA
835bf893ef OpenSMTPD port updates
mail/opensmtpd:
 - Update to 5.4.4p1
 - Add LIBASRDEVEL option to depend on dns/libasr-devel
 - Use OpenSSL from ports, should help with migration to LibreSSL
 - Explicitly provide path to OpenSSL[1]

mail/opensmtpd-devel:
 - Update to 201502012312
 - Add LIBASR option to depend on dns/libasr
 - Remove MYSQL, PGSQL, LDAP, and REDIS options as they're removed
   upstream
 - Add a note for above to UPDATING
 - Explicitly provide path to OpenSSL[1]
 - Add a diff to fix build failure on FreeBSD[2]

Reported by:	TJ <tj at mrsk.me> (via private email)
Submitted by:	Herbert J. Skuhra <herbert at oslo.ath.cx> (via list)
2015-02-07 19:04:15 +00:00
Chris Rees
1e94b6fb2f Switch to USES=pgsql 2014-11-22 19:13:49 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Ashish SHUKLA
ab8dff2e80 - Fix rc.d script so it can distinguish between smtpd processes
running between host and jail

Submitted by:	Creaky <whatexercise at gmail.com> (via private email)
2014-08-31 04:13:16 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Baptiste Daroussin
f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Ashish SHUKLA
5a2ce98c64 - Make rc.d script sends signals only to the parent daemon process to
fix a race condition.

Submitted by:	naddy (via private email)
2014-06-04 00:32:31 +00:00
Ashish SHUKLA
6910214783 - Update to 201405202105 2014-06-02 13:35:41 +00:00
Ashish SHUKLA
7914d4e702 - Update to snapshot 201404151432
- Use new LIB_DEPENDS format
- Usd OpenSSL from ports for TLSv1.2 support

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1534
2014-04-17 12:53:32 +00:00
Ashish SHUKLA
bf09711b4e - Update to latest snapshot 201403051040
- Add OPTION for redis support

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1427
2014-03-05 12:43:40 +00:00
Ashish SHUKLA
f173887e2e - Update to latest snapshot 201401241552
- Explicitly specify PAM service name

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/1333
2014-01-26 23:53:01 +00:00
Ashish SHUKLA
62ad3ae9b5 - Fix typo in rc scripts
Reported by:	feld
2013-12-17 09:41:43 +00:00
Ashish SHUKLA
c2aae545ae - Update to latest snapshot 201312142054
- Add STAGE support
- Use OptionsNG helpers
- Add OPTION for installing CA bundle
2013-12-16 05:30:28 +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
Ashish SHUKLA
cb72a918e2 - Update to latest snapshot 201308201232
Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/858
2013-08-26 09:47:12 +00:00
Ashish SHUKLA
2ce50e0dff - Update to latest snapshot 201307311702
- Remove the diff for compiling with PostgreSQL support (committed upstream)

Changes:	http://article.gmane.org/gmane.mail.opensmtpd.general/830
2013-08-02 15:58:31 +00:00
Ashish SHUKLA
560fed175b - Update to latest snapshot 201307221453
- Remove diffs for getopt fixes which are now in upstream
- Keep the fix for fixing build with PostgreSQL

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/819
2013-07-23 07:35:47 +00:00
Ashish SHUKLA
fcf2f055a6 - Update to latest snapshot 201307121003
Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/778
			http://article.gmane.org/gmane.mail.opensmtpd.general/789
2013-07-15 14:37:33 +00:00
Ashish SHUKLA
49ce9770f2 OpenSMTPD is a FREE implementation of the server-side SMTP protocol as
defined by RFC 5321, with some additional standard extensions. It
allows ordinary machines to exchange e-mails with other systems
speaking the SMTP protocol.

This port packages the development snapshots released by OpenSMTPD team.

WWW:	http://www.OpenSMTPD.org/

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/738
2013-06-30 21:30:52 +00:00