summaryrefslogtreecommitdiff
path: root/mail/libsieve/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-11-13 04:41:00 +0000
committerobache <obache>2008-11-13 04:41:00 +0000
commit6955a37b670daa4d6c598cb869e9e34182efb50f (patch)
tree0d8ca76b3450c564d224f2a108cdd4710036e05f /mail/libsieve/Makefile
parent93b0651641526b5d78baa96cf568c68b5919ed7b (diff)
downloadpkgsrc-6955a37b670daa4d6c598cb869e9e34182efb50f.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/Makefile')
-rw-r--r--mail/libsieve/Makefile8
1 files changed, 5 insertions, 3 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