summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-03-24 06:27:41 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-03-24 06:27:41 +0000
commit589269d0efae6b45ef9935361437e67ac2a64a25 (patch)
tree1b381cc2a23aae091d7bb3f5357fdea7e95c7420
parentUpdate to 2004.03.23. (diff)
update 0.5.2
Noticed by: clive
-rw-r--r--mail/abook/Makefile3
-rw-r--r--mail/abook/distinfo4
-rw-r--r--mail/abook/files/patch-aa11
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++;