update to 4.0.6
This commit is contained in:
parent
d827d68805
commit
acf1405d07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114206
3 changed files with 4 additions and 15 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= sqwebmail
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.0.6
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= courier
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (sqwebmail-4.0.5.tar.bz2) = e2c10af918dd5442461e75b6f7d2c0a3
|
||||
SIZE (sqwebmail-4.0.5.tar.bz2) = 1955841
|
||||
MD5 (sqwebmail-4.0.6.tar.bz2) = 5609e3cdb09be6a1028668f8ff450b20
|
||||
SIZE(sqwebmail-4.0.6.tar.bz2) = 1980415
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- maildir/maildirquota.c.orig Fri Jun 18 23:27:53 2004
|
||||
+++ maildir/maildirquota.c Fri Jun 18 23:45:01 2004
|
||||
@@ -748,7 +748,7 @@
|
||||
char *p;
|
||||
DIR *dirp;
|
||||
struct dirent *de;
|
||||
-off_t s;
|
||||
+unsigned long s;
|
||||
|
||||
if (stat(dir, &stat_buf)) return (0); /* Ignore */
|
||||
if (stat_buf.st_mtime > *dirstamp) *dirstamp=stat_buf.st_mtime;
|
Loading…
Reference in a new issue