From owner-svn-ports-all@FreeBSD.ORG Tue Nov 25 00:21:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AEF3224; Tue, 25 Nov 2014 00:21:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B776ACE; Tue, 25 Nov 2014 00:21:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAP0Liwm087005; Tue, 25 Nov 2014 00:21:44 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAP0Lh6c086995; Tue, 25 Nov 2014 00:21:43 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201411250021.sAP0Lh6c086995@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 25 Nov 2014 00:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373387 - in head/devel/ecgi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2014 00:21:45 -0000 Author: danilo Date: Tue Nov 25 00:21:43 2014 New Revision: 373387 URL: https://svnweb.freebsd.org/changeset/ports/373387 QAT: https://qat.redports.org/buildarchive/r373387/ Log: - Update to 0.6.3 PR: 195337 Submitted by: C Hutchinson (maintainer) Modified: head/devel/ecgi/Makefile (contents, props changed) head/devel/ecgi/distinfo (contents, props changed) head/devel/ecgi/files/patch-html2h_html2h.c head/devel/ecgi/files/patch-src_ecgitk.c head/devel/ecgi/pkg-descr (contents, props changed) Modified: head/devel/ecgi/Makefile ============================================================================== --- head/devel/ecgi/Makefile Mon Nov 24 23:56:32 2014 (r373386) +++ head/devel/ecgi/Makefile Tue Nov 25 00:21:43 2014 (r373387) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ecgi -PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTVERSION= 0.6.3 CATEGORIES= devel MASTER_SITES= http://bsdforge.com/projects/source/devel/ecgi/ @@ -18,8 +17,6 @@ HEADER_FILES= ecgi.h ecgitk.h include/me OPTIONS_DEFINE= DOCS -.include - pre-patch: @${REINPLACE_CMD} -e 's,,,' ${WRKSRC}/src/memfile.c @@ -31,10 +28,7 @@ do-install: .for file in ${HEADER_FILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/include/ecgi .endfor - -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/ecgitut.txt ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/devel/ecgi/distinfo ============================================================================== --- head/devel/ecgi/distinfo Mon Nov 24 23:56:32 2014 (r373386) +++ head/devel/ecgi/distinfo Tue Nov 25 00:21:43 2014 (r373387) @@ -1,2 +1,2 @@ -SHA256 (ecgi-0.6.2.tar.xz) = e8d8f00a9209c2ef87e100d35c15bc0e54c3f778e34c9551703f66c88d29e331 -SIZE (ecgi-0.6.2.tar.xz) = 163836 +SHA256 (ecgi-0.6.3.tar.xz) = 154f6b13f7023d4eccf87c93f081b794784d6e2c26ea9027c22922ced47c54fd +SIZE (ecgi-0.6.3.tar.xz) = 162116 Modified: head/devel/ecgi/files/patch-html2h_html2h.c ============================================================================== --- head/devel/ecgi/files/patch-html2h_html2h.c Mon Nov 24 23:56:32 2014 (r373386) +++ head/devel/ecgi/files/patch-html2h_html2h.c Tue Nov 25 00:21:43 2014 (r373387) @@ -1,5 +1,5 @@ ---- html2h/html2h.c.orig 2014-04-26 08:44:43.000000000 +0000 -+++ html2h/html2h.c +--- html2h/html2h.c.orig 2014-11-24 13:09:14.000000000 -0800 ++++ html2h/html2h.c 2014-11-24 13:25:12.000000000 -0800 @@ -6,15 +6,10 @@ void usage() @@ -8,22 +8,24 @@ -html2h v0.1 -usage: - html2h input.html [output.h] -- +- - if output is not set, input.h will be generated and overwritten! - - debug messages are written to stderr! - + printf("html2h v0.1\nusage:\n \ -+ html2h input.html [output.h]\n\n \ -+ if output is not set, input.h will be generated and overwritten!\n\n \ -+ debug messages are written to stderr!\n\n \ +++ html2h input.html [output.h]\n\n \ +++ if output is not set, input.h will be generated and overwritten!\n\n \ +++ debug messages are written to stderr!\n\n \ "); exit(0); -@@ -415,4 +410,4 @@ void pexit(char *msg, const char *commen +@@ -415,4 +410,6 @@ { fprintf(stderr, "%s%s\n", msg, comment); exit(1); -} \ No newline at end of file ++ +} ++ Modified: head/devel/ecgi/files/patch-src_ecgitk.c ============================================================================== --- head/devel/ecgi/files/patch-src_ecgitk.c Mon Nov 24 23:56:32 2014 (r373386) +++ head/devel/ecgi/files/patch-src_ecgitk.c Tue Nov 25 00:21:43 2014 (r373387) @@ -1,11 +1,11 @@ ---- src/ecgitk.c.orig 2014-04-26 08:53:43.000000000 +0000 -+++ src/ecgitk.c -@@ -23,7 +23,7 @@ int ctkRedirect(const char *format, ...) +--- src/ecgitk.c.orig 2014-11-24 13:35:51.000000000 -0800 ++++ src/ecgitk.c 2014-11-24 13:36:16.000000000 -0800 +@@ -23,7 +23,7 @@ { char buf[4096]; int used; - va_list *ap; + va_list ap; - + va_start(ap, (void*)format); used=vsnprintf(buf, 4095, format, ap); Modified: head/devel/ecgi/pkg-descr ============================================================================== --- head/devel/ecgi/pkg-descr Mon Nov 24 23:56:32 2014 (r373386) +++ head/devel/ecgi/pkg-descr Tue Nov 25 00:21:43 2014 (r373387) @@ -1,9 +1,11 @@ ecgi (easy CGI Libary) is an ANSI C library for the creation of CGI-based Web applications. It transparently supports the CGI methods -GET and POST and also multipart/form-data file uploads. The user +GET and POST, and also multipart/form-data file uploads. The user interface is designed to be as easy as possible and maintains full compatibility to cgic 0.5. It also contains a library independent introduction to CGI programming -with C, a .html to .h HTML template preprocessor, and fast, +with C, an .html to .h HTML template preprocessor, and fast, block-allocating memory files. + +WWW: http://bsdforge.com/projects/devel/ecgi/