From c458e6fedcad1358212a82339f9ae3cae488774f Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 12 Jun 2002 09:32:30 +0000 Subject: Upgrade to 4.28.4 --- security/drweb-sendmail/Makefile | 2 +- security/drweb-sendmail/distinfo | 2 +- security/drweb-sendmail/files/patch-aa | 24 ++++++++---------------- 3 files changed, 10 insertions(+), 18 deletions(-) (limited to 'security/drweb-sendmail') diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 9afb8f4384f9..02b382ed1fd8 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drweb_sendmail -PORTVERSION= 4.28.3 +PORTVERSION= 4.28.4 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index ba740c8c065e..8b33ae268e07 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drweb-clients-4.28.3-sources.tar.gz) = 4d5c1a9844f8c7a19f782ed0314ff914 +MD5 (drweb-clients-4.28.4-sources.tar.gz) = 2aa974e7e018fbf2add38a073b231280 diff --git a/security/drweb-sendmail/files/patch-aa b/security/drweb-sendmail/files/patch-aa index df5e28efac63..51dfa198b8ca 100644 --- a/security/drweb-sendmail/files/patch-aa +++ b/security/drweb-sendmail/files/patch-aa @@ -1,5 +1,5 @@ ---- configure.orig Tue May 21 14:59:19 2002 -+++ configure Tue May 21 19:19:28 2002 +--- configure.orig Thu May 16 16:59:30 2002 ++++ configure Wed Jun 12 11:40:12 2002 @@ -104,7 +104,7 @@ if [ "$INPUT" != "y" -a "x$INPUT" != "x" ] ; then MILTER_VER="FFR" @@ -9,18 +9,15 @@ SM_LIB="libsm" SM_LIB_CMD="-lsm" elif [ $OS = "Linux" ] ; then -@@ -114,60 +114,6 @@ +@@ -114,52 +114,6 @@ SM_LIB="" SM_LIB_CMD="" fi - if [ ! -f include/libmilter/mfapi.h ] ; then - echo "no include/libmilter/mfapi.h" - fi -- if [ $MILTER_VER = "STD" -a ! -f include/libmilter/mfdef.h ] ; then +- if [ ! -f include/libmilter/mfdef.h ] ; then - echo "no include/libmilter/mfdef.h" -- FAIL_MFDEF="yes" -- else -- FAIL_MFDEF="no" - fi - if [ "x$SM_LIB" != "x" -a ! -f "lib/$SM_LIB.a" ] ; then - NO_ADD="yes" @@ -33,16 +30,13 @@ - fi - if [ ! -f include/libmilter/mfapi.h\ - -o\ -- $FAIL_MFDEF = "yes"\ +- ! -f include/libmilter/mfdef.h\ - -o\ - ! -f lib/libmilter.a\ - -o $NO_ADD = "yes" ] ; then - echo - echo "Please copy (or make symlinks) for next files:" -- echo $n "in ./include/libmilter directory mfapi.h" -- if [ $MILTER_VER = "STD" ] ; then -- echo " and mfdef.h" -- fi +- echo "in ./include/libmilter directory mfapi.h and mfdef.h" - echo $n "in ./lib directory libmilter.a" - if [ $SM_LIB = "libsm" -a $OS = "Linux" ] ; then - echo " and libsm.a" @@ -54,9 +48,7 @@ - echo - echo "So you should have next tree:" - echo "include/libmilter/mfapi.h" -- if [ $MILTER_VER = "STD" ] ; then -- echo " mfdef.h" -- fi +- echo " mfdef.h" - echo "lib/libmilter.a" - if [ $SM_LIB = "libsm" -a $OS = "Linux" ] ; then - echo " libsm.a" @@ -70,7 +62,7 @@ else DRWEB_SM="" fi -@@ -269,7 +215,7 @@ +@@ -261,7 +215,7 @@ if [ "x$BSD_MAKE" = "xyes" ] ; then COMPILE_RULE_1=".c.o:" COMPILE_RULE_2=" \$(CC) -c \$(ADD_CFLAGS) -D__SIGNAL_BASED_DW \${.ALLSRC}" -- cgit v1.2.3