Date: Thu, 16 Apr 2020 10:13:45 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531839 - head/devel/codequery Message-ID: <202004161013.03GADj1N018160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Apr 16 10:13:44 2020 New Revision: 531839 URL: https://svnweb.freebsd.org/changeset/ports/531839 Log: devel/codequery: update to 0.23.0 ChangeLog: https://github.com/ruben2020/codequery/blob/master/NEWS.md#version-0230---apr-15-2020 Accumulated changes: * The CMake build directory is now moveable and renameable * Enhancement: Added build option for no GUI * Enhancement: Updated Scintilla to 3.11.2 * Enhancement: Performance improvement by using QString instead of STL String for search through GUI * Enhancement: Added ability to general call function and class inheritance graph through cqsearch CLI * Enhancement: Added ability to filter by path added to cqsearch CLI * Enhancement: Changing query type on the GUI dropbox will start a search immediately * Enhancement: Clicking on a line in the GUI file viewer, will now highlight the appropriate function in the function list * Enhancement: Now Qt5 becomes the default build option in CMakeLists.txt * Enhancement: Windows installer changed from InnoSetup to Wix Toolset, to generate MSI installer * Enhancement: Now Windows installer will be in two versions: Qt5, 64-bit or Qt4, 32-bit * Bugfix: Default font selection for GUI file viewer, instead of becoming empty * Bugfix: Improved annotation accuracy in GUI * Bugfix: Improved brace highlighting in GUI * Bugfix: Fixed the bug where function list next to GUI file viewer doesn't work properly for grep Reported by: portscout Modified: head/devel/codequery/Makefile head/devel/codequery/distinfo Modified: head/devel/codequery/Makefile ============================================================================== --- head/devel/codequery/Makefile Thu Apr 16 09:48:23 2020 (r531838) +++ head/devel/codequery/Makefile Thu Apr 16 10:13:44 2020 (r531839) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= codequery -PORTVERSION= 0.21.1 -PORTREVISION= 3 +PORTVERSION= 0.23.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -28,8 +27,5 @@ PLIST_FILES= bin/codequery \ bin/cqmakedb \ bin/cqsearch DESKTOP_ENTRIES="CodeQuery" "" "" "${PORTNAME}" "Development;" "" - -post-patch: - @${REINPLACE_CMD} 's,../build/gui/,,' ${WRKSRC}/gui/codequery.qrc .include <bsd.port.mk> Modified: head/devel/codequery/distinfo ============================================================================== --- head/devel/codequery/distinfo Thu Apr 16 09:48:23 2020 (r531838) +++ head/devel/codequery/distinfo Thu Apr 16 10:13:44 2020 (r531839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537282795 -SHA256 (ruben2020-codequery-v0.21.1_GH0.tar.gz) = c20050dc6963472c7cb7ed4621c7187e24089fa458eb68748ef9d2aae53d991f -SIZE (ruben2020-codequery-v0.21.1_GH0.tar.gz) = 2424086 +TIMESTAMP = 1587024947 +SHA256 (ruben2020-codequery-v0.23.0_GH0.tar.gz) = c8d1cac148de8979fa4fb4455edc7610e36519503bf9848b6edd008b00c41690 +SIZE (ruben2020-codequery-v0.23.0_GH0.tar.gz) = 2291103
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004161013.03GADj1N018160>