aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opensmtpd
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2012-06-24 22:43:26 +0800
committerashish <ashish@FreeBSD.org>2012-06-24 22:43:26 +0800
commit8e5971ec9f97eefe6e6d1564ac8d0529ae8614f6 (patch)
tree9e1a8a10fe194f4e835de5f7950c01d87e516711 /mail/opensmtpd
parentbdd705409f6a8cbe947632d13d08acc6f1f82e9a (diff)
downloadfreebsd-ports-gnome-8e5971ec9f97eefe6e6d1564ac8d0529ae8614f6.tar.gz
freebsd-ports-gnome-8e5971ec9f97eefe6e6d1564ac8d0529ae8614f6.tar.zst
freebsd-ports-gnome-8e5971ec9f97eefe6e6d1564ac8d0529ae8614f6.zip
- Add mirror to MASTER_SITES
- Add dependency on OpenSSL and fix for brokenness on 7.3 - Bump PORTREVISION Reported by: pav
Diffstat (limited to 'mail/opensmtpd')
-rw-r--r--mail/opensmtpd/Makefile13
1 files changed, 12 insertions, 1 deletions
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 <bsd.port.options.mk>
+
+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