From nobody@FreeBSD.org  Wed Feb  5 20:27:30 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 44E5BEF9
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Feb 2014 20:27:30 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 16EAC15B3
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Feb 2014 20:27:30 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s15KRT7Q058925
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 5 Feb 2014 20:27:29 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s15KRTiO058916;
	Wed, 5 Feb 2014 20:27:29 GMT
	(envelope-from nobody)
Message-Id: <201402052027.s15KRTiO058916@oldred.freebsd.org>
Date: Wed, 5 Feb 2014 20:27:29 GMT
From: Brett Estrade <estrabd@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update lang/qore to 0.8.8
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186496
>Category:       ports
>Synopsis:       update lang/qore to 0.8.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 05 20:30:01 UTC 2014
>Closed-Date:    Wed Feb 12 06:51:46 UTC 2014
>Last-Modified:  Wed Feb 12 07:00:00 UTC 2014
>Originator:     Brett Estrade
>Release:        9.2
>Organization:
self
>Environment:
FreeBSD foo 9.2-STABLE FreeBSD 9.2-STABLE #0: Thu Oct 31 00:40:32 CDT 2013     root@foo:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
update lang/qore from 0.8.7 to 0.8.8
>How-To-Repeat:
n/a
>Fix:
apply diff


Thanks!

Patch attached with submission follows:

diff -u qore.orig/Makefile qore/Makefile
--- qore.orig/Makefile  2014-02-05 14:20:18.000000000 -0600
+++ qore/Makefile   2014-02-05 14:17:59.000000000 -0600
@@ -1,7 +1,7 @@
-# $FreeBSD: head/lang/qore/Makefile 327741 2013-09-20 19:53:09Z bapt $
+# $FreeBSD: lang/qore/Makefile 327741 2013-09-20 19:53:09Z bapt $
 
 PORTNAME=  qore
-PORTVERSION=   0.8.7
+PORTVERSION=   0.8.8
 CATEGORIES=    lang
 MASTER_SITES=  SF/qore/qore/${PORTVERSION}/
 
diff -u qore.orig/distinfo qore/distinfo
--- qore.orig/distinfo  2014-02-05 14:20:18.000000000 -0600
+++ qore/distinfo   2014-02-05 14:17:59.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (qore-0.8.7.tar.bz2) = 314c8c2a9394e8b366c8268183af959349b8d5eca0fcc456108a9efa71786ee7
-SIZE (qore-0.8.7.tar.bz2) = 8128234
+SHA256 (qore-0.8.8.tar.bz2) = d099bd7d14751a8d9529937116e0170b26dd431996b86bf2aa9568b661f89111
+SIZE (qore-0.8.8.tar.bz2) = 14351424
diff -u qore.orig/pkg-plist qore/pkg-plist
--- qore.orig/pkg-plist 2014-02-05 14:20:18.000000000 -0600
+++ qore/pkg-plist  2014-02-05 14:17:59.000000000 -0600
@@ -73,17 +73,11 @@
 include/qore/qore_thread.h
 include/qore/safe_dslist
 include/qore/support.h
+include/qore/QoreHttpClientObject.h
+include/qore/QoreSocketObject.h
+include/qore/qlist
 lib/libqore.la
 lib/libqore.so
-lib/libqore.so.15
-lib/qore-modules/%%PORTVERSION%%/HttpServer.qm
-lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm
-lib/qore-modules/%%PORTVERSION%%/Mime.qm
-lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm
-lib/qore-modules/%%PORTVERSION%%/MailMessage.qm
-lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm
-lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm
+lib/libqore.so.16
 libdata/pkgconfig/qore.pc
 @dirrm include/qore
-@dirrm lib/qore-modules/%%PORTVERSION%%
-@dirrm lib/qore-modules


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Feb 5 20:30:09 UTC 2014 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186496 

