gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1157: clean up mailman


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1157: clean up mailman
Date: Sun, 11 Nov 2012 23:38:21 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1157
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-11 23:38:21 +0100
message:
  clean up mailman
added:
  gnu/mailman/config.mk
modified:
  gnu/mailman/Makefile
=== modified file 'gnu/mailman/Makefile'
--- a/gnu/mailman/Makefile      2012-08-20 22:06:59 +0000
+++ b/gnu/mailman/Makefile      2012-11-11 22:38:21 +0000
@@ -1,16 +1,19 @@
 GARNAME = mailman
 GARVERSION = 2.1.15
+HOME_URL = http://www.gnu.org/software/mailman/
+DESCRIPTION = GNU Mailman
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = mailman/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tgz
 SIGFILES = $(DISTNAME).tgz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/mailman/
-DESCRIPTION = GNU Mailman
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/mailman/config.mk'
--- a/gnu/mailman/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/mailman/config.mk     2012-11-11 22:38:21 +0000
@@ -0,0 +1,6 @@
+## Configuration options for mailman ##
+
+CONFIGURE_OPTS ?= --with-username=mailman --with-groupname=mailman \
+                 --with-mailhost=example.com --with-urlhost=example.com \
+                 --without-permcheck
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]