diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-08-08 11:19:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-08-08 11:19:48 +0000 |
commit | 34b256f43816efd8696a547b5a16b270aba43f0b (patch) | |
tree | d27b5e371579c930aa5ea8021e47ef6cb994f6da /security/amavisd-new/files/patch-configure | |
parent | - Update to 2.9 (diff) |
- Update to 2.7.0
- Beautify OPTIONS
- Remove unnecessary patch
PR: ports/158613
Submitted by: sahil
Notes
Notes:
svn path=/head/; revision=279200
Diffstat (limited to 'security/amavisd-new/files/patch-configure')
-rw-r--r-- | security/amavisd-new/files/patch-configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/amavisd-new/files/patch-configure b/security/amavisd-new/files/patch-configure deleted file mode 100644 index f75f7a81e940..000000000000 --- a/security/amavisd-new/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- helper-progs/configure.orig Thu Mar 4 18:45:55 2004 -+++ helper-progs/configure Fri Mar 12 08:53:15 2004 -@@ -2041,9 +2041,3 @@ - - - --if test "$SENDMAILPROG" != "no" ; then -- sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'` -- echo "" -- echo "Info: sendmail version $sendmailversion detected" -- echo "" --fi |