ports/mail/bsmtp/files/patch-configure
Christian Weisgerber f8f89779ae Staging, general overhaul.
Thanks to tijl@ for clarifying how to handle non-PREFIX directory
creation/removal in plist.
2013-11-03 12:32:32 +00:00

34 lines
1 KiB
Text

$FreeBSD$
--- configure.orig 2013-11-01 19:55:42.000000000 +0100
+++ configure 2013-11-01 19:55:42.000000000 +0100
@@ -41,6 +41,11 @@ if ($#ARGV == 0) {
"batcher",
"batcher.c",
"bsmtp.c",
+ "bsmtp.m4.8.14",
+ "bsmtp.m4.8.13",
+ "bsmtp.m4.8.12",
+ "bsmtp.m4.8.11",
+ "bsmtp.m4.8.10",
"bsmtp.m4.8.9",
"bsmtp.m4.8.8",
"bsmtp.m4.8.7",
@@ -198,6 +203,16 @@ if (! $redo) {
$default[$i] = '8.8';
} elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.9(\..*)?\s*$/) {
$default[$i] = '8.9';
+ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.10(\..*)?\s*$/) {
+ $default[$i] = '8.10';
+ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.11(\..*)?\s*$/) {
+ $default[$i] = '8.11';
+ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.12(\..*)?\s*$/) {
+ $default[$i] = '8.12';
+ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.13(\..*)?\s*$/) {
+ $default[$i] = '8.13';
+ } elsif ($value{'@SENDMAILVERS@'} =~ /^\s*8\.14(\..*)?\s*$/) {
+ $default[$i] = '8.14';
} else {
$default[$i] = ''; # Will not be installed
}