[41058] trunk/dports/mail/mailman/Portfile

wsiegrist at apple.com wsiegrist at apple.com
Tue Oct 21 13:22:55 PDT 2008


Revision: 41058
          http://trac.macports.org/changeset/41058
Author:   wsiegrist at apple.com
Date:     2008-10-21 13:22:54 -0700 (Tue, 21 Oct 2008)
Log Message:
-----------
Whitespace cleanup

Modified Paths:
--------------
    trunk/dports/mail/mailman/Portfile

Modified: trunk/dports/mail/mailman/Portfile
===================================================================
--- trunk/dports/mail/mailman/Portfile	2008-10-21 19:52:21 UTC (rev 41057)
+++ trunk/dports/mail/mailman/Portfile	2008-10-21 20:22:54 UTC (rev 41058)
@@ -9,24 +9,25 @@
 maintainers		nomaintainer
 description		Mailman, the GNU Mailing List Manager
 long_description	Mailman is free software for managing electronic \
-					mail discussion and e-newsletter lists. Mailman is \
-					integrated with the web, making it easy for users to \
-					manage their accounts and for list owners to \
-					administer their lists. Mailman supports built-in \
-					archiving, automatic bounce processing, content \
-					filtering, digest delivery, spam filters, and more.
+			mail discussion and e-newsletter lists. Mailman is \
+			integrated with the web, making it easy for users to \
+			manage their accounts and for list owners to \
+			administer their lists. Mailman supports built-in \
+			archiving, automatic bounce processing, content \
+			filtering, digest delivery, spam filters, and more.
+
 homepage		http://www.list.org/
-master_sites	sourceforge
-extract.suffix	.tgz
+master_sites		sourceforge
+extract.suffix		.tgz
 checksums		md5 dd51472470f9eafb04f64da372444835
 platforms		darwin
 
 depends_lib		port:python24
 
 # Create a startupitem
-startupitem.create    yes
-startupitem.start    "${prefix}/share/mailman/bin/mailman.init start"
-startupitem.stop     "${prefix}/share/mailman/bin/mailman.init stop"
+startupitem.create	yes
+startupitem.start	"${prefix}/share/mailman/bin/mailman.init start"
+startupitem.stop	"${prefix}/share/mailman/bin/mailman.init stop"
 
 # Mailman installation directories
 set execdir		${prefix}/libexec/${name}
@@ -40,22 +41,23 @@
 set mmgroup		mailman
 
 # CGI group name (should match apache Portfile)
-set cgigroup	www
+set cgigroup		www
 
 patchfiles		patch-Defaults.py.in \
-				patch-mm_cfg.py.dist.in
+			patch-mm_cfg.py.dist.in
 
 configure.pre_args	--exec-prefix=${execdir} \
-					--prefix=${sharedir} \
-					--with-var-prefix=${datadir}
-configure.args	--with-username=${mmuser} \
-				--with-groupname=${mmgroup} \
-				--with-mail-gid=${mmgroup} \
-				--with-cgi-gid=${cgigroup} \
-				--with-cgi-ext=.cgi \
-				--without-permcheck \
-				--with-python=${prefix}/bin/python2.4
+			--prefix=${sharedir} \
+			--with-var-prefix=${datadir}
 
+configure.args		--with-username=${mmuser} \
+			--with-groupname=${mmgroup} \
+			--with-mail-gid=${mmgroup} \
+			--with-cgi-gid=${cgigroup} \
+			--with-cgi-ext=.cgi \
+			--without-permcheck \
+			--with-python=${prefix}/bin/python2.4
+
 pre-destroot {
 	addgroup	${mmgroup}
 	adduser		${mmuser} gid=[existsgroup ${mmgroup}]
@@ -136,3 +138,4 @@
 	ui_msg "  sudo launchctl load -w /Library/LaunchDaemons/org.macports.mailman.plist"
 	ui_msg "------------------------------------------------------------"
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081021/a7981a39/attachment.html 


More information about the macports-changes mailing list