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:
parent
841d09fd18
commit
de087b4e0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299432
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= opensmtpd
|
||||
PORTVERSION= 201205220027
|
||||
PORTVERSION= 201206161848
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.opensmtpd.org/archives/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user