From 8e5971ec9f97eefe6e6d1564ac8d0529ae8614f6 Mon Sep 17 00:00:00 2001 From: ashish Date: Sun, 24 Jun 2012 14:43:26 +0000 Subject: - Add mirror to MASTER_SITES - Add dependency on OpenSSL and fix for brokenness on 7.3 - Bump PORTREVISION Reported by: pav --- mail/opensmtpd/Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index fe130dc5b8f2..5d1746ca6313 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -7,8 +7,10 @@ PORTNAME= opensmtpd PORTVERSION= 201206212223 +PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://www.opensmtpd.org/archives/ +MASTER_SITES= http://www.opensmtpd.org/archives/ \ + http://distfiles.pirateparty.in/ashish/ MAINTAINER= ashish@FreeBSD.org COMMENT= OpenSMTPD is a free MTA @@ -34,6 +36,15 @@ MAN5= smtpd.conf.5 USERS= _smtpd GROUPS= _smtpd +.include + +USE_OPENSSL= yes + +# FreeBSD 7.3 and earlier need to use OpenSSL from ports +.if ${OSVERSION} < 704000 +WITH_OPENSSL_PORT= yes +.endif + pre-configure: @cd ${WRKSRC} && ./bootstrap -- cgit