SF.net SVN: gar:[25055] csw/mgar/pkg/mailman/trunk

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Jun 3 14:13:16 CEST 2015


Revision: 25055
          http://sourceforge.net/p/gar/code/25055
Author:   cgrzemba
Date:     2015-06-03 12:13:15 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
mailman/trunk: update version, add cswpreservconf

Modified Paths:
--------------
    csw/mgar/pkg/mailman/trunk/Makefile
    csw/mgar/pkg/mailman/trunk/checksums

Modified: csw/mgar/pkg/mailman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mailman/trunk/Makefile	2015-06-02 21:24:11 UTC (rev 25054)
+++ csw/mgar/pkg/mailman/trunk/Makefile	2015-06-03 12:13:15 UTC (rev 25055)
@@ -6,13 +6,16 @@
 #   at all
 # ! Python modules are clearly installed in a wrong plac
 NAME = mailman
-VERSION = 2.1.18
+VERSION = 2.1.20
 
 DESCRIPTION = Mailman mailing list software
 
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES  = $(DISTNAME).tgz
 
+GARCOMPILER = SOS12U4
+
+
 PACKAGES += CSWmailman
 SPKG_DESC_CSWmailman = Mailman mailing list software
 # PKGFILES is catchall
@@ -22,15 +25,16 @@
 
 # The mailman build system puts files in all sorts of strange places
 prefix=$(BUILD_PREFIX)/$(NAME)
+PRESERVECONF += $(prefix)/Mailman/mm_cfg.py
 
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --without-permcheck
 CONFIGURE_ARGS += --with-python=/opt/csw/bin/python2.7
 CONFIGURE_ARGS += --with-mailhost=mailhost
 CONFIGURE_ARGS += --with-urlhost=example.com
-CONFIGURE_ARGS += --with-mail-gid=mail
-CONFIGURE_ARGS += --with-cgi-gid=nobody
-CONFIGURE_ARGS += --with-var-prefix=/var/opt/csw/mailman
+# CONFIGURE_ARGS += --with-mail-gid=mail
+CONFIGURE_ARGS += --with-cgi-gid=webservd
+CONFIGURE_ARGS += --with-var-prefix=$(localstatedir)/$(NAME)
 
 # There is no testsuite
 TEST_SCRIPTS =

Modified: csw/mgar/pkg/mailman/trunk/checksums
===================================================================
--- csw/mgar/pkg/mailman/trunk/checksums	2015-06-02 21:24:11 UTC (rev 25054)
+++ csw/mgar/pkg/mailman/trunk/checksums	2015-06-03 12:13:15 UTC (rev 25055)
@@ -1 +1 @@
-02ce493711248e1d3723356188446d9f  mailman-2.1.18.tgz
+96819640406f90a12bc28edd3dc09d4a  mailman-2.1.20.tgz

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