svn commit: r351469 - head/mail/opensmtpd-devel

Ashish SHUKLA ashish at FreeBSD.org
Thu Apr 17 12:53:33 UTC 2014


Author: ashish
Date: Thu Apr 17 12:53:32 2014
New Revision: 351469
URL: http://svnweb.freebsd.org/changeset/ports/351469
QAT: https://qat.redports.org/buildarchive/r351469/

Log:
  - 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

Modified:
  head/mail/opensmtpd-devel/Makefile
  head/mail/opensmtpd-devel/distinfo
  head/mail/opensmtpd-devel/pkg-plist

Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile	Thu Apr 17 12:52:40 2014	(r351468)
+++ head/mail/opensmtpd-devel/Makefile	Thu Apr 17 12:53:32 2014	(r351469)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensmtpd
-PORTVERSION=	201403051040
+PORTVERSION=	201404151432
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.opensmtpd.org/archives/ \
@@ -16,7 +16,7 @@ COMMENT=	OpenSMTPD is a free MTA (develo
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 OPENSMTPD_SNAPSHOT_VER=	p1
 
@@ -66,14 +66,8 @@ PAM_CONFIGURE_ON=	--with-pam --with-pam-
 REDIS_LIB_DEPENDS=	hiredis:${PORTSDIR}/databases/hiredis
 REDIS_CONFIGURE_ON=	--with-experimental-redis
 
-.include <bsd.port.options.mk>
-
-USE_OPENSSL=	yes
-
-# FreeBSD 7.3 and earlier need to use OpenSSL from ports
-.if ${OSVERSION} < 704000
+USE_OPENSSL=		yes
 WITH_OPENSSL_PORT=	yes
-.endif
 
 post-deinstall:
 		@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL

Modified: head/mail/opensmtpd-devel/distinfo
==============================================================================
--- head/mail/opensmtpd-devel/distinfo	Thu Apr 17 12:52:40 2014	(r351468)
+++ head/mail/opensmtpd-devel/distinfo	Thu Apr 17 12:53:32 2014	(r351469)
@@ -1,2 +1,2 @@
-SHA256 (opensmtpd-201403051040p1.tar.gz) = 1887c361ff18357d03c319263097b162bc67bd07031649e5c72365fc1a967d1b
-SIZE (opensmtpd-201403051040p1.tar.gz) = 892373
+SHA256 (opensmtpd-201404151432p1.tar.gz) = 793c9fd3abf046103c55190e561e7ddec7369e0acac3031974734162c72977bf
+SIZE (opensmtpd-201404151432p1.tar.gz) = 883995

Modified: head/mail/opensmtpd-devel/pkg-plist
==============================================================================
--- head/mail/opensmtpd-devel/pkg-plist	Thu Apr 17 12:52:40 2014	(r351468)
+++ head/mail/opensmtpd-devel/pkg-plist	Thu Apr 17 12:53:32 2014	(r351469)
@@ -17,7 +17,6 @@ libexec/opensmtpd/filter-dnsbl
 libexec/opensmtpd/filter-monkey
 libexec/opensmtpd/filter-stub
 libexec/opensmtpd/filter-trace
-libexec/opensmtpd/filter-void
 libexec/opensmtpd/encrypt
 sbin/smtpctl
 sbin/smtpd


More information about the svn-ports-all mailing list