diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-02-19 03:53:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-02-19 03:53:59 +0000 |
commit | 8853839c715c3863956c82b5d14ec00bf2756389 (patch) | |
tree | 8263afcbd527f8ae5b30acd109202729d94508fe /security/drweb-sendmail | |
parent | 6716eda0dec7980ff5569c5e4b961897a16aadf5 (diff) | |
download | ports-8853839c715c3863956c82b5d14ec00bf2756389.tar.gz ports-8853839c715c3863956c82b5d14ec00bf2756389.zip |
Notes
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 4 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 9 |
3 files changed, 3 insertions, 12 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index d7bd6c7fdbb4..ea004abd5a6b 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -6,10 +6,10 @@ # PORTNAME= drweb_sendmail -PORTVERSION= 4.29.10 +PORTVERSION= 4.29.10a CATEGORIES= security mail MASTER_SITES= ftp://ftp.drweb.ru/pub/unix/ -DISTNAME= drweb-clients-${PORTVERSION}-sources +DISTNAME= drweb-clients-4.29.10-A-sources MAINTAINER= anton@chelcom.ru diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index 95ac56ae9668..2b1f1df3693b 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drweb-clients-4.29.10-sources.tar.gz) = 88e074e7388cec5436b3af8c5377d793 +MD5 (drweb-clients-4.29.10-A-sources.tar.gz) = c31e8383182e918e59d4ced8716cee4d diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac index 5bd6a03cdebe..894f9b035d6a 100644 --- a/security/drweb-sendmail/files/patch-ac +++ b/security/drweb-sendmail/files/patch-ac @@ -28,15 +28,6 @@ echo echo -n "Daemon pidfile not defined in ini-file ..." POS=`$GREP -i SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'` -@@ -191,7 +179,7 @@ - - # Read transport - --TMP=`$GREP -i Address $FILTER_CFG | $GREP -v "#"` -+TMP=`$GREP -i Address[^a-z] $FILTER_CFG | $GREP -v "#"` - DADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, match( $0, /^Address=/ ), match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'` - FADR=`echo $TMP | $AWK '{ gsub( /["[:blank:]]/, "", $0 ); str = substr( $0, 1+match( substr( $0, 2 ), /MilterAddress=/ ) ); print str; }'` - DMODE=`echo $DADR | $AWK '{ str = substr( $0, 1+index( $0, "=" ), index( $0, ":" ) - index( $0, "=" ) - 1 ); print str; }'` @@ -297,8 +285,13 @@ echo "Edit one of configuration files and try again." exit 1 |