1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Update to 0.69

This commit is contained in:
Martin Matuska 2008-05-26 09:26:24 +00:00
parent 92c5d762b1
commit ae9b0dc73a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213685
4 changed files with 9 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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