Revision: 26595 http://sourceforge.net/p/gar/code/26595 Author: jake_goerzen Date: 2019-11-04 19:38:19 +0000 (Mon, 04 Nov 2019) Log Message: ----------- dovecot-sieve/trunk: update to pigeonhole 0.5.8 for dovecot 2.3.8
Modified Paths: -------------- csw/mgar/pkg/dovecot-sieve/trunk/Makefile csw/mgar/pkg/dovecot-sieve/trunk/checksums Modified: csw/mgar/pkg/dovecot-sieve/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2019-11-04 19:05:14 UTC (rev 26594) +++ csw/mgar/pkg/dovecot-sieve/trunk/Makefile 2019-11-04 19:38:19 UTC (rev 26595) @@ -1,5 +1,5 @@ NAME = dovecot-2.3-pigeonhole -VERSION = 0.5.7.2 +VERSION = 0.5.8 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.3.7.2 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.7.2 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-pentium_pro/dovecot-2.3.8 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.3.8 endif ifeq ($(UNAME), sparc) -CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.7.2 -CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.7.2 +CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.3.8 +CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.3.8 endif CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) Modified: csw/mgar/pkg/dovecot-sieve/trunk/checksums =================================================================== --- csw/mgar/pkg/dovecot-sieve/trunk/checksums 2019-11-04 19:05:14 UTC (rev 26594) +++ csw/mgar/pkg/dovecot-sieve/trunk/checksums 2019-11-04 19:38:19 UTC (rev 26595) @@ -1 +1 @@ -7c6ea835aea6f61faedcdd4d71bb22c3 dovecot-2.3-pigeonhole-0.5.7.2.tar.gz +7370e25e6c6d7b6a7d09a2cc2dd97217 dovecot-2.3-pigeonhole-0.5.8.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.