diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-06-16 22:34:10 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-06-16 22:34:10 +0000 |
commit | de087b4e0e4b09f9563a8021a7214cae4fcff721 (patch) | |
tree | 689f068df726b06a921204433685af14f37fc601 /mail | |
parent | 841d09fd180be72903a86d59475982b7534ee063 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd/distinfo | 4 | ||||
-rw-r--r-- | mail/opensmtpd/files/patch-bootstrap | 23 |
3 files changed, 3 insertions, 26 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index c2b75da18206..f4cf7529d07d 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opensmtpd -PORTVERSION= 201205220027 +PORTVERSION= 201206161848 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo index 57d83f964b72..44d495ea42ee 100644 --- a/mail/opensmtpd/distinfo +++ b/mail/opensmtpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-201205220027.tar.gz) = afcfd016bac4577f5b588876772e14f65d9431b7385d9e14a8f2328dc6b99126 -SIZE (opensmtpd-201205220027.tar.gz) = 228957 +SHA256 (opensmtpd-201206161848.tar.gz) = d17efc1d6c7a09753af3607d83dd719701bad519ab9a2682ab9826532eeb3d91 +SIZE (opensmtpd-201206161848.tar.gz) = 230263 diff --git a/mail/opensmtpd/files/patch-bootstrap b/mail/opensmtpd/files/patch-bootstrap deleted file mode 100644 index 6a7ad2c4528e..000000000000 --- a/mail/opensmtpd/files/patch-bootstrap +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- bootstrap.orig -+++ bootstrap -@@ -36,7 +36,7 @@ - - # Check for automake - amvers="no" --for v in 11 10 9 8 7 6 5; do -+for v in 12 11 10 9 8 7 6 5; do - if automake-1.${v} --version >/dev/null 2>&1; then - amvers="-1.${v}" - break -@@ -62,7 +62,7 @@ - - # Check for autoconf - acvers="no" --for v in "259" "-2.59" "253" "-2.53" ""; do -+for v in "269" "-2.69" "259" "-2.59" "253" "-2.53" ""; do - if autoconf${v} --version >/dev/null 2>&1; then - acvers="${v}" - break |