On Tue, Aug 20, 2019 at 09:23:20PM +0200, Rafael Sadowski wrote:
> Works here but I see also WANTLIB changes. See below.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v
> retrieving revision 1.28
> diff -u -p -u -p -r1.28 Makefile
> --- Makefile  12 Jul 2019 20:44:02 -0000      1.28
> +++ Makefile  20 Aug 2019 19:20:52 -0000
> @@ -4,24 +4,24 @@ COMMENT=    graphical interface to sqlite d
>  
>  GH_ACCOUNT = sqlitebrowser
>  GH_PROJECT = sqlitebrowser
> -GH_TAGNAME = v3.10.1
> -REVISION =   3
> +GH_TAGNAME = v3.11.2
>  
>  CATEGORIES=  databases x11
>  
> -HOMEPAGE=    http://sqlitebrowser.org/
> +HOMEPAGE=    https://sqlitebrowser.org/
>  
>  # MPLv2/GPLv3+
>  PERMIT_PACKAGE=      Yes
>  
> -WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
> -WANTLIB += Qt5Test Qt5Widgets c m sqlite3 qscintilla2_qt5
> +WANTLIB += ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5Gui Qt5Network
> +WANTLIB += Qt5PrintSupport Qt5Test Qt5Widgets Qt5Xml c m qscintilla2_qt5
> +WANTLIB += sqlite3
>  
>  MODULES=     x11/qt5 \
>               devel/cmake
>  
>  LIB_DEPENDS =        databases/sqlite3 \
> -             editors/qscintilla,qt5
> +             editors/qscintilla,qt5>=2.10.2
>  
>  RUN_DEPENDS =        x11/gtk+3,-guic \
>               devel/desktop-file-utils
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/databases/sqlitebrowser/distinfo,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 distinfo
> --- distinfo  25 Oct 2017 09:51:11 -0000      1.5
> +++ distinfo  20 Aug 2019 19:20:52 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (sqlitebrowser-3.10.1.tar.gz) = 
> NutTvHUZLGh9zimMefFTLEEM5Oy+6s+we50Cowfxa+8=
> -SIZE (sqlitebrowser-3.10.1.tar.gz) = 1992186
> +SHA256 (sqlitebrowser-3.11.2.tar.gz) = 
> KYrLKIeKpxInehw1wYWweloWccw+LGohsyNHe5HUhvw=
> +SIZE (sqlitebrowser-3.11.2.tar.gz) = 2530497

Good observation, thank you. Still works fine here with your change applied.

Best regards,
Caspar Schutijser

Reply via email to