UPDATE: devel/qbs

2017-12-27 Thread Rafael Sadowski
Simple update to the latest stable version. Ok?

Index: Makefile
===
RCS file: /cvs/ports/devel/qbs/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile21 Oct 2017 19:58:27 -  1.3
+++ Makefile27 Dec 2017 21:00:39 -
@@ -1,11 +1,11 @@
 # $OpenBSD: Makefile,v 1.3 2017/10/21 19:58:27 rsadowski Exp $
 
 COMMENT =  declarative cross-platform build tool
-V =1.9.1
+V =1.10.0
 DISTNAME = qbs-src-${V}
 PKGNAME =  qbs-${V}
 
-SHARED_LIBS =  qbscore 2.0
+SHARED_LIBS =  qbscore 3.0
 SHARED_LIBS += qbsqtprofilesetup   1.4
 
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/qbs/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo21 Oct 2017 19:58:27 -  1.2
+++ distinfo27 Dec 2017 21:00:39 -
@@ -1,2 +1,2 @@
-SHA256 (qbs-src-1.9.1.tar.gz) = lwBIhCWBvABO7JrJd3pJOAwD9OAe960wmBOqEFSHAHM=
-SIZE (qbs-src-1.9.1.tar.gz) = 4007946
+SHA256 (qbs-src-1.10.0.tar.gz) = OK+uO2l7luB9U8/GTdA1M/3ewFLs3AjY53eUQMNsPs0=
+SIZE (qbs-src-1.10.0.tar.gz) = 4130630
Index: patches/patch-doc_man_man_pri
===
RCS file: patches/patch-doc_man_man_pri
diff -N patches/patch-doc_man_man_pri
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-doc_man_man_pri   27 Dec 2017 21:00:39 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+
+Index: doc/man/man.pri
+--- doc/man/man.pri.orig
 doc/man/man.pri
+@@ -1,5 +1,5 @@
+ qbs_no_man_install: return()
+ 
+ man.files = $$PWD/qbs.1
+-man.path = $${QBS_INSTALL_PREFIX}/share/man/man1
++man.path = $${QBS_INSTALL_PREFIX}/man/man1
+ INSTALLS += man
Index: patches/patch-doc_man_man_qbs
===
RCS file: patches/patch-doc_man_man_qbs
diff -N patches/patch-doc_man_man_qbs
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-doc_man_man_qbs   27 Dec 2017 21:00:39 -
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: doc/man/man.qbs
+--- doc/man/man.qbs.orig
 doc/man/man.qbs
