mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- Add WITH_AUTH knob: this adds CRAM-MD5, PLAIN and LOGIN authentication
support to serialmail (defaults to OFF). More information on the patch used can be found at: http://www.ingorohloff.de/soft/ - Bump PORTREVISION PR: ports/71414 Submitted by: lioux
This commit is contained in:
parent
b4bd4255b6
commit
a1f80d20b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118847
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= serialmail
|
||||
PORTVERSION= 0.75
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://cr.yp.to/software/ \
|
||||
ftp://ftp.gbnet.net/pub/qmail/ \
|
||||
@ -26,12 +27,22 @@ NO_PACKAGE= Unsure of DJB license
|
||||
|
||||
ALL_TARGET= it
|
||||
|
||||
OPTIONS= AUTH "Add CRAM-MD5, PLAIN and LOGIN authentication" OFF
|
||||
|
||||
PROGRAMS= serialqmtp serialsmtp maildirserial setlock
|
||||
SCRIPTS= maildirqmtp maildirsmtp
|
||||
MAN1= maildirqmtp.1 maildirserial.1 maildirsmtp.1 serialqmtp.1 \
|
||||
serialsmtp.1 setlock.1
|
||||
DOCS= AUTOTURN BLURB CHANGES FROMISP README TODO TOISP THANKS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_AUTH)
|
||||
PATCH_SITES= http://www.ingorohloff.de/soft/
|
||||
PATCHFILES= serialmail-auth.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
|
||||
@${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
||||
@ -48,4 +59,4 @@ do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
MD5 (serialmail-0.75.tar.gz) = e6a3049863ae8577b1780fcd9fbc98a9
|
||||
SIZE (serialmail-0.75.tar.gz) = 55079
|
||||
MD5 (serialmail-auth.patch) = 71eab909047c7151d42ce5bb6757f272
|
||||
SIZE (serialmail-auth.patch) = 24469
|
||||
|
Loading…
Reference in New Issue
Block a user