On Tue Aug 20, 2019 at 08:59:29PM +0200, Caspar Schutijser wrote:
> ping
> 
> On Sun, Jul 28, 2019 at 11:29:34AM +0200, Caspar Schutijser wrote:
> > Hi ports@,
> > 
> > Below is a diff that updates databases/sqlitebrowser to 3.11.2. Tested
> > for quite a while now on amd64, works fine here.
> > 
> > Thanks,
> > Caspar Schutijser
> > 
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v
> > retrieving revision 1.28
> > diff -u -p -r1.28 Makefile
> > --- Makefile        12 Jul 2019 20:44:02 -0000      1.28
> > +++ Makefile        28 Jul 2019 09:24:15 -0000
> > @@ -4,12 +4,11 @@ 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
> > @@ -21,7 +20,7 @@ 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 -r1.5 distinfo
> > --- distinfo        25 Oct 2017 09:51:11 -0000      1.5
> > +++ distinfo        28 Jul 2019 09:24:15 -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
> > 
> 

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

Reply via email to