1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Upgrade to 4.26c

This commit is contained in:
Andrey A. Chernov 2001-11-07 16:02:27 +00:00
parent 4e6be1a777
commit f3aacaa06b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49743
3 changed files with 4 additions and 15 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= drweb_sendmail
PORTVERSION= 4.26b
PORTREVISION= 1
PORTVERSION= 4.26c
CATEGORIES= security mail
MASTER_SITES= http://www.drweb.ru/ftp/web_pub/
DISTNAME= drwebd-${PORTVERSION}-freebsd4
@ -52,7 +51,8 @@ IGNORE= "depends on the Sendmail sources. Please place them somewhere first and
.endif
post-extract:
cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/drwebdc clients/sendmail
cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/sendmail
cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${LOCALBASE}/drweb/drwebd_4.26c_update.tgz clients/drwebdc
post-configure:
${MKDIR} ${WRKSRC}/libmilter ${WRKSRC}/libsmutil

View File

@ -1 +1 @@
MD5 (drwebd-4.26b-freebsd4.tgz) = 1d174f20c65095819ea6e2adfdebdd05
MD5 (drwebd-4.26c-freebsd4.tgz) = 597d53b1c191e2cd41e671d5c2f2e69c

View File

@ -1,11 +0,0 @@
--- dw_filter.c.bak Mon Oct 15 15:04:09 2001
+++ dw_filter.c Mon Oct 22 17:47:55 2001
@@ -972,7 +972,7 @@
if( snprintf( ArchiveMsg, sizeof(ArchiveMsg),
"Original message was stored in the archive.\r\n"
"To receive original message please contact postmaster:\r\n%s\r\n\r\n"
- "Archive record: %s\r\n", name + ArcNameOffs, NotifierMail ) < 0 )
+ "Archive record: %s\r\n", NotifierMail, name + ArcNameOffs ) < 0 )
{
wprintLib( "can not create archive message, skipped" );
ArchiveMsg[0] = NULLCHAR;