On Mon 2006.07.10 at 23:48 +0200, steven mestdagh wrote: > I think MODULES=devel/gettext should be added here (and PLIST synced), > and the SECURITY file can be removed.
new patch. Index: Makefile =================================================================== RCS file: /cvs/ports/mail/abook/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 2 Jan 2005 10:53:41 -0000 1.22 +++ Makefile 11 Jul 2006 02:44:17 -0000 @@ -2,7 +2,7 @@ COMMENT= "addressbook program with mutt support" -DISTNAME= abook-0.5.2 +DISTNAME= abook-0.5.5 CATEGORIES= mail HOMEPAGE= http://abook.sourceforge.net/ @@ -19,6 +19,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} CONFIGURE_STYLE=gnu +MODULES= devel/gettext EXAMPLESDIR= ${PREFIX}/share/examples/abook WHITELIST=README abook2whitelist.sh mutt.whitelist whitelist.rc Index: distinfo =================================================================== RCS file: /cvs/ports/mail/abook/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 5 Jan 2005 16:58:53 -0000 1.7 +++ distinfo 11 Jul 2006 02:44:17 -0000 @@ -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 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/abook/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- pkg/PLIST 15 Sep 2004 09:09:41 -0000 1.6 +++ pkg/PLIST 11 Jul 2006 02:44:17 -0000 @@ -11,3 +11,7 @@ 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 Index: pkg/SECURITY =================================================================== RCS file: pkg/SECURITY diff -N pkg/SECURITY --- pkg/SECURITY 29 May 2000 16:46:51 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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.