cvs commit: ports/www/p5-CGI.pm Makefile distinfo pkg-plist

Clive Lin clive at tongi.org
Thu Aug 21 20:31:44 PDT 2003


On Wed, Aug 20, 2003 at 11:00:56AM -0700, Erwin Lansing wrote:
> erwin       2003/08/20 11:00:56 PDT
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www/p5-CGI.pm        Makefile distinfo pkg-plist 
>   Log:
>   Update to 2.99

2.99 breaks at least www/openwebmail. Its startform() function
translates '/' in -action to '%2F'.

Ex:
with p5-CGI.pm-2.97,1 and previous versions:
<form method="post" action="/cgi-bin/openwebmail/openwebmail.pl" ...

with p5-CGI.pm-2.99,1
<form method="post" action="%2Fcgi-bin%2Fopenwebmail%2Fopenwebmail.pl" ...



More information about the freebsd-ports mailing list