1 | --- Portfile.orig 2023-06-13 04:14:12 |
---|
2 | +++ Portfile 2023-06-13 05:46:26 |
---|
3 | @@ -1,14 +1,13 @@ |
---|
4 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
5 | |
---|
6 | PortSystem 1.0 |
---|
7 | -PortGroup legacysupport 1.0 |
---|
8 | -PortGroup openssl 1.0 |
---|
9 | +PortGroup legacysupport 1.1 |
---|
10 | +PortGroup github 1.0 |
---|
11 | |
---|
12 | -name opensmtpd |
---|
13 | -version 6.8.0p2 |
---|
14 | -revision 3 |
---|
15 | +github.setup OpenSMTPD OpenSMTPD 7.3.0p0-rc2 |
---|
16 | + |
---|
17 | +revision 0 |
---|
18 | categories mail |
---|
19 | -platforms darwin |
---|
20 | license ISC |
---|
21 | maintainers {@ryanakca debian.org:rak} |
---|
22 | description secure, reliable, lean, and easy-to configure SMTP server |
---|
23 | @@ -22,15 +21,17 @@ |
---|
24 | \n* fast and efficient: it can handle large queues with reasonable performance |
---|
25 | homepage https://www.opensmtpd.org |
---|
26 | |
---|
27 | -master_sites https://opensmtpd.org/archives/ |
---|
28 | +master_sites https://github.com/OpenSMTPD/OpenSMTPD/releases/download/$version |
---|
29 | +github.tarball_from releases |
---|
30 | |
---|
31 | -checksums rmd160 740a0904594f47caa1261b4be3bc7de8165678e7 \ |
---|
32 | - sha256 51bf05312fe56764748faab9e63170bfbb7c7d84a37c4117b62b2681eb3a4d17 \ |
---|
33 | - size 860189 |
---|
34 | +checksums rmd160 94559f04b0fb8204d1134216e972f0a817746b5d \ |
---|
35 | + sha256 aabcbcc3fb9db435b816f600dacfaa099e1d6a428e2d2d4440ac5314f09a58c9 \ |
---|
36 | + size 845767 |
---|
37 | |
---|
38 | depends_build port:bison |
---|
39 | |
---|
40 | -depends_lib port:libevent |
---|
41 | +depends_lib port:libevent \ |
---|
42 | + path:lib/libssl.dylib:openssl |
---|
43 | |
---|
44 | startupitem.create yes |
---|
45 | startupitem.executable ${prefix}/sbin/smtpd -F |
---|
46 | @@ -44,8 +45,6 @@ |
---|
47 | reinplace "s|file:/etc/mail/aliases|file:${sysconfdir}/aliases|g" ${worksrcpath}/usr.sbin/smtpd/smtpd.conf |
---|
48 | } |
---|
49 | |
---|
50 | -use_autoreconf yes |
---|
51 | -autoreconf.cmd ./bootstrap |
---|
52 | |
---|
53 | |
---|
54 | depends_build-append \ |
---|