aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-07-23 21:39:06 +0000
committerAde Lovett <ade@FreeBSD.org>2013-07-23 21:39:06 +0000
commit0d7b7f5e50fb753b2d4392fff9835b6a7b62d827 (patch)
treeeca59aa247560507b3c1df743ab2f2cd7a219d5c /mail/opensmtpd/files
parent11e564a1d5321b57dba0ddd46d4beb08e7e5e376 (diff)
downloadports-0d7b7f5e50fb753b2d4392fff9835b6a7b62d827.tar.gz
ports-0d7b7f5e50fb753b2d4392fff9835b6a7b62d827.zip
Notes
Diffstat (limited to 'mail/opensmtpd/files')
-rw-r--r--mail/opensmtpd/files/patch-bootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/opensmtpd/files/patch-bootstrap b/mail/opensmtpd/files/patch-bootstrap
new file mode 100644
index 000000000000..6ad5a2ffbca8
--- /dev/null
+++ b/mail/opensmtpd/files/patch-bootstrap
@@ -0,0 +1,7 @@
+--- bootstrap.orig 2013-06-04 08:13:28.000000000 +0000
++++ bootstrap 2013-07-23 20:06:15.000000000 +0000
+@@ -38,3 +38,3 @@
+ amvers="no"
+-for v in 13 12 11 10 9 8 7 6 5; do
++for v in 14 13 12 11 10 9 8 7 6 5; do
+ if automake-1.${v} --version >/dev/null 2>&1; then