diff --git a/mail/abook/Makefile b/mail/abook/Makefile index aff15fdd39cb..6297929bc1cc 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -1,33 +1,32 @@ # New ports collection makefile for: abook # Date created: June 6th 2000 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= abook -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= leeym@FreeBSD.org COMMENT= An addressbook program with mutt mail client support GNU_CONFIGURE= yes MAN1= abook.1 MAN5= abookrc.5 PORTDOCS= ANNOUNCE AUTHORS BUGS COPYING ChangeLog FAQ INSTALL NEWS README THANKS TODO PLIST_FILES= bin/abook post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include 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++;