aboutsummaryrefslogtreecommitdiffstats
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-08 00:02:27 +0800
committerache <ache@FreeBSD.org>2001-11-08 00:02:27 +0800
commit99056ce218d2c23dde2fc178e557f83edcaa6649 (patch)
tree0cfca60cce0f855eff3e3d7de6237e2bdd081622 /security/drweb-sendmail
parent7775b5b051f9abf543a87d2393dac19a92bde5bc (diff)
downloadfreebsd-ports-gnome-99056ce218d2c23dde2fc178e557f83edcaa6649.tar.gz
freebsd-ports-gnome-99056ce218d2c23dde2fc178e557f83edcaa6649.tar.zst
freebsd-ports-gnome-99056ce218d2c23dde2fc178e557f83edcaa6649.zip
Upgrade to 4.26c
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/Makefile6
-rw-r--r--security/drweb-sendmail/distinfo2
-rw-r--r--security/drweb-sendmail/files/patch-ab11
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;