diff options
author | leeym <leeym@FreeBSD.org> | 2004-03-24 14:27:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-03-24 14:27:41 +0800 |
commit | 475f400a041c36806f88c8d592f8260b729ea396 (patch) | |
tree | 1922b1d631926628fb45b359c81aae58f38e9044 | |
parent | d04e85abc48133ca36668c0039ab6513478487dd (diff) | |
download | freebsd-ports-gnome-475f400a041c36806f88c8d592f8260b729ea396.tar.gz freebsd-ports-gnome-475f400a041c36806f88c8d592f8260b729ea396.tar.zst freebsd-ports-gnome-475f400a041c36806f88c8d592f8260b729ea396.zip |
update 0.5.2
Noticed by: clive
-rw-r--r-- | mail/abook/Makefile | 3 | ||||
-rw-r--r-- | mail/abook/distinfo | 4 | ||||
-rw-r--r-- | mail/abook/files/patch-aa | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index aff15fdd39cb..6297929bc1cc 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -6,8 +6,7 @@ # PORTNAME= abook -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/abook/distinfo b/mail/abook/distinfo index 737ca02309c6..278ffc1353d2 100644 --- a/mail/abook/distinfo +++ b/mail/abook/distinfo @@ -1,2 +1,2 @@ -MD5 (abook-0.5.1.tar.gz) = 3aaddb943845a875e53a0064b76a2f80 -SIZE (abook-0.5.1.tar.gz) = 173414 +MD5 (abook-0.5.2.tar.gz) = 1b6ef00c860cb3ac5ad61cc79a49c87f +SIZE (abook-0.5.2.tar.gz) = 183852 diff --git a/mail/abook/files/patch-aa b/mail/abook/files/patch-aa deleted file mode 100644 index f34d2438a4b7..000000000000 --- a/mail/abook/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- /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++; |