SF.net SVN: gar:[26455] csw/mgar/pkg/dovecot-sieve/branches

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Thu Aug 16 00:45:12 CEST 2018


Revision: 26455
          http://sourceforge.net/p/gar/code/26455
Author:   jake_goerzen
Date:     2018-08-15 22:45:06 +0000 (Wed, 15 Aug 2018)
Log Message:
-----------
dovecot-sieve/branches/stable-2.2: create snapshot of trunk before upgrade to version 2.3

Added Paths:
-----------
    csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/
    csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile
    csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums

Removed Paths:
-------------
    csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile
    csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums

Deleted: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile
===================================================================
--- csw/mgar/pkg/dovecot-sieve/trunk/Makefile	2017-04-15 01:27:36 UTC (rev 26136)
+++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile	2018-08-15 22:45:06 UTC (rev 26455)
@@ -1,49 +0,0 @@
-NAME = dovecot-2.2-pigeonhole
-VERSION = 0.4.18
-GARTYPE = v2
-
-DESCRIPTION = Secure POP3/IMAP server - Sieve filters support
-define BLURB
-This package provides Sieve filters support for Dovecot. 
-endef
-
-MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-
-PACKAGES = CSWdovecot-sieve
-
-GARCOMPILER = GNU
-
-BUILD64 = 1
-ISAEXEC = 1
-
-# disable test-suite
-SKIPTEST = 1
-
-# Disable git patching to preserve correct git-commit hash in pigeonhole source.
-NOGITPATCH = 1
-
-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.29
-CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.29
-endif
-
-ifeq ($(UNAME), sparc)
-CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.29
-CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.29
-endif
-
-CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
-
-STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot
-
-EXTRA_LIB = /opt/csw/lib/dovecot
-EXTRA_LIB-64 = /opt/csw/lib/64/dovecot
-
-RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWdovecot
-RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibgcc-s1
-
-include gar/category.mk
-

Copied: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile (from rev 26428, csw/mgar/pkg/dovecot-sieve/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/Makefile	2018-08-15 22:45:06 UTC (rev 26455)
@@ -0,0 +1,49 @@
+NAME = dovecot-2.2-pigeonhole
+VERSION = 0.4.24
+GARTYPE = v2
+
+DESCRIPTION = Secure POP3/IMAP server - Sieve filters support
+define BLURB
+This package provides Sieve filters support for Dovecot. 
+endef
+
+MASTER_SITES = http://pigeonhole.dovecot.org/releases/2.2/
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+
+PACKAGES = CSWdovecot-sieve
+
+GARCOMPILER = GNU
+
+BUILD64 = 1
+ISAEXEC = 1
+
+# disable test-suite
+SKIPTEST = 1
+
+# Disable git patching to preserve correct git-commit hash in pigeonhole source.
+NOGITPATCH = 1
+
+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.36
+CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-i386/build-isa-amd64/dovecot-2.2.36
+endif
+
+ifeq ($(UNAME), sparc)
+CONFIGURE_ARGS-32 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv8plus/dovecot-2.2.36
+CONFIGURE_ARGS-64 = $(DIRPATHS) --with-dovecot=../../../../../../dovecot/trunk/work/solaris10-sparc/build-isa-sparcv9/dovecot-2.2.36
+endif
+
+CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL))
+
+STRIP_DIRS = $(DESTDIR)$(libexecdir)/dovecot
+
+EXTRA_LIB = /opt/csw/lib/dovecot
+EXTRA_LIB-64 = /opt/csw/lib/64/dovecot
+
+RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWdovecot
+RUNTIME_DEP_PKGS_CSWdovecot-sieve += CSWlibgcc-s1
+
+include gar/category.mk
+

Deleted: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums
===================================================================
--- csw/mgar/pkg/dovecot-sieve/trunk/checksums	2017-04-15 01:27:36 UTC (rev 26136)
+++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums	2018-08-15 22:45:06 UTC (rev 26455)
@@ -1 +0,0 @@
-7e6f55da44500b59b832b3d44dd0cbcb  dovecot-2.2-pigeonhole-0.4.18.tar.gz

Copied: csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums (from rev 26428, csw/mgar/pkg/dovecot-sieve/trunk/checksums)
===================================================================
--- csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums	                        (rev 0)
+++ csw/mgar/pkg/dovecot-sieve/branches/stable-2.2/checksums	2018-08-15 22:45:06 UTC (rev 26455)
@@ -0,0 +1 @@
+cc056040b758befe0d48d29458846e93  dovecot-2.2-pigeonhole-0.4.24.tar.gz

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