ports/188752: [patch] www/p5-CGI.pm update to version 3.65

Olli Hauer ohauer at FreeBSD.org
Fri Apr 18 09:30:00 UTC 2014


>Number:         188752
>Category:       ports
>Synopsis:       [patch] www/p5-CGI.pm update to version 3.65
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 18 09:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
- Please upate the port to version 3.65 or 3.64

Version 3.65 Feb 11, 2014

    [INTERNALS]
    - Update Makefile to refine where CGI.pm gets installed 
      (Thanks to bingo, rjbs: https://github.com/markstos/CGI.pm/pull/30)

Version 3.64 Nov 23, 2013

    [BUG FIXES]
    - Avoid warning about "undefined variable in user_agent in some cases (RT#72882)

    [INTERNALS]
    - Avoiding warning about "unitialized value" in when calling user_agent() in some cases. (RT#72882, perl at max-maurer.de)
    - Update minimum required version in Makefile.PL to 5.8.1. It had already been
      updated to 5.8.1 in the CGI.pm module in 3.53.
    - Fix POD errors reported by newer pod2man (Thanks to jmdh)
    - Typo fixes, (dsteinbrunner).
    - use deprecate.pm on perls 5.19.0 and later. (rjbs).

    [DOCUMENTATION]    
    - Update CGI::Cookie docs to reflect that HttpOnly is widely supported now.

>How-To-Repeat:

>Fix:
--- p5-CGI.pm-3.65.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351521)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	CGI.pm
-PORTVERSION=	3.63
+PORTVERSION=	3.65
 PORTEPOCH=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
@@ -28,9 +28,6 @@
 		examples/popup.cgi examples/save_state.cgi \
 		examples/tryit.cgi examples/wilogo.gif
 
-post-patch:
-	@${REINPLACE_CMD} -e '/require 5\.6/d; /INSTALLDIRS/d' ${WRKSRC}/Makefile.PL
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
Index: distinfo
===================================================================
--- distinfo	(revision 351521)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (CGI.pm-3.63.tar.gz) = f180778f9d1bcb5029bffb8c6be305c6deec60bf71ef14170fce9dfe6c548e2c
-SIZE (CGI.pm-3.63.tar.gz) = 247277
+SHA256 (CGI.pm-3.65.tar.gz) = 556d0f9047affa6873da996d8cc077bff797c13f95be89eb771d7247b8f0828a
+SIZE (CGI.pm-3.65.tar.gz) = 247466
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 351521)
+++ pkg-plist	(working copy)
@@ -1,3 +1,12 @@
+%%PERL5_MAN3%%/CGI.3.gz
+%%PERL5_MAN3%%/CGI::Apache.3.gz
+%%PERL5_MAN3%%/CGI::Carp.3.gz
+%%PERL5_MAN3%%/CGI::Cookie.3.gz
+%%PERL5_MAN3%%/CGI::Fast.3.gz
+%%PERL5_MAN3%%/CGI::Pretty.3.gz
+%%PERL5_MAN3%%/CGI::Push.3.gz
+%%PERL5_MAN3%%/CGI::Switch.3.gz
+%%PERL5_MAN3%%/CGI::Util.3.gz
 %%SITE_PERL%%/CGI.pm
 %%SITE_PERL%%/CGI/Apache.pm
 %%SITE_PERL%%/CGI/Carp.pm
@@ -30,14 +39,5 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tryit.cgi
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wilogo.gif
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PERL5_MAN3%%/CGI.3.gz
-%%PERL5_MAN3%%/CGI::Apache.3.gz
-%%PERL5_MAN3%%/CGI::Carp.3.gz
-%%PERL5_MAN3%%/CGI::Cookie.3.gz
-%%PERL5_MAN3%%/CGI::Fast.3.gz
-%%PERL5_MAN3%%/CGI::Pretty.3.gz
-%%PERL5_MAN3%%/CGI::Push.3.gz
-%%PERL5_MAN3%%/CGI::Switch.3.gz
-%%PERL5_MAN3%%/CGI::Util.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
 @dirrmtry %%SITE_PERL%%/CGI
--- p5-CGI.pm-3.65.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list