pkgsrc-WIP-changes archive

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

gambas3: Some pkglint fixes



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Fri Sep 7 13:31:20 2018 +0200
Changeset:	c81247ea252a1182e620e9f8fad83f8e144ed9e5

Modified Files:
	gambas3-gb-desktop-gnome-keyring/DESCR
	gambas3-gb-desktop-gnome-keyring/Makefile
	gambas3-gb-gmp/DESCR
	gambas3-gb-httpd/Makefile
	gambas3-gb-mime/DESCR
	gambas3-gb-net-curl/Makefile
	gambas3-gb-net-pop3/DESCR
	gambas3-gb-net/DESCR
	gambas3-gb-opengl-sge/Makefile
	gambas3-gb-signal/DESCR
	gambas3-gb-term/Makefile
	gambas3-ide/Makefile
	gambas3/Makefile.common

Log Message:
gambas3: Some pkglint fixes

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

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

diffstat:
 gambas3-gb-desktop-gnome-keyring/DESCR    | 3 ++-
 gambas3-gb-desktop-gnome-keyring/Makefile | 2 +-
 gambas3-gb-gmp/DESCR                      | 3 ++-
 gambas3-gb-httpd/Makefile                 | 2 +-
 gambas3-gb-mime/DESCR                     | 3 ++-
 gambas3-gb-net-curl/Makefile              | 2 +-
 gambas3-gb-net-pop3/DESCR                 | 3 ++-
 gambas3-gb-net/DESCR                      | 3 ++-
 gambas3-gb-opengl-sge/Makefile            | 2 +-
 gambas3-gb-signal/DESCR                   | 3 ++-
 gambas3-gb-term/Makefile                  | 2 +-
 gambas3-ide/Makefile                      | 2 +-
 gambas3/Makefile.common                   | 7 ++++---
 13 files changed, 22 insertions(+), 15 deletions(-)

diffs:
diff --git a/gambas3-gb-desktop-gnome-keyring/DESCR b/gambas3-gb-desktop-gnome-keyring/DESCR
index 86f15d2829..c96ef1043b 100644
--- a/gambas3-gb-desktop-gnome-keyring/DESCR
+++ b/gambas3-gb-desktop-gnome-keyring/DESCR
@@ -2,6 +2,7 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This component implements Gnome 2 keyring access for the gambas3-gb-desktop component.
+This component implements Gnome 2 keyring access for the gambas3-gb-desktop
+component.
 
 This component is deprecated.
diff --git a/gambas3-gb-desktop-gnome-keyring/Makefile b/gambas3-gb-desktop-gnome-keyring/Makefile
index c20b0981a0..172b97e030 100644
--- a/gambas3-gb-desktop-gnome-keyring/Makefile
+++ b/gambas3-gb-desktop-gnome-keyring/Makefile
@@ -6,7 +6,7 @@ GB_DEPENDS=	gambas3-gb-desktop
 
 PKGNAME=	gambas3-gb-desktop-gnome-keyring-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	Gnome keyring support for Gambas desktop management component (deprecated)
+COMMENT=	Gnome keyring support for Gambas desktop component (deprecated)
 
 .include "../../security/libgnome-keyring/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-gmp/DESCR b/gambas3-gb-gmp/DESCR
index 37d86b2ae0..ee7a5cea5a 100644
--- a/gambas3-gb-gmp/DESCR
+++ b/gambas3-gb-gmp/DESCR
@@ -2,4 +2,5 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This package provides an interface to the GNU Multiple Precision Arithmetic Library.
+This package provides an interface to the GNU Multiple Precision Arithmetic
+Library.
diff --git a/gambas3-gb-httpd/Makefile b/gambas3-gb-httpd/Makefile
index 402419d409..160b60fe08 100644
--- a/gambas3-gb-httpd/Makefile
+++ b/gambas3-gb-httpd/Makefile
@@ -5,6 +5,6 @@ BUILD_DIRS=	gb.httpd
 
 PKGNAME=	gambas3-gb-httpd-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	An HTTP server for Gambas
+COMMENT=	HTTP server for Gambas
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-mime/DESCR b/gambas3-gb-mime/DESCR
index 7ed1f9e61c..71e6749527 100644
--- a/gambas3-gb-mime/DESCR
+++ b/gambas3-gb-mime/DESCR
@@ -2,4 +2,5 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This component allows to parse a string and convert it to a MIME message and vice versa.
+This component allows to parse a string and convert it to a MIME message and
+vice versa.
diff --git a/gambas3-gb-net-curl/Makefile b/gambas3-gb-net-curl/Makefile
index b9b5d0c208..3929e3a963 100644
--- a/gambas3-gb-net-curl/Makefile
+++ b/gambas3-gb-net-curl/Makefile
@@ -6,7 +6,7 @@ GB_DEPENDS=	gambas3-runtime gambas3-gb-net
 
 PKGNAME=	gambas3-gb-net-curl-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	Network high-level protocol management for Gambas based on the Curl library
