SF.net SVN: gar:[26238] csw/mgar/pkg/dovecot-sieve/trunk/Makefile
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Mon Jun 26 22:36:42 CEST 2017
Revision: 26238
http://sourceforge.net/p/gar/code/26238
Author: jake_goerzen
Date: 2017-06-26 20:36:41 +0000 (Mon, 26 Jun 2017)
Log Message:
-----------
dovecot-sieve/trunk: update to 0.4.19 and build against dovecot 2.2.31
Modified Paths:
--------------
csw/mgar/pkg/dovecot-sieve/trunk/Makefile
Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-06-26 14:43:02 UTC (rev 26237)
+++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2017-06-26 20:36:41 UTC (rev 26238)
@@ -1,5 +1,5 @@
NAME = dovecot-2.2-pigeonhole
-VERSION = 0.4.18
+VERSION = 0.4.19
GARTYPE = v2
DESCRIPTION = Secure POP3/IMAP server - Sieve filters support
@@ -26,13 +26,13 @@
UNAME := $(shell /usr/bin/uname -p)
ifeq ($(UNAME), i386)
-CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.30.2
-CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.30.2
+CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.2.31
+CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.31
endif
ifeq ($(UNAME), sparc)
-CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.30.2
-CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.30.2
+CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.31
+CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.31
endif
CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list