diff options
author | shattered <shattered> | 2011-02-18 23:56:48 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-02-18 23:56:48 +0000 |
commit | 643dcbcc45c555f847aa67686f1941fecc9f5384 (patch) | |
tree | c5236fbe9955aefe96a754c818ed925007b843e1 /databases/abook | |
parent | 4898e66924a17c9a1fe3481c4a425ddf71b5d8de (diff) | |
download | pkgsrc-643dcbcc45c555f847aa67686f1941fecc9f5384.tar.gz |
PR/42672 -- update to 0.6.0pre2. Changes:
0.6.0pre2: Four configuration options have been deprecated and will
no longer be accepted by abook:
emailpos, extra_column, extra_alternative, extrapos
They have been replaced with a single more flexible option: index_format.
0.6.0pre1: The 'customfield' command has been obsoleted by a more
flexible set of commands: 'field' and 'view'.
Diffstat (limited to 'databases/abook')
-rw-r--r-- | databases/abook/Makefile | 7 | ||||
-rw-r--r-- | databases/abook/PLIST | 3 | ||||
-rw-r--r-- | databases/abook/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile index fe38c9043aa..a2ff2d1708d 100644 --- a/databases/abook/Makefile +++ b/databases/abook/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2010/02/04 04:31:15 obache Exp $ +# $NetBSD: Makefile,v 1.22 2011/02/18 23:56:48 shattered Exp $ # -DISTNAME= abook-0.5.6 +DISTNAME= abook-0.6.0pre2 +PKGNAME= abook-0.6.0rc2 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/} +MASTER_SITES= http://abook.sourceforge.net/devel/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://abook.sourceforge.net/ diff --git a/databases/abook/PLIST b/databases/abook/PLIST index 4160dd2a5df..282779e76b1 100644 --- a/databases/abook/PLIST +++ b/databases/abook/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:14 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/02/18 23:56:48 shattered Exp $ bin/abook man/man1/abook.1 man/man5/abookrc.5 share/locale/de/LC_MESSAGES/abook.mo share/locale/fr/LC_MESSAGES/abook.mo +share/locale/it/LC_MESSAGES/abook.mo share/locale/ja/LC_MESSAGES/abook.mo share/locale/sv/LC_MESSAGES/abook.mo diff --git a/databases/abook/distinfo b/databases/abook/distinfo index 9f9de24e099..1d7b58ab43f 100644 --- a/databases/abook/distinfo +++ b/databases/abook/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/02/04 04:31:15 obache Exp $ +$NetBSD: distinfo,v 1.11 2011/02/18 23:56:48 shattered Exp $ -SHA1 (abook-0.5.6.tar.gz) = 79f04f2264c8bd81bbc952b6560c86d69b21615d -RMD160 (abook-0.5.6.tar.gz) = e6a6e77fb7c8ba6608482b1103b948015c37b737 -Size (abook-0.5.6.tar.gz) = 393097 bytes +SHA1 (abook-0.6.0pre2.tar.gz) = 42a939fba43e51aa011fa185113c12ec4bc1e1ec +RMD160 (abook-0.6.0pre2.tar.gz) = 7b69dff4678e6deccc48ee3040f019c9a95463a9 +Size (abook-0.6.0pre2.tar.gz) = 411412 bytes |