+COMMENT=	Network high-level protocol management for Gambas based on libcurl
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-net-pop3/DESCR b/gambas3-gb-net-pop3/DESCR
index b64d111ad9..fbbc983065 100644
--- a/gambas3-gb-net-pop3/DESCR
+++ b/gambas3-gb-net-pop3/DESCR
@@ -2,4 +2,5 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This component implements a POP3 client. It allows you to retrieve email by following the POP3 protocol.
+This component implements a POP3 client. It allows you to retrieve email by
+following the POP3 protocol.
diff --git a/gambas3-gb-net/DESCR b/gambas3-gb-net/DESCR
index 3f4d000581..d62a451490 100644
--- a/gambas3-gb-net/DESCR
+++ b/gambas3-gb-net/DESCR
@@ -2,4 +2,5 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This component allows you to implement network clients and servers in Gambas. It also lets you manage serial port devices.
+This component allows you to implement network clients and servers in Gambas.
+It also lets you manage serial port devices.
diff --git a/gambas3-gb-opengl-sge/Makefile b/gambas3-gb-opengl-sge/Makefile
index 5322d9c3fa..26bc337925 100644
--- a/gambas3-gb-opengl-sge/Makefile
+++ b/gambas3-gb-opengl-sge/Makefile
@@ -6,7 +6,7 @@ GB_DEPENDS=	gambas3-gb-opengl
 
 PKGNAME=	gambas3-gb-opengl-sge-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	A simple OpenGL game engine for Gambas based on MD2 format
+COMMENT=	Simple OpenGL game engine for Gambas based on MD2 format
 
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
diff --git a/gambas3-gb-signal/DESCR b/gambas3-gb-signal/DESCR
index 3b764e7fb2..c8b284230e 100644
--- a/gambas3-gb-signal/DESCR
+++ b/gambas3-gb-signal/DESCR
@@ -2,4 +2,5 @@ Gambas is a free development environment and a full powerful development
 platform based on a Basic interpreter with object extensions, as easy as Visual
 Basic.
 
-This component allows you to ignore POSIX signals, or intercept them inside an event handler.
+This component allows you to ignore POSIX signals, or intercept them inside an
+event handler.
diff --git a/gambas3-gb-term/Makefile b/gambas3-gb-term/Makefile
index ebdbd88ca1..9f5798e47d 100644
--- a/gambas3-gb-term/Makefile
+++ b/gambas3-gb-term/Makefile
@@ -5,6 +5,6 @@ BUILD_DIRS=	main/lib/term
 
 PKGNAME=	gambas3-gb-term-${GB_VERSION}
 MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	A terminal manager for Gambas
+COMMENT=	Terminal manager for Gambas
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-ide/Makefile b/gambas3-ide/Makefile
index ebc49d6f55..26a957900e 100644
--- a/gambas3-ide/Makefile
+++ b/gambas3-ide/Makefile
@@ -7,7 +7,7 @@ GB_DEPENDS+=	gambas3-gb-eval-highlight gambas3-gb-form gambas3-gb-form-dialog
 GB_DEPENDS+=	gambas3-gb-form-editor gambas3-gb-form-mdi gambas3-gb-form-stock
 GB_DEPENDS+=	gambas3-gb-form-terminal gambas3-gb-image gambas3-gb-markdown
 GB_DEPENDS+=	gambas3-gb-net gambas3-gb-net-curl gambas3-gb-settings
-GB_DEPENDS+=	gambas3-gb-signal gambas3-gb-term gambas3-gb-util
+GB_DEPENDS+=	gambas3-gb-signal gambas3-gb-term gambas3-gb-util gambas3-gb-jit
 .include "../../wip/gambas3/Makefile.common"
 
 PKGNAME=	gambas3-ide-${GB_VERSION}
diff --git a/gambas3/Makefile.common b/gambas3/Makefile.common
index 63ebb756e3..53ad21de12 100644
--- a/gambas3/Makefile.common
+++ b/gambas3/Makefile.common
@@ -26,6 +26,7 @@ CONFIGURE_DIRS!=	for d in ${BUILD_DIRS}; do echo $$d | cut -d/ -f1; done
 
 .if "${BUILD_DIRS}" != "main/gbc"
 BUILD_DEPENDS+=		gambas3-devel-${GB_VERSION}:../../wip/gambas3-devel
+BUILD_DEPENDS+=		xdg-utils-1.*:../../misc/xdg-utils
 
 .  for comp in ${GB_DEPENDS}
 DEPENDS+=		${comp}-${GB_VERSION}:../../wip/${comp}
@@ -40,15 +41,15 @@ pre-install:
 	ln -s ${PREFIX}/bin/gba3 bin/gba3; \
 	ln -s ${PREFIX}/bin/gbc3 bin/gbc3; \
 	ln -s ${PREFIX}/bin/gbi3 bin/gbi3; \
-	${CP} -r ${PREFIX}/lib/gambas3 lib || true; \
-	${CP} -r ${PREFIX}/share/gambas3 share || true
+	${CP} -r ${PREFIX}/lib/gambas3 lib || ${TRUE}; \
+	${CP} -r ${PREFIX}/share/gambas3 share || ${TRUE}
 
 post-install:
 	cd ${DESTDIR}${PREFIX}; \
 	rm bin/gba3; \
 	rm bin/gbc3; \
 	rm bin/gbi3; \
-	rmdir bin || true
+	rmdir bin || ${TRUE}
 .endif
 
 pre-configure:


Home | Main Index | Thread Index | Old Index