diff options
author | obache <obache> | 2008-11-13 04:41:00 +0000 |
---|---|---|
committer | obache <obache> | 2008-11-13 04:41:00 +0000 |
commit | b9d0de34f6dc82af2d29e5810bf0d961797382e2 (patch) | |
tree | 0d8ca76b3450c564d224f2a108cdd4710036e05f /mail/libsieve | |
parent | 0d95495455a64183c25d27ab7a34540649da17cf (diff) | |
download | pkgsrc-b9d0de34f6dc82af2d29e5810bf0d961797382e2.tar.gz |
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 (limited to 'mail/libsieve')
-rw-r--r-- | mail/libsieve/Makefile | 8 | ||||
-rw-r--r-- | mail/libsieve/PLIST | 3 | ||||
-rw-r--r-- | mail/libsieve/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index 685a19adbec..a4d32783f4f 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -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 @@ MAINTAINER= obache@NetBSD.org 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 @@ GNU_CONFIGURE= yes CONFIGURE_DIRS= src -PKG_DESTDIR_SUPPORT= user-destdir +PKGCONFIG_OVERRIDE+= src/libsieve.pc.in SUBST_CLASSES+= stripcr SUBST_STAGE.stripcr= post-extract diff --git a/mail/libsieve/PLIST b/mail/libsieve/PLIST index ff95b363f5e..b3112cc7133 100644 --- a/mail/libsieve/PLIST +++ b/mail/libsieve/PLIST @@ -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 --git a/mail/libsieve/distinfo b/mail/libsieve/distinfo index 1a7c4d4ade7..e3f294637a9 100644 --- a/mail/libsieve/distinfo +++ b/mail/libsieve/distinfo @@ -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 |