From: "B. Estrade" <estrabd@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/186496: update lang/qore to 0.8.8
Date: Mon, 10 Feb 2014 16:12:34 -0600

 --001a11c22c7028a3d104f214a49b
 Content-Type: text/plain; charset=ISO-8859-1
 
 following up about the status - wondering when this will see some movement.
 
 thank you,
 
 Brett
 
 --001a11c22c7028a3d104f214a49b
 Content-Type: text/html; charset=ISO-8859-1
 
 <div dir="ltr">following up about the status - wondering when this will see some movement.<div><br></div><div>thank you,<div><br></div><div>Brett</div></div></div>
 
 --001a11c22c7028a3d104f214a49b--
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Wed Feb 12 06:51:39 UTC 2014 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186496 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Wed Feb 12 06:51:45 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186496 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186496: commit references a PR
Date: Wed, 12 Feb 2014 06:51:03 +0000 (UTC)

 Author: rm
 Date: Wed Feb 12 06:50:55 2014
 New Revision: 343854
 URL: http://svnweb.freebsd.org/changeset/ports/343854
 QAT: https://qat.redports.org/buildarchive/r343854/
 
 Log:
   - update to 0.8.8
   
   while here:
   - fix submission a bit (include back qore-modules)
   - fix build with clang
   - support staging
   
   PR:		186496
   Submitted by:	Brett Estrade <estrabd@gmail.com> (maintainer)
 
 Added:
   head/lang/qore/files/
   head/lang/qore/files/patch-include__qore__common.h   (contents, props changed)
 Modified:
   head/lang/qore/Makefile
   head/lang/qore/distinfo
   head/lang/qore/pkg-descr
   head/lang/qore/pkg-plist
 
 Modified: head/lang/qore/Makefile
 ==============================================================================
 --- head/lang/qore/Makefile	Wed Feb 12 05:57:58 2014	(r343853)
 +++ head/lang/qore/Makefile	Wed Feb 12 06:50:55 2014	(r343854)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	qore
 -PORTVERSION=	0.8.7
 +PORTVERSION=	0.8.8
  CATEGORIES=	lang
  MASTER_SITES=	SF/qore/qore/${PORTVERSION}/
  
 @@ -16,8 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
  		${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
  
  USE_BZIP2=	yes
 -USE_GMAKE=	yes
 -USES=		pathfix iconv
 +USES=		gmake iconv pathfix
  USE_OPENSSL=	yes
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
 @@ -28,10 +27,8 @@ CONFIGURE_ENV=	LEX="${LOCALBASE}/bin/fle
  CONFIGURE_ARGS=	--disable-debug --disable-static --with-doxygen=no
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -MAN1=		qore.1
  PLIST_SUB=	PORTVERSION=${PORTVERSION}
  
 -NO_STAGE=	yes
  .include <bsd.port.pre.mk>
  
  .if ${ARCH} == "powerpc"
 
 Modified: head/lang/qore/distinfo
 ==============================================================================
 --- head/lang/qore/distinfo	Wed Feb 12 05:57:58 2014	(r343853)
 +++ head/lang/qore/distinfo	Wed Feb 12 06:50:55 2014	(r343854)
 @@ -1,2 +1,2 @@
 -SHA256 (qore-0.8.7.tar.bz2) = 314c8c2a9394e8b366c8268183af959349b8d5eca0fcc456108a9efa71786ee7
 -SIZE (qore-0.8.7.tar.bz2) = 8128234
 +SHA256 (qore-0.8.8.tar.bz2) = d099bd7d14751a8d9529937116e0170b26dd431996b86bf2aa9568b661f89111
 +SIZE (qore-0.8.8.tar.bz2) = 14351424
 
 Added: head/lang/qore/files/patch-include__qore__common.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/lang/qore/files/patch-include__qore__common.h	Wed Feb 12 06:50:55 2014	(r343854)
 @@ -0,0 +1,10 @@
 +--- ./include/qore/common.h.orig	2013-10-03 11:33:33.000000000 +0400
 ++++ ./include/qore/common.h	2014-02-12 02:20:02.000000000 +0400
 +@@ -33,6 +33,7 @@
 + #include <strings.h>
 + #include <stdarg.h>
 + #include <stddef.h>
 ++#include <stdlib.h>
 + 
 + #include <string>
 + #include <functional>
 
 Modified: head/lang/qore/pkg-descr
 ==============================================================================
 --- head/lang/qore/pkg-descr	Wed Feb 12 05:57:58 2014	(r343853)
 +++ head/lang/qore/pkg-descr	Wed Feb 12 06:50:55 2014	(r343854)
 @@ -1,4 +1,4 @@
  Qore is a dynamically-typed, embeddabble programming
  language designed for SMP scalability.
  
 -WWW: http://www.qore.org
 +WWW: http://www.qore.org/
 
 Modified: head/lang/qore/pkg-plist
 ==============================================================================
 --- head/lang/qore/pkg-plist	Wed Feb 12 05:57:58 2014	(r343853)
 +++ head/lang/qore/pkg-plist	Wed Feb 12 06:50:55 2014	(r343854)
 @@ -73,17 +73,33 @@ include/qore/qore_bitopts.h
  include/qore/qore_thread.h
  include/qore/safe_dslist
  include/qore/support.h
 +include/qore/QoreHttpClientObject.h
 +include/qore/QoreSocketObject.h
 +include/qore/qlist
  lib/libqore.la
  lib/libqore.so
 -lib/libqore.so.15
 +lib/libqore.so.16
 +lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm
  lib/qore-modules/%%PORTVERSION%%/HttpServer.qm
 -lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm
 -lib/qore-modules/%%PORTVERSION%%/Mime.qm
 -lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm
  lib/qore-modules/%%PORTVERSION%%/MailMessage.qm
 +lib/qore-modules/%%PORTVERSION%%/Mime.qm
 +lib/qore-modules/%%PORTVERSION%%/MysqlSqlUtil.qm
 +lib/qore-modules/%%PORTVERSION%%/OracleSqlUtil.qm
 +lib/qore-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm
  lib/qore-modules/%%PORTVERSION%%/Pop3Client.qm
 -lib/qore-modules/%%PORTVERSION%%/CsvUtil.qm
 +lib/qore-modules/%%PORTVERSION%%/Qorize.qm
 +lib/qore-modules/%%PORTVERSION%%/RestClient.qm
 +lib/qore-modules/%%PORTVERSION%%/RestHandler.qm
 +lib/qore-modules/%%PORTVERSION%%/SmtpClient.qm
 +lib/qore-modules/%%PORTVERSION%%/SqlUtil.qm
 +lib/qore-modules/%%PORTVERSION%%/TelnetClient.qm
 +lib/qore-modules/%%PORTVERSION%%/Util.qm
 +lib/qore-modules/%%PORTVERSION%%/WebSocketClient.qm
 +lib/qore-modules/%%PORTVERSION%%/WebSocketHandler.qm
 +lib/qore-modules/%%PORTVERSION%%/WebSocketUtil.qm
 +lib/qore-modules/%%PORTVERSION%%/WebUtil.qm
  libdata/pkgconfig/qore.pc
 +man/man1/qore.1.gz
  @dirrm include/qore
  @dirrm lib/qore-modules/%%PORTVERSION%%
  @dirrm lib/qore-modules
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
