- Update to version 0.5.0

This commit is contained in:
Kirill Ponomarev 2003-11-15 08:45:47 +00:00
parent 315f2ad5fd
commit 73d54e0932
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93995
3 changed files with 9 additions and 23 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= esmtp
PORTVERSION= 0.4.1
PORTVERSION= 0.5.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -18,26 +18,24 @@ LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG= yes
USE_OPENSSL= yes
USE_REINPLACE= yes
USE_BISON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
DOC_FILES= README
MAN1= esmtp.1
MAN5= esmtprc.5
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/bin|${LOCALBASE}/bin|g' \
@${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \
${WRKSRC}/sample.esmtprc
@${REINPLACE_CMD} -e \
's|sendmail(1)|sendmail(8)|g ; \
s|/etc|${PREFIX}/etc|g' \
${WRKSRC}/${PORTNAME}.1
@${REINPLACE_CMD} -e \
's|/etc|${PREFIX}/etc|g' \
@${REINPLACE_CMD} -e 's|sendmail(1)|sendmail(8)|g ; \
s|/etc|${PREFIX}/etc|g' ${WRKSRC}/${PORTNAME}.1
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \
${WRKSRC}/parser.c ${WRKSRC}/parser.y
do-install:

View file

@ -1 +1 @@
MD5 (esmtp-0.4.1.tar.bz2) = 57b124dc6b2fffac4d2a7283a1a7f771
MD5 (esmtp-0.5.0.tar.bz2) = b22933aa12167080959b42b025047639

View file

@ -1,12 +0,0 @@
--- lexer.c.orig Sat Jul 12 09:26:44 2003
+++ lexer.c Sat Jul 12 09:27:04 2003
@@ -20,7 +20,9 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h> /* May break IA64 test-noansi-r */
+#endif
/* end standard C headers. */