pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/tipp10: pkglint fixes.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat Dec 28 17:45:19 2019 +0000
Changeset:	89cc392e536be4aa56cd1aff10e09bcb8924939c

Modified Files:
	tipp10/Makefile
	tipp10/distinfo
	tipp10/patches/patch-def_defines.h
	tipp10/patches/patch-widget_lessondialog.cpp
	tipp10/patches/patch-widget_settingspages.cpp
	tipp10/patches/patch-widget_tickerboard.cpp

Log Message:
wip/tipp10: pkglint fixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89cc392e536be4aa56cd1aff10e09bcb8924939c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tipp10/Makefile                               | 2 +-
 tipp10/distinfo                               | 8 ++++----
 tipp10/patches/patch-def_defines.h            | 1 +
 tipp10/patches/patch-widget_lessondialog.cpp  | 1 +
 tipp10/patches/patch-widget_settingspages.cpp | 1 +
 tipp10/patches/patch-widget_tickerboard.cpp   | 1 +
 6 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/tipp10/Makefile b/tipp10/Makefile
index f6aa308920..4a6e351e38 100644
--- a/tipp10/Makefile
+++ b/tipp10/Makefile
@@ -36,7 +36,7 @@ INSTALLATION_DIRS+=	share/tipp10/help/de/img share/tipp10/help/en/content
 INSTALLATION_DIRS+=	share/tipp10/help/en/img share/tipp10/img
 
 do-configure:
-	cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tipp10 ${DESTDIR}${PREFIX}/bin/tipp10
diff --git a/tipp10/distinfo b/tipp10/distinfo
index ce8713cdaa..abe897a36d 100644
--- a/tipp10/distinfo
+++ b/tipp10/distinfo
@@ -4,9 +4,9 @@ SHA1 (tipp10_2.1.0.orig.tar.gz) = 1e12750c2dcb5381132fc6d0d9c6cbb59d82fbd7
 RMD160 (tipp10_2.1.0.orig.tar.gz) = a1ddf1fa7d3b8aec9b3fa5f1574cec70857713ab
 SHA512 (tipp10_2.1.0.orig.tar.gz) = e28f7a9dcd2b3210e0945b63c31f98fac3c335c920c2345371f717621af39133f5482acf82fb1e8495e1538e1c72608f65a3519fed3d43de350914d7455526ce
 Size (tipp10_2.1.0.orig.tar.gz) = 1871451 bytes
-SHA1 (patch-def_defines.h) = ceafd8ff59481d25c909157e0b17605fc311816b
+SHA1 (patch-def_defines.h) = 1e5c4f47906366c1dd8e777235d8dcee118a5c97
 SHA1 (patch-sql_chartablesql.cpp) = a07e8f5417e4e90c53d68360d9ff8628b0231e5f
 SHA1 (patch-sql_startsql.cpp) = eacfa29b58a715d1a265ce9473d794a2338772d9
-SHA1 (patch-widget_lessondialog.cpp) = ade65ade3e24027b0713743b1e602bfe990b5eaa
-SHA1 (patch-widget_settingspages.cpp) = 60b45922fda2ddbb4afad22c1f5bdc6207983f83
-SHA1 (patch-widget_tickerboard.cpp) = aa0ad56d4cf0a28f5e3aa7dd25fca0c6468e4f04
+SHA1 (patch-widget_lessondialog.cpp) = 7b334fe21de8c6a53374bbb4e8f6136166866668
+SHA1 (patch-widget_settingspages.cpp) = 6b98e14b813727978760bab0ad9d06244cfaf065
+SHA1 (patch-widget_tickerboard.cpp) = cd382178884df47a76d47928b69fe6484bbe1dad
diff --git a/tipp10/patches/patch-def_defines.h b/tipp10/patches/patch-def_defines.h
index 7af4822e53..3f1c72a7a3 100644
--- a/tipp10/patches/patch-def_defines.h
+++ b/tipp10/patches/patch-def_defines.h
@@ -1,4 +1,5 @@
 $NetBSD$
+
 automatically determine for what system to compile
 
 --- def/defines.h
diff --git a/tipp10/patches/patch-widget_lessondialog.cpp b/tipp10/patches/patch-widget_lessondialog.cpp
index 0539131a19..4db915eb6a 100644
--- a/tipp10/patches/patch-widget_lessondialog.cpp
+++ b/tipp10/patches/patch-widget_lessondialog.cpp
@@ -1,4 +1,5 @@
 $NetBSD$
+
 Remove unncessary function qualifier.
 
 --- widget/lessondialog.cpp
diff --git a/tipp10/patches/patch-widget_settingspages.cpp b/tipp10/patches/patch-widget_settingspages.cpp
index b7520317fd..7f21c3f712 100644
--- a/tipp10/patches/patch-widget_settingspages.cpp
+++ b/tipp10/patches/patch-widget_settingspages.cpp
@@ -1,4 +1,5 @@
 $NetBSD$
+
 Remove unnecessary qualifier.
 
 --- widget/settingspages.cpp
diff --git a/tipp10/patches/patch-widget_tickerboard.cpp b/tipp10/patches/patch-widget_tickerboard.cpp
index d048e400bf..3a8763c080 100644
--- a/tipp10/patches/patch-widget_tickerboard.cpp
+++ b/tipp10/patches/patch-widget_tickerboard.cpp
@@ -1,4 +1,5 @@
 $NetBSD$
+
 Remove redundant qualifier.
 
 --- widget/tickerboard.cpp


Home | Main Index | Thread Index | Old Index