1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Update to latest snapshot 201206161848

- Remove a patch, accepted by upstream
This commit is contained in:
Ashish SHUKLA 2012-06-16 22:34:10 +00:00
parent 841d09fd18
commit de087b4e0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299432
3 changed files with 3 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= opensmtpd
PORTVERSION= 201205220027
PORTVERSION= 201206161848
CATEGORIES= mail
MASTER_SITES= http://www.opensmtpd.org/archives/

View File

@ -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

View File

@ -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