diff options
-rw-r--r-- | mail/abook/Makefile | 1 | ||||
-rw-r--r-- | mail/abook/files/patch-aa | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index f562cf1..aff15fd 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -7,6 +7,7 @@ PORTNAME= abook PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/abook/files/patch-aa b/mail/abook/files/patch-aa new file mode 100644 index 0000000..f34d243 --- /dev/null +++ b/mail/abook/files/patch-aa @@ -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++; |