From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 5 20:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 A44E9B6 for ; Wed, 5 Feb 2014 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EBA715E1 for ; Wed, 5 Feb 2014 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s15KU1i0098660 for ; Wed, 5 Feb 2014 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s15KU1xv098659; Wed, 5 Feb 2014 20:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 5 Feb 2014 20:30:01 GMT Resent-Message-Id: <201402052030.s15KU1xv098659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brett Estrade 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186496: update lang/qore to 0.8.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 20:30:01 -0000 >Number: 186496 >Category: ports >Synopsis: update lang/qore to 0.8.8 >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: Wed Feb 05 20:30:01 UTC 2014 >Closed-Date: >Last-Modified: >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: >Unformatted: