pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/libsieve Update libsieve to 2.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bc2849d9e3a
branches:  trunk
changeset: 550005:4bc2849d9e3a
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Nov 13 04:41:00 2008 +0000

description:
Update libsieve to 2.2.7.

Changes:
libSieve 2.2.7
--------------

- Fixed a duplicate symbol definition (thanks to Wilfried Goesgens).

- Fixed a mismatched function declaration (thanks to Eugene Prokopiev).

- More cases where Vacation should be ignored (thanks to Dilyan Palauzov).

- Generate Vacation handle according to RFC 5230 (thanks to Dilyan Palauzov).

- Use of NULL without declaration (thanks to Dilyan Palauzov).

- Added pkgconfig support (thanks to Dilyan Palauzov).

- Documentation corrections (thanks to Dilyan Palauzov).

- Use left-recursion when parsing stringlists (thanks to Dilyan Palauzov).

diffstat:

 mail/libsieve/Makefile |  8 +++++---
 mail/libsieve/PLIST    |  3 ++-
 mail/libsieve/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r e1ccc6aa804d -r 4bc2849d9e3a mail/libsieve/Makefile
--- a/mail/libsieve/Makefile    Thu Nov 13 04:20:11 2008 +0000
+++ b/mail/libsieve/Makefile    Thu Nov 13 04:41:00 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/05/31 15:05:40 obache Exp $
+# $NetBSD: Makefile,v 1.11 2008/11/13 04:41:00 obache Exp $
 #
 
-DISTNAME=              libsieve-2.2.6
+DISTNAME=              libsieve-2.2.7
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=libsieve/}
 
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://libsieve.sourceforge.net/
 COMMENT=               Library for parsing, sorting and filtering mail
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
 USE_TOOLS+=            flex bison
@@ -16,7 +18,7 @@
 
 CONFIGURE_DIRS=                src
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+PKGCONFIG_OVERRIDE+=   src/libsieve.pc.in
 
 SUBST_CLASSES+=                        stripcr
 SUBST_STAGE.stripcr=           post-extract
diff -r e1ccc6aa804d -r 4bc2849d9e3a mail/libsieve/PLIST
--- a/mail/libsieve/PLIST       Thu Nov 13 04:20:11 2008 +0000
+++ b/mail/libsieve/PLIST       Thu Nov 13 04:41:00 2008 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2007/09/08 12:26:15 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/11/13 04:41:00 obache Exp $
 include/sieve2.h
 include/sieve2_error.h
 lib/libsieve.la
+lib/pkgconfig/libsieve.pc
diff -r e1ccc6aa804d -r 4bc2849d9e3a mail/libsieve/distinfo
--- a/mail/libsieve/distinfo    Thu Nov 13 04:20:11 2008 +0000
+++ b/mail/libsieve/distinfo    Thu Nov 13 04:41:00 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/12/17 11:32:57 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/11/13 04:41:00 obache Exp $
 
-SHA1 (libsieve-2.2.6.tar.gz) = 5746d56a9ce50ae773a5f690c3163dd0dd6bc8ea
-RMD160 (libsieve-2.2.6.tar.gz) = 30de1bf894fdf3101a238cc44a88cb8d28ebc11c
-Size (libsieve-2.2.6.tar.gz) = 564722 bytes
+SHA1 (libsieve-2.2.7.tar.gz) = cf8590f45657e893044a2ae3637ea2eb400fa101
+RMD160 (libsieve-2.2.7.tar.gz) = e640874490f7369f7071905171de0be3841284ea
+Size (libsieve-2.2.7.tar.gz) = 569646 bytes



Home | Main Index | Thread Index | Old Index