summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-05-26 09:26:24 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-05-26 09:26:24 +0000
commitae9b0dc73a9ef8c726ab775c7be899fa5af46ce7 (patch)
tree1a67df7d33c75e4639e620b6c14fc239590deb21 /benchmarks
parentDrop maintainership. (diff)
- Update to 0.69
Notes
Notes: svn path=/head/; revision=213685
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/postal/Makefile2
-rw-r--r--benchmarks/postal/distinfo6
-rw-r--r--benchmarks/postal/files/patch-Makefile.in8
-rw-r--r--benchmarks/postal/files/patch-basictcp.cpp13
4 files changed, 9 insertions, 20 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index 5eeca5048504..4ae4d857cea7 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= postal
-PORTVERSION= 0.66
+PORTVERSION= 0.69
CATEGORIES= benchmarks mail
MASTER_SITES= http://www.coker.com.au/postal/
EXTRACT_SUFX= .tgz
diff --git a/benchmarks/postal/distinfo b/benchmarks/postal/distinfo
index 65c8c53256eb..a50cba0e4747 100644
--- a/benchmarks/postal/distinfo
+++ b/benchmarks/postal/distinfo
@@ -1,3 +1,3 @@
-MD5 (postal-0.66.tgz) = 01ffeb413ec67c3ee42634bcbb1e1cb0
-SHA256 (postal-0.66.tgz) = 5e1aab4c5e2b05c28732918bdc7e30ab6092854bab161e439eab4ddc33e19db0
-SIZE (postal-0.66.tgz) = 100317
+MD5 (postal-0.69.tgz) = 7e2d16ef793c60c0e0f8954c4bfecdc7
+SHA256 (postal-0.69.tgz) = aafbe7b45108c847c86aa67bcc96d4015151e571cc6c48743582abc8d470654d
+SIZE (postal-0.69.tgz) = 100156
diff --git a/benchmarks/postal/files/patch-Makefile.in b/benchmarks/postal/files/patch-Makefile.in
index 780bdbac9ef4..4228858a7473 100644
--- a/benchmarks/postal/files/patch-Makefile.in
+++ b/benchmarks/postal/files/patch-Makefile.in
@@ -1,11 +1,13 @@
---- Makefile.in.orig Fri Mar 2 14:08:50 2007
-+++ Makefile.in Fri Mar 2 14:08:43 2007
-@@ -16,7 +16,7 @@
+--- Makefile.in.orig 2008-05-26 11:14:18.000000000 +0200
++++ Makefile.in 2008-05-26 11:14:01.000000000 +0200
+@@ -17,8 +17,8 @@
TESTEXE=ex-test
BASEOBJS=userlist.o thread.o results.o address.o tcp.o cmd5.o mutex.o logit.o expand.o @extra_objs@
-LFLAGS=-lstdc++ @extra_ldflags@
+-CRYPTLFLAGS=-lstdc++ @crypt_ldflags@
+LFLAGS=$(LDFLAGS) -lstdc++ @extra_ldflags@
++CRYPTLFLAGS=$(LDFLAGS) -lstdc++ @crypt_ldflags@
ALLOBJS=$(BASEOBJS) smtp.o client.o basictcp.o bhmusers.o smtpserver.o
diff --git a/benchmarks/postal/files/patch-basictcp.cpp b/benchmarks/postal/files/patch-basictcp.cpp
deleted file mode 100644
index ed5ac3f065b9..000000000000
--- a/benchmarks/postal/files/patch-basictcp.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- basictcp.cpp.orig Tue Feb 6 16:03:18 2007
-+++ basictcp.cpp Tue Feb 6 16:03:53 2007
-@@ -14,8 +14,10 @@
- #include "logit.h"
- #include "results.h"
-
-+#ifndef USE_OPENSSL
- int base_tcp::m_init_dh_params = 0;
- gnutls_dh_params_t base_tcp::m_dh_params;
-+#endif
-
- base_tcp::base_tcp(int fd, Logit *log, Logit *debug, results *res
- #ifdef USE_SSL