svn commit: r428066 - in head/mail: opensmtpd opensmtpd-devel

Dima Panov fluffy at FreeBSD.org
Wed Dec 7 15:34:37 UTC 2016


Author: fluffy
Date: Wed Dec  7 15:34:35 2016
New Revision: 428066
URL: https://svnweb.freebsd.org/changeset/ports/428066

Log:
  - Get rid of USE_OPENSSL, switch to USES= ssl

Modified:
  head/mail/opensmtpd-devel/Makefile
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile	Wed Dec  7 15:23:56 2016	(r428065)
+++ head/mail/opensmtpd-devel/Makefile	Wed Dec  7 15:34:35 2016	(r428066)
@@ -28,8 +28,7 @@ MAILERCONF_DESC=	Activate OpenSMTPD in m
 SSL_PORT_DESC=		SSL/TLS support via OpenSSL/LibreSSL from port
 TABLE_DB_DESC=		Build table-db plugin (aliases)
 
-USES=		cpe libtool
-USE_OPENSSL=	yes
+USES=		cpe libtool ssl
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	openbsd

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Wed Dec  7 15:23:56 2016	(r428065)
+++ head/mail/opensmtpd/Makefile	Wed Dec  7 15:34:35 2016	(r428066)
@@ -27,8 +27,7 @@ MAILERCONF_DESC=	Activate OpenSMTPD in m
 SSL_PORT_DESC=		SSL/TLS support via OpenSSL/LibreSSL from port
 TABLE_DB_DESC=		Build table-db plugin (aliases)
 
-USES=		cpe libtool
-USE_OPENSSL=	yes
+USES=		cpe libtool ssl
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	openbsd


More information about the svn-ports-head mailing list