FreeBSD Bugzilla – Attachment 229373 Details for
Bug 259728
mail/swaks: Add options IPv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
swaks-20201014.0.patch
swaks-20201014.0.patch (text/plain), 1.99 KB, created by
takefu
on 2021-11-09 06:54:58 UTC
(
hide
)
Description:
swaks-20201014.0.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2021-11-09 06:54:58 UTC
Size:
1.99 KB
patch
obsolete
>diff -udprN /usr/ports/mail/swaks/Makefile ./Makefile >--- /usr/ports/mail/swaks/Makefile 2021-10-08 05:42:19.373572000 +0000 >+++ ./Makefile 2021-11-09 04:56:50.333332000 +0000 >@@ -3,28 +3,29 @@ > PORTNAME= swaks > PORTVERSION= 20201014.0 > CATEGORIES= mail >-MASTER_SITES= http://jetmore.org/john/code/swaks/ >+MASTER_SITES= https://jetmore.org/john/code/swaks/ > > MAINTAINER= beat@FreeBSD.org > COMMENT= Swiss Army Knife SMTP transaction tester > > LICENSE= GPLv2 > >-PLIST_FILES= bin/${PORTNAME} >- >-OPTIONS_DEFINE= PERL_NET_DNS PERL_NET_SSLEAY PERL_AUTHEN_NTLM >-PERL_NET_DNS_DESC= Add MX lookup support >-PERL_NET_SSLEAY_DESC= Add TLS support >-PERL_AUTHEN_NTLM_DESC= Add support for AUTH NTLM >+USES= cpe perl5 shebangfix > >-USES= perl5 shebangfix >-SHEBANG_FILES= ${PORTNAME} > USE_PERL5= run >+SHEBANG_FILES= ${PORTNAME} > NO_BUILD= yes >- >-PERL_NET_DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS >-PERL_NET_SSLEAY_RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay >-PERL_AUTHEN_NTLM_RUN_DEPENDS= p5-Authen-NTLM>=0:security/p5-Authen-NTLM >+PLIST_FILES= bin/${PORTNAME} >+OPTIONS_DEFINE= AUTHEN_NTLM AUTHEN_DIGEST-MD5 IPV6 NET_DNS NET_SSLEAY >+AUTHEN_DIGEST-MD5_DESC= Add support for AUTH DIGEST-MD5 >+AUTHEN_NTLM_DESC= Add support for AUTH NTLM >+NET_DNS_DESC= Add MX lookup support >+NET_SSLEAY_DESC= Add TLS support >+AUTHEN_DIGEST-MD5_RUN_DEPENDS=p5-Authen-SASL>=0:security/p5-Authen-SASL >+AUTHEN_NTLM_RUN_DEPENDS=p5-Authen-NTLM>=0:security/p5-Authen-NTLM >+IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 >+NET_DNS_RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS >+NET_SSLEAY_RUN_DEPENDS= p5-Net-SSLeay>=0:security/p5-Net-SSLeay > > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >diff -udprN /usr/ports/mail/swaks/pkg-descr ./pkg-descr >--- /usr/ports/mail/swaks/pkg-descr 2021-04-09 10:50:54.169580000 +0000 >+++ ./pkg-descr 2021-11-02 04:20:41.000000000 +0000 >@@ -1,3 +1,3 @@ > Program to test MTA configurations. > >-WWW: http://jetmore.org/john/code/#swaks >+WWW: https://jetmore.org/john/code/swaks/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259728
: 229373