svn commit: r415877 - in head: . mail/opensmtpd mail/opensmtpd/files

Dima Panov fluffy at FreeBSD.org
Thu May 26 11:49:16 UTC 2016


Good day!


26.05.16 17:15, Bernard Spil пишет:
> Author: brnrd
> Date: Thu May 26 07:15:16 2016
> New Revision: 415877
> URL: https://svnweb.freebsd.org/changeset/ports/415877
> 
> Log:
>   mail/opensmtpd: Update to 5.9.2
>   
>     - Update to 5.9.2p1
>     - Remove usernamelen patch (default 255+1)
>     - Fix renamed configure args
>     - Add symlink for makemap (now included in smtpctl)
>     - Align versioning with other OpenBSD projects
>     - Add _smtpq group
>     - Add UPDATING entry for existing installs
>     - Update pkg-message for existing installs
>   
>   Reviewed by:	adamw, mat
>   Approved by:	adamw, maintainer (implicit)
>   Differential Revision: D6421

Some configuration errors, already done in -devel port
SSL stuff targetting now by the new way.



-- 
Dima Panov (fluffy at FreeBSD.org)
(X11, KDE, Office)@FreeBSD team

Facebook: http://www.facebook.com/fluffy.khv
IRC: fluffy at EFNet, fluffykhv at FreeNode
twitter: fluffy_khv | skype: dima.panov
-------------- next part --------------
--- /usr/ports/mail/opensmtpd/Makefile	2016-05-26 17:15:16.000000000 +1000
+++ Makefile	2016-05-26 21:34:28.000000000 +1000
@@ -42,12 +42,11 @@
 
 OPTIONS_SUB=	yes
 
-CA_BUNDLE_CONFIGURE_WITH=	ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
+CA_BUNDLE_CONFIGURE_WITH=	path-CAfile=${LOCALBASE}/share/certs/ca-root-nss.crt
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
 LIBASRDEVEL_LIB_DEPENDS_OFF=	libasr.so:dns/libasr
 LIBASRDEVEL_LIB_DEPENDS=	libasr.so:dns/libasr-devel
-LIBASRDEVEL_BROKEN=		incompatible with libasr-devel
 
 PAM_CONFIGURE_WITH=	auth-pam=smtpd
 SSL_PORT_VARS=		with_openssl_port=yes
@@ -63,7 +62,7 @@
 
 CONFIGURE_ARGS+=	--with-libasr=${LOCALBASE} \
 			--with-libevent=${LOCALBASE} \
-			--with-ssl=${OPENSSLBASE} \
+			--with-libssl=${OPENSSLBASE} \
 			--sysconfdir=${PREFIX}/etc/mail/
 
 post-patch:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 869 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160526/7f0e2706/attachment.sig>


More information about the svn-ports-head mailing list