View | Details | Raw Unified | Return to bug 79363
Collapse All | Expand All

(-)akpop3d/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	akpop3d
8
PORTNAME=	akpop3d
9
PORTVERSION=	0.7.4
9
PORTVERSION=	0.7.7
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	http://www.synflood.at/akpop3d/
12
MASTER_SITES=	http://www.synflood.at/akpop3d/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}
13
DISTNAME=	${PORTNAME}-${PORTVERSION}
(-)akpop3d/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (akpop3d-0.7.4.tar.bz2) = fcec0835f8d74c5a13fa589fd69c6669
1
MD5 (akpop3d-0.7.7.tar.bz2) = 3ba404fb452f4452deb206a3074c1b28
2
SIZE (akpop3d-0.7.4.tar.bz2) = 54913
2
SIZE (akpop3d-0.7.7.tar.bz2) = 61497
(-)akpop3d/files/patch-authenticate.c (-11 lines)
Lines 1-11 Link Here
1
--- authenticate.c.orig	Sun Jan 25 13:49:01 2004
2
+++ authenticate.c	Sun Jan 25 13:49:33 2004
3
@@ -195,7 +195,7 @@
4
       syslog(LOG_ERR,"%s: %s: %s","failed to read auth file",authfile,strerror(errno));
5
       return 0;
6
     }
7
-    while ((0!=ferror(fptr)) && (0!=feof(fptr))) {
8
+    while ((!ferror(fptr)) && (!feof(fptr))) {
9
       linebuf[0] = '\0';
10
       if (fgets(linebuf, sizeof(linebuf), fptr) == NULL) {
11
         fclose(fptr);

Return to bug 79363