ports/145646: [patch] fix www/moinmoin: incompatible shebang in moin.fcgi

khsing khsing.cn at gmail.com
Wed Apr 28 09:50:04 UTC 2010


The following reply was made to PR ports/145646; it has been noted by GNATS.

From: khsing <khsing.cn at gmail.com>
To: bug-followup at freebsd.org, ghostonthewire at gmail.com
Cc:  
Subject: Re: ports/145646: [patch] fix www/moinmoin: incompatible shebang in 
	moin.fcgi
Date: Wed, 28 Apr 2010 17:40:10 +0800

 I have tested this patch. I approved it.
 Please put patch-wiki-server-moin.fcgi file into files directory.
 
 --- patch-wiki-server-moin.fcgi begins here ---
 --- wiki/server/moin.fcgi.orig  2010-02-28 23:28:49.000000000 +0800
 +++ wiki/server/moin.fcgi       2010-04-28 16:33:04.097920979 +0800
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
 +#!/usr/bin/env python
  # -*- coding: utf-8 -*-
  """
      MoinMoin - CGI/FCGI Driver script
 --- patch-wiki-server-moin.fcgi ends here ---
 
 -- 
 A man live in jail and want to break.
 http://blog.khsing.net



More information about the freebsd-ports-bugs mailing list