[csw-devel] SF.net SVN: gar:[3013] csw/mgar/pkg/dovecot/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sat Feb 7 21:58:50 CET 2009
Revision: 3013
http://gar.svn.sourceforge.net/gar/?rev=3013&view=rev
Author: skayser
Date: 2009-02-07 20:58:48 +0000 (Sat, 07 Feb 2009)
Log Message:
-----------
dovecot: bumped to 1.1.11, split main & devel pkg
Modified Paths:
--------------
csw/mgar/pkg/dovecot/trunk/Makefile
csw/mgar/pkg/dovecot/trunk/checksums
csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec
Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012)
+++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:58:48 UTC (rev 3013)
@@ -1,5 +1,5 @@
GARNAME = dovecot
-GARVERSION = 1.1.8
+GARVERSION = 1.1.11
CATEGORIES = server
DESCRIPTION = Secure IMAP server
@@ -13,30 +13,47 @@
MASTER_SITES = http://dovecot.org/releases/1.1/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += $(call admfiles,CSWdovecot,)
+DISTFILES += $(call admfiles,CSWdovecotdevel,)
-REQUIRED_PKGS = CSWosslrt CSWmysql5rt
+SPKG_SOURCEURL = http://dovecot.org/
-PREREQUISITE_PKGS = CSWmysql5devel CSWmysql5rt
+SPKG_DESC_CSWdovecot = Secure IMAP server
+SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files
+
+REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt
+REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot
+
+PREREQUISITE_PKGS = CSWossldevel CSWosslrt
+PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt
PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel
+PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL)
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+# Work around non-existing unsetenv() on Solaris 8
# See http://www.mail-archive.com/dovecot@dovecot.org/msg15562.html
PATCHFILES = patch-unsetenv.diff
+TEST_SCRIPTS =
+
# TODO
# * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760
-# * --enable-header-install & split packages (dovecot, dovecotdevel)
# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve
# * ...
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-pop3d
+CONFIGURE_ARGS += --with-lda
CONFIGURE_ARGS += --with-ldap
CONFIGURE_ARGS += --with-mysql
CONFIGURE_ARGS += --with-sqlite
CONFIGURE_ARGS += --with-ssl=openssl
CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl
+CONFIGURE_ARGS += --enable-header-install
+CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME)
+CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME)
EXTRA_LIB = /opt/csw/mysql5/lib/mysql
EXTRA_INC = /opt/csw/mysql5/include/mysql
Modified: csw/mgar/pkg/dovecot/trunk/checksums
===================================================================
--- csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 19:21:09 UTC (rev 3012)
+++ csw/mgar/pkg/dovecot/trunk/checksums 2009-02-07 20:58:48 UTC (rev 3013)
@@ -1,3 +1,4 @@
-bc23a919c7ad2b3c5ba69e19f1b46eb2 download/dovecot-1.1.8.tar.gz
-d707692194795943a4ff18581f61d04d download/CSWdovecot.gspec
+c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz
+870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec
+59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec
827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff
Modified: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 19:21:09 UTC (rev 3012)
+++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:58:48 UTC (rev 3013)
@@ -1,4 +1,4 @@
%var bitname dovecot
%var pkgname CSWdovecot
%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/LICENSE
+%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING
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