[102875] trunk/dports/www/spawn-fcgi/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 9 19:37:42 PST 2013


Revision: 102875
          https://trac.macports.org/changeset/102875
Author:   ryandesign at macports.org
Date:     2013-02-09 19:37:42 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
spawn-fcgi: remove compatibility upgrade code from 2009

Modified Paths:
--------------
    trunk/dports/www/spawn-fcgi/Portfile

Modified: trunk/dports/www/spawn-fcgi/Portfile
===================================================================
--- trunk/dports/www/spawn-fcgi/Portfile	2013-02-10 03:34:10 UTC (rev 102874)
+++ trunk/dports/www/spawn-fcgi/Portfile	2013-02-10 03:37:42 UTC (rev 102875)
@@ -22,20 +22,6 @@
 
 use_parallel_build  yes
 
-pre-configure {
-    # As of version 1.4.23, the lighttpd port depends on the spawn-fcgi port,
-    # but lighttpd 1.4.22 and earlier provided the same files spawn-fcgi now
-    # installs. If lighttpd 1.4.22 or earlier is installed and the user \
-    # upgrades to 1.4.23, spawn-fcgi will be installed first, which would cause
-    # a conflict on these files at activation time. Therefore tell the user to
-    # first deactivate their old lighttpd.
-    # Note: lighttpd.1 is only installed by lighttpd 1.4.22 and earlier. In
-    # lighttpd 1.4.23 the manpage was moved to lighttpd.8.
-    if {[file exists ${prefix}/share/man/man1/lighttpd.1.gz]} {
-        return -code error "Please deactivate your currently-installed lighttpd port, then try again"
-    }
-}
-
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/a51def6e/attachment.html>


More information about the macports-changes mailing list