- 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:
Sergei Kolobov 2004-10-12 07:35:40 +00:00
parent b4bd4255b6
commit a1f80d20b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118847
2 changed files with 14 additions and 1 deletions

View file

@ -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>

View file

@ -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