ports/188956: [PATCH] www/cgicc: update to 3.2.14, take maintainership

Muhammad Moinur Rahman 5u623l20 at gmail.com
Thu Apr 24 12:20:01 UTC 2014


>Number:         188956
>Category:       ports
>Synopsis:       [PATCH] www/cgicc: update to 3.2.14, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 12:20:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 3.2.14
- Take maintainership

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/100i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/cgicc/3.2.14/110amd64-default.log

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- cgicc-3.2.14.patch begins here ---
diff -ruN /usr/ports//www/cgicc/Makefile ./Makefile
--- /usr/ports//www/cgicc/Makefile	2014-01-16 09:23:23.000000000 +0600
+++ ./Makefile	2014-04-24 17:14:12.064418413 +0600
@@ -2,11 +2,11 @@
 # $FreeBSD: head/www/cgicc/Makefile 339887 2014-01-16 03:23:23Z danilo $
 
 PORTNAME=	cgicc
-PORTVERSION=	3.2.12
+PORTVERSION=	3.2.14
 CATEGORIES=	www devel
 MASTER_SITES=	GNU
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	C++ class library for writing CGI applications
 
 LICENSE=	LGPL3 # (or later)
diff -ruN /usr/ports//www/cgicc/distinfo ./distinfo
--- /usr/ports//www/cgicc/distinfo	2014-01-16 09:23:23.000000000 +0600
+++ ./distinfo	2014-04-24 17:00:03.864463904 +0600
@@ -1,2 +1,2 @@
-SHA256 (cgicc-3.2.12.tar.gz) = 4b3789e94e77b0616d42ac3e6c80b8dab22009dcf997f69df9cd26c5b8bca9f4
-SIZE (cgicc-3.2.12.tar.gz) = 2385390
+SHA256 (cgicc-3.2.14.tar.gz) = 15a0c511c8b384ffd49fd0b7a27e026756d6373a457e0f966c8b3a987c5ce097
+SIZE (cgicc-3.2.14.tar.gz) = 1400200
diff -ruN /usr/ports//www/cgicc/files/patch-warnings ./files/patch-warnings
--- /usr/ports//www/cgicc/files/patch-warnings	2013-01-14 23:55:58.000000000 +0600
+++ ./files/patch-warnings	1970-01-01 06:00:00.000000000 +0600
@@ -1,21 +0,0 @@
---- demo/cardgame.cpp	2013-01-12 06:48:14.000000000 -0500
-+++ demo/cardgame.cpp	2013-01-14 12:48:50.000000000 -0500
-@@ -350,5 +350,5 @@
- 		string actualCard;
- 		bool isPlaying=false;
--		int points;
-+		int points = -1;
- 		
- 		int vNBCardsQueue1=0;
-@@ -1483,8 +1483,8 @@
-       Cgicc cgi;
-       
--       // Get the name and value of the cookie to set
--       const_form_iterator name = cgi.getElement("name");
-+       // Get the name and value of the cookie to set XXX unused
-+       // const_form_iterator name = cgi.getElement("name"); 
-        
--       const_form_iterator value = cgi.getElement("value");
-+       // const_form_iterator value = cgi.getElement("value");
-        
-        const_form_iterator actionIn = cgi.getElement("actionner");
--- cgicc-3.2.14.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list