diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-04 07:25:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-04 07:25:35 +0000 |
commit | 729e70b5b84bf0d13b5514906253f9f886c7c5b6 (patch) | |
tree | bec540c113a1258c0259b7e9dd9bd3ce842cf69f /security/drweb-sendmail | |
parent | 4744b11c599a45dd868ffc552749e7642ccc5066 (diff) |
Upgrade to 4.27
Notes
Notes:
svn path=/head/; revision=52557
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 5 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-af | 10 |
3 files changed, 3 insertions, 14 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index c88ab2cf9b3b..ba1e490d9cd1 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= drweb_sendmail -PORTVERSION= 4.26c -PORTREVISION= 1 +PORTVERSION= 4.27 CATEGORIES= security mail MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= drwebd-${PORTVERSION}-freebsd4 @@ -90,7 +89,7 @@ do-install: ${ECHO} u; \ ${ECHO} "${PREFIX}/drweb/run/drweb-smf.sock"; \ ${ECHO} drweb; \ - ${ECHO} "${PREFIX}/drweb/infected.!!!"; \ + ${ECHO} "${PREFIX}/drweb/infected"; \ ${ECHO} y; \ ${ECHO} /tmp; \ ${ECHO} y; \ diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index 7efea82f2db4..db065eb83d2b 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drwebd-4.26c-freebsd4.tgz) = cecde2b1986c0e7fb34ed6f5cc195421 +MD5 (drwebd-4.27-freebsd4.tgz) = 1ea2c05c821bef64c3d050e971ad46e5 diff --git a/security/drweb-sendmail/files/patch-af b/security/drweb-sendmail/files/patch-af deleted file mode 100644 index f137f0a29f83..000000000000 --- a/security/drweb-sendmail/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- ../sendmail/template.initscript.bak Thu Oct 4 12:29:12 2001 -+++ ../sendmail/template.initscript Sun Oct 21 00:15:59 2001 -@@ -105,6 +105,7 @@ - RETVAL=$? - if [ $RETVAL -eq 0 ] ; then - [ $FILTER_UNIX = "yes" ] && rm -f $FILTER_SOCKET -+ [ $DAEMON_UNIX = "yes" ] && chmod 660 $DAEMON_SOCKET - $PROC_DAEMON $FILTER_CMD - RETVAL=$? - fi |