summaryrefslogtreecommitdiff
path: root/mail/libsieve/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-12-05 08:48:49 +0000
committerobache <obache>2014-12-05 08:48:49 +0000
commit80949f34d83739a1cf4ce4ea9760e2e9474ec8b1 (patch)
tree7b7c1367a3b4e9de84c25b54479e973374cf5f39 /mail/libsieve/Makefile
parent6a42929f15bd6ebda09106aa1d83356bb6ee28b1 (diff)
downloadpkgsrc-80949f34d83739a1cf4ce4ea9760e2e9474ec8b1.tar.gz
Update libsieve to 2.3.1.
libSieve 2.3.1 -------------- This release is made possible by the tremendous effort of Dilyan Palauzov. - Many small fixes and improvements. libSieve 2.3.0 -------------- This release is made possible by the tremendous effort of Dilyan Palauzov. - Hide internal symbols (do not export them) from the final shared library (works with GCC>=4) - Add support for DOT in addresses (RFC5322, 4.1. Miscellaneous Obsolete Tokens) - libsieve is now reentrant - Add SILENT_RULES to Makefile.am - Move all Makefile.am-s to single /Makefile.am - Move the build root from /src/ to / libSieve 2.2.9 -------------- - Vacation segfault fix (thanks to Paul Stevens). libSieve 2.2.8 -------------- - Handle empty addresses (thanks to Dilyan Palauzov). - Short-circuit all(tests) as soon as a test fails (thanks to Dilyan Palauzov). - Short-circuit any(tests) as soon as a test succeeds (thanks to Dilyan Palauzov). - Check that 'myaddr' is among those specified in the script (thanks to Paul Stevens). - Add AM_MAINTAINER_MODE to only rebuild flex/bison sources if required.
Diffstat (limited to 'mail/libsieve/Makefile')
-rw-r--r--mail/libsieve/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile
index 31af2691e1c..843a075f154 100644
--- a/mail/libsieve/Makefile
+++ b/mail/libsieve/Makefile
@@ -1,23 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2012/10/08 12:19:14 asau Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/05 08:48:49 obache Exp $
#
-DISTNAME= libsieve-2.2.7
+DISTNAME= libsieve-2.3.1
CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsieve/}
+MASTER_SITES= https://github.com/downloads/sodabrew/libsieve/
MAINTAINER= obache@NetBSD.org
-HOMEPAGE= http://libsieve.sourceforge.net/
+HOMEPAGE= http://sodabrew.com/libsieve/
COMMENT= Library for parsing, sorting and filtering mail
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
-USE_TOOLS+= flex bison
GNU_CONFIGURE= yes
-CONFIGURE_DIRS= src
-
-PKGCONFIG_OVERRIDE+= src/libsieve.pc.in
+PKGCONFIG_OVERRIDE+= libsieve.pc.in
SUBST_CLASSES+= stripcr
SUBST_STAGE.stripcr= post-extract