Date: Wed, 5 Feb 2014 20:27:29 GMT From: Brett Estrade <estrabd@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186496: update lang/qore to 0.8.8 Message-ID: <201402052027.s15KRTiO058916@oldred.freebsd.org> Resent-Message-ID: <201402052030.s15KU1xv098659@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052027.s15KRTiO058916>