diff --git a/mail/abook/Makefile b/mail/abook/Makefile index 3581a3edf76..d55bb6bb3b6 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.22 2005/01/02 10:53:41 alek Exp $ +# $OpenBSD: Makefile,v 1.23 2006/07/12 14:24:49 steven Exp $ COMMENT= "addressbook program with mutt support" -DISTNAME= abook-0.5.2 +DISTNAME= abook-0.5.5 CATEGORIES= mail HOMEPAGE= http://abook.sourceforge.net/ @@ -18,6 +18,8 @@ WANTLIB= c ncurses readline MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} +MODULES= devel/gettext + CONFIGURE_STYLE=gnu EXAMPLESDIR= ${PREFIX}/share/examples/abook diff --git a/mail/abook/distinfo b/mail/abook/distinfo index 3268f26d917..09381f7425f 100644 --- a/mail/abook/distinfo +++ b/mail/abook/distinfo @@ -1,4 +1,4 @@ -MD5 (abook-0.5.2.tar.gz) = 1b6ef00c860cb3ac5ad61cc79a49c87f -RMD160 (abook-0.5.2.tar.gz) = 0c8e75f564fc23b3737c589a869c6b7fff4f62ea -SHA1 (abook-0.5.2.tar.gz) = 08f7382bd1a085172c9471922bcc984aa131eb80 -SIZE (abook-0.5.2.tar.gz) = 183852 +MD5 (abook-0.5.5.tar.gz) = e9d5f4a8d7d30c96a381851489a53a1d +RMD160 (abook-0.5.5.tar.gz) = 14d5a3dfe4b328dfb9eb90f2e44514965906e508 +SHA1 (abook-0.5.5.tar.gz) = 60a930ffb7db7013a41b9c979ab90bf758e537cf +SIZE (abook-0.5.5.tar.gz) = 392689 diff --git a/mail/abook/pkg/PLIST b/mail/abook/pkg/PLIST index 0afaae5037e..7785b711916 100644 --- a/mail/abook/pkg/PLIST +++ b/mail/abook/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2004/09/15 09:09:41 espie Exp $ +@comment $OpenBSD: PLIST,v 1.7 2006/07/12 14:24:49 steven Exp $ bin/abook @man man/man1/abook.1 @man man/man5/abookrc.5 @@ -11,3 +11,7 @@ share/examples/abook/whitelist/README share/examples/abook/whitelist/abook2whitelist.sh share/examples/abook/whitelist/mutt.whitelist share/examples/abook/whitelist/whitelist.rc +share/locale/de/LC_MESSAGES/abook.mo +share/locale/fr/LC_MESSAGES/abook.mo +share/locale/ja/LC_MESSAGES/abook.mo +share/locale/sv/LC_MESSAGES/abook.mo diff --git a/mail/abook/pkg/SECURITY b/mail/abook/pkg/SECURITY deleted file mode 100644 index ba637260d09..00000000000 --- a/mail/abook/pkg/SECURITY +++ /dev/null @@ -1,4 +0,0 @@ -$OpenBSD: SECURITY,v 1.1.1.1 2000/05/29 16:46:51 reinhard Exp $ - -no privileged rights needed. -various strcat/strcpy/strcmp/sprintf, though not a server program.