+@@ -18,7 +18,7 @@ Product {
+ name: "man page"
+ files: ["qbs.1"]
+ qbs.install: qbsbuildconfig.installManPage
+-qbs.installDir: "share/man/man1"
++qbs.installDir: "man/man1"
+ }
+ 
+ Group {
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/qbs/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST   27 Sep 2017 10:06:22 -  1.2
+++ pkg/PLIST   27 Dec 2017 21:00:39 -
@@ -60,6 +60,7 @@ lib/qbs/plugins/libvisualstudiogenerator
 libexec/qbs/
 libexec/qbs/dmgbuild
 @bin libexec/qbs/qbs_processlauncher
+@man man/man1/qbs.1
 share/qbs/
 share/qbs/examples/
 share/qbs/examples/app-and-lib/
@@ -149,6 +150,13 @@ share/qbs/examples/collidingmice/main.cp
 share/qbs/examples/collidingmice/mice.qrc
 share/qbs/examples/collidingmice/mouse.cpp
 share/qbs/examples/collidingmice/mouse.h
+share/qbs/examples/compiled-qml/
+share/qbs/examples/compiled-qml/MainForm.ui.qml
+share/qbs/examples/compiled-qml/cheese.jpg
+share/qbs/examples/compiled-qml/main.cpp
+share/qbs/examples/compiled-qml/main.qml
+share/qbs/examples/compiled-qml/myapp.qbs
+share/qbs/examples/compiled-qml/qml.qrc
 share/qbs/examples/examples.qbs
 share/qbs/examples/helloworld-complex/
 share/qbs/examples/helloworld-complex/hello.qbs
@@ -204,6 +212,7 @@ share/qbs/imports/qbs/Probes/GccVersionP
 share/qbs/imports/qbs/Probes/IncludeProbe.qbs
 share/qbs/imports/qbs/Probes/InnoSetupProbe.qbs
 share/qbs/imports/qbs/Probes/JdkProbe.qbs
+share/qbs/imports/qbs/Probes/JdkVersionProbe.qbs
 share/qbs/imports/qbs/Probes/MsvcProbe.qbs
 share/qbs/imports/qbs/Probes/NodeJsProbe.qbs
 share/qbs/imports/qbs/Probes/NpmProbe.qbs
@@ -257,7 +266,6 @@ share/qbs/modules/bundle/BundleModule.qb
 share/qbs/modules/bundle/MacOSX-Package-Types.xcspec
 share/qbs/modules/bundle/MacOSX-Product-Types.xcspec
 share/qbs/modules/bundle/bundle.js
-share/qbs/modules/bundle/update-specs.sh
 share/qbs/modules/cli/
 share/qbs/modules/cli/CLIModule.qbs
 share/qbs/modules/cli/cli.js
@@ -283,6 +291,8 @@ share/qbs/modules/cpp/tvos-gcc.qbs
 share/qbs/modules/cpp/watchos-gcc.qbs
 share/qbs/modules/cpp/windows-mingw.qbs
 share/qbs/modules/cpp/windows-msvc.qbs
+share/qbs/modules/cpufeatures/
+share/qbs/modules/cpufeatures/cpufeatures.qbs
 share/qbs/modules/dmg/
 share/qbs/modules/dmg/DMGModule.qbs
 share/qbs/modules/dmg/dmg.js
@@ -323,6 +333,8 @@ share/qbs/modules/typescript/TypeScriptM
 share/qbs/modules/typescript/qbs-tsc-scan/
 share/qbs/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
 share/qbs/modules/typescript/typescript.js
+share/qbs/modules/vcs/
+share/qbs/modules/vcs/vcs-module.qbs
 share/qbs/modules/wix/
 share/qbs/modules/wix/WiXModule.qbs
 share/qbs/modules/xcode/



UPDATE: devel/qbs

2017-10-05 Thread Rafael Sadowski
Hi All.

update QBS to 1.9.1 from maintainer. No changes in the test results. on
amd64.

OK? Comments?

Best regards,

Rafael Sadowski

Index: Makefile
===
RCS file: /cvs/ports/devel/qbs/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile27 Sep 2017 10:06:22 -  1.2
+++ Makefile5 Oct 2017 21:52:52 -
@@ -1,10 +1,9 @@
 # $OpenBSD: Makefile,v 1.2 2017/09/27 10:06:22 espie Exp $
 
 COMMENT =  declarative cross-platform build tool
-V =1.9.0
+V =1.9.1
 DISTNAME = qbs-src-${V}
 PKGNAME =  qbs-${V}
-REVISION = 0
 
 SHARED_LIBS =  qbscore 2.0
 SHARED_LIBS += qbsqtprofilesetup   1.4
@@ -34,8 +33,6 @@ LIB_DEPENDS = x11/qt5/qtbase \
 TEST_DEPENDS = ${BUILD_PKGPATH}
 
 TEST_ENV = LD_LIBRARY_PATH=${WRKBUILD}/lib
-
-WRKSRC =   ${WRKDIR}/dist/${DISTNAME}
 
 do-test:
cd ${WRKBUILD}/bin/; \
Index: distinfo
===
RCS file: /cvs/ports/devel/qbs/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo21 Sep 2017 19:03:55 -  1.1.1.1
+++ distinfo5 Oct 2017 21:52:52 -
@@ -1,2 +1,2 @@
-SHA256 (qbs-src-1.9.0.tar.gz) = 6xve3SdK00lELLazk4tLkE5/c4iBwGicK3G2IOxxR5M=
-SIZE (qbs-src-1.9.0.tar.gz) = 4007735
+SHA256 (qbs-src-1.9.1.tar.gz) = lwBIhCWBvABO7JrJd3pJOAwD9OAe960wmBOqEFSHAHM=
+SIZE (qbs-src-1.9.1.tar.gz) = 4007946