diff -ruN --exclude=CVS /usr/ports/mail/abook/Makefile /home/toni/ports/abook/Makefile --- /usr/ports/mail/abook/Makefile Sun Feb 29 00:56:26 2004 +++ /home/toni/ports/abook/Makefile Mon Mar 1 21:44:51 2004 @@ -7,6 +7,7 @@ PORTNAME= abook PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN --exclude=CVS /usr/ports/mail/abook/files/patch-aa /home/toni/ports/abook/files/patch-aa --- /usr/ports/mail/abook/files/patch-aa Thu Jan 1 02:00:00 1970 +++ /home/toni/ports/abook/files/patch-aa Thu Jan 22 18:03:41 2004 @@ -0,0 +1,11 @@ +--- /tmp/abook-0.5.1/filter.c 2003-11-20 14:58:34.000000000 +0200 ++++ filter.c 2004-01-22 13:47:31.000000000 +0200 +@@ -646,7 +646,7 @@ + } + + strncpy(*alias, tmp, ptr - tmp - 1); +- *(*alias + (ptr - tmp)) = 0; ++ *(*alias + (ptr - tmp - 1)) = 0; + + while(ISSPACE(*ptr)) + ptr++;