summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-28 19:22:37 +0000
committerminskim <minskim@pkgsrc.org>2004-06-28 19:22:37 +0000
commit04705e7382f67a367c9dd46f021c4108f0148bfc (patch)
tree5dd454aaf4e2653b2e6a4f7b66959ecc9ad83dd1
parentaa2130c8e6bc3bc2df5276789812c21daa484ec4 (diff)
downloadpkgsrc-04705e7382f67a367c9dd46f021c4108f0148bfc.tar.gz
Update abook to 0.5.2.
Changes since 0.5: - five custom fields added - experimental wide character support - fixed a crash bug in mutt filter - fixed errors in configure.in (especially snprintf-functions were incorrectly detected) - abookrc manual page update - sort by field command - duplicate item command - quit without saving command - autoconf/automake update - minor filter fixes - tried to fix \" quotation problem with mutt import filter - removed obsolete filesel_sort option from abookrc manual page - added bbdb2xx translator source to contrib
-rw-r--r--databases/abook/Makefile4
-rw-r--r--databases/abook/distinfo6
-rw-r--r--doc/CHANGES3
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile
index 9671fb1847c..9e62ec996a1 100644
--- a/databases/abook/Makefile
+++ b/databases/abook/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/04/17 19:14:38 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/28 19:22:38 minskim Exp $
#
-DISTNAME= abook-0.5.0
+DISTNAME= abook-0.5.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abook/}
diff --git a/databases/abook/distinfo b/databases/abook/distinfo
index be34e169607..eb34f3b5692 100644
--- a/databases/abook/distinfo
+++ b/databases/abook/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/24 07:54:18 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2004/06/28 19:22:38 minskim Exp $
-SHA1 (abook-0.5.0.tar.gz) = 4a6c4b6941c1d3b9ae3a56743f934d2798d457e8
-Size (abook-0.5.0.tar.gz) = 164842 bytes
+SHA1 (abook-0.5.2.tar.gz) = 08f7382bd1a085172c9471922bcc984aa131eb80
+Size (abook-0.5.2.tar.gz) = 183852 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index 5919703ce35..0e718785a24 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6384 2004/06/28 18:40:42 jmmv Exp $
+$NetBSD: CHANGES,v 1.6385 2004/06/28 19:22:37 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3162,3 +3162,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated libgnomeprintui to 2.6.2 [jmmv 2004-06-28]
Updated libgtkhtml to 2.6.2 [jmmv 2004-06-28]
Updated libwnck to 2.6.2 [jmmv 2004-06-28]
+ Updated abook to 0.5.2 [minskim 2004-06-28]