Update to 2.1.5
PR: ports/82088 Submitted by: Stephen J. Roznowski <sjr@comcast.net>
This commit is contained in:
parent
233b4db0fa
commit
a2dab80299
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137153
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tkrat
|
||||
PORTVERSION= 2.1.4
|
||||
PORTVERSION= 2.1.5
|
||||
CATEGORIES= mail tk84
|
||||
MASTER_SITES= ftp://ftp.tkrat.org/pub/tkrat/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (tkrat-2.1.4.tar.gz) = b59792beffdf8577f1606dba75bbd664
|
||||
SIZE (tkrat-2.1.4.tar.gz) = 2043310
|
||||
MD5 (tkrat-2.1.5.tar.gz) = 17b1e8d368cb10df3085c5f87c0b03a6
|
||||
SIZE (tkrat-2.1.5.tar.gz) = 2359287
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- imap/src/osdep/unix/Makefile.orig Wed Sep 11 22:01:08 2002
|
||||
+++ imap/src/osdep/unix/Makefile Wed Sep 11 22:02:49 2002
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
--- imap/src/osdep/unix/Makefile.orig Thu Jun 9 18:46:59 2005
|
||||
+++ imap/src/osdep/unix/Makefile Thu Jun 9 18:47:26 2005
|
||||
@@ -32,7 +32,7 @@
|
||||
SSLDIR=/usr/local/ssl
|
||||
SSLCERTS=$(SSLDIR)/certs
|
||||
SSLKEYS=$(SSLCERTS)
|
||||
-SSLINCLUDE=$(SSLDIR)/include
|
||||
+SSLINCLUDE=/usr/include/openssl
|
||||
SSLLIB=$(SSLDIR)/lib
|
||||
|
|
Loading…
Reference in a new issue