diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-07 16:02:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-07 16:02:27 +0000 |
commit | f3aacaa06b7a276fb06201c3663aae5d40bc5525 (patch) | |
tree | 4bf530045ff9766e20ee32193153f8b6143448fe | |
parent | Define NO_LATEST_LINK in favor of 5.x versions. (diff) |
Upgrade to 4.26c
-rw-r--r-- | security/drweb-sendmail/Makefile | 6 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ab | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 909b43ea8966..29c329df08bc 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -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 diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index 6f6531f7a32b..9c8c5c0fe04e 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drwebd-4.26b-freebsd4.tgz) = 1d174f20c65095819ea6e2adfdebdd05 +MD5 (drwebd-4.26c-freebsd4.tgz) = 597d53b1c191e2cd41e671d5c2f2e69c diff --git a/security/drweb-sendmail/files/patch-ab b/security/drweb-sendmail/files/patch-ab deleted file mode 100644 index 2ac3ceb9897b..000000000000 --- a/security/drweb-sendmail/files/patch-ab +++ /dev/null @@ -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; |