[46803] trunk/dports/mail/sympa/Portfile

markd at macports.org markd at macports.org
Fri Feb 13 10:44:04 PST 2009


Revision: 46803
          http://trac.macports.org/changeset/46803
Author:   markd at macports.org
Date:     2009-02-13 10:43:49 -0800 (Fri, 13 Feb 2009)
Log Message:
-----------
Update to 5.4.6.

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

Modified: trunk/dports/mail/sympa/Portfile
===================================================================
--- trunk/dports/mail/sympa/Portfile	2009-02-13 14:21:02 UTC (rev 46802)
+++ trunk/dports/mail/sympa/Portfile	2009-02-13 18:43:49 UTC (rev 46803)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 
 name			sympa
-version			5.3.4
+version			5.4.6
 categories		mail
 maintainers		markd
 platforms		darwin
@@ -19,7 +19,7 @@
 master_sites		http://www.sympa.org/distribution/ \
 			http://www.sympa.org/distribution/old/
 
-checksums		md5 13179ae837d710cc81b6db1fe7f2404b
+checksums		md5 1848fc317f19498e036a3b59e6eb1738
 default_variants	+server
 
 patchfiles		patch-configure.in \
@@ -55,7 +55,9 @@
 			port:p5-xml-libxml \
 			port:p5-io-socket-ssl \
 			port:p5-soap-lite \
-			port:p5-perl-ldap
+			port:p5-perl-ldap \
+			port:p5-html-format \
+			port:p5-html-stripscripts-parser
 
 configure.args		--with-bindir=${prefix}/bin/${name} \
                         --with-sbindir=${prefix}/bin/${name} \
@@ -63,7 +65,6 @@
                         --with-libdir=${prefix}/lib/${name} \
 \
                         --with-cgidir=${prefix}/share/${name}/cgi-bin \
-                        --with-iconsdir=${prefix}/share/${name}/icons \
                         --with-localedir=${prefix}/share/locale \
                         --with-scriptdir=${prefix}/share/${name}/script \
                         --with-sampledir=${prefix}/share/${name}/sample \
@@ -115,6 +116,10 @@
                 "${worksrcpath}/src/etc/script/sympa.generic"
 
 	system "mv ${worksrcpath}/src/etc/script/sympa.generic ${worksrcpath}/src/etc/script/sympa"
+
+# Temporary DESTDIR fix - sent to developer so this can be removed on next update
+	reinplace "s|\$(DIR)/static_content/icons|\$(DESTDIR)\$(DIR)/static_content/icons|g" \
+		"${worksrcpath}/wwsympa/Makefile"
 }
 
 post-destroot {
@@ -177,9 +182,6 @@
 	reinplace "s|${prefix}/bounce|${prefix}/var/${name}/bounce|g" \
                 "${destroot}${prefix}/etc/${name}/wwsympa.conf"
 
-	reinplace "s|/icons/sympa|${prefix}/share/${name}/icons|g" \
-                "${destroot}${prefix}/etc/${name}/wwsympa.conf"
-
 	reinplace "s|/usr/bin/mhonarc|${prefix}/bin/mhonarc|g" \
                 "${destroot}${prefix}/etc/${name}/wwsympa.conf"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090213/67e33ecb/attachment.html>


More information about the macports-changes mailing list