- Make PORTVERSION to be compliant with the FreeBSD standards (remove
leading `v'); - increase buffer size, so that it's possible to store strings whose size exceeds 4k; - bump PORTREVISION.
This commit is contained in:
parent
b592f32da6
commit
1546796035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88691
2 changed files with 17 additions and 1 deletions
|
@ -6,10 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= cyrus-imspd
|
||||
PORTVERSION= v1.6a3
|
||||
PORTVERSION= 1.6a3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases mail
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= The cyrus IMSP (Internet Message Support Protocol) server
|
||||
|
|
14
databases/cyrus-imspd/files/patch-imsp::dispatch.h
Normal file
14
databases/cyrus-imspd/files/patch-imsp::dispatch.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- imsp/dispatch.h 2003/04/03 13:38:05 1.1
|
||||
+++ imsp/dispatch.h 2003/04/03 13:38:26
|
||||
@@ -42,7 +42,7 @@
|
||||
* Start Date: 2/22/93
|
||||
*/
|
||||
|
||||
-#define MAX_BUF 4096
|
||||
+#define MAX_BUF (4096 * 1024)
|
||||
|
||||
#include <sasl.h>
|
||||
|
Loading…
Reference in a new issue