On Sun Dec 04, 2022 at 11:54:52AM +0100, Matthieu Herrb wrote:
> Trivial update
>
> this release fixes clang warnings during build.
>
> ok ?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/Makefile,v
> retrieving revision 1.34
> diff -u -p -u -r1.34 Makefile
> --- Makefile 11 Mar 2022 20:17:46 -0000 1.34
> +++ Makefile 4 Dec 2022 10:48:07 -0000
> @@ -1,5 +1,5 @@
> COMMENT = X11 Cursors themes generator
> -DISTNAME = xcursorgen-1.0.7
> +DISTNAME = xcursorgen-1.0.8
> CATEGORIES = x11
> EPOCH = 0
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/distinfo,v
> retrieving revision 1.13
> diff -u -p -u -r1.13 distinfo
> --- distinfo 17 Jan 2019 20:42:45 -0000 1.13
> +++ distinfo 4 Dec 2022 10:48:27 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (xcursorgen-1.0.7.tar.gz) = a8MtSXf/1gwAWDv9IX8dEkXKVNr7+7zb8U9pb5SHuD4=
> -SIZE (xcursorgen-1.0.7.tar.gz) = 159382
> +SHA256 (xcursorgen-1.0.8.tar.gz) = uLsnVpGDQ7i8FaTOh16e+2xOd3etugiCgOU90JdTtqw=
> +SIZE (xcursorgen-1.0.8.tar.gz) = 162415
>
> --
> Matthieu Herrb
>
Tweak WANTLIB and remove trailing whitespace in pkg/DESCR.
Otherwise OK rsadowski.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/xcursorgen/Makefile,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 Makefile
--- Makefile 11 Mar 2022 20:17:46 -0000 1.34
+++ Makefile 4 Dec 2022 11:02:22 -0000
@@ -1,5 +1,5 @@
COMMENT = X11 Cursors themes generator
-DISTNAME = xcursorgen-1.0.7
+DISTNAME = xcursorgen-1.0.8
CATEGORIES = x11
EPOCH = 0
@@ -12,7 +12,7 @@ LIB_DEPENDS = graphics/png
# X11
PERMIT_PACKAGE = Yes
-WANTLIB = Xcursor X11 c png z
+WANTLIB += X11 Xcursor c png
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/xcursorgen/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo 17 Jan 2019 20:42:45 -0000 1.13
+++ distinfo 4 Dec 2022 11:02:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (xcursorgen-1.0.7.tar.gz) = a8MtSXf/1gwAWDv9IX8dEkXKVNr7+7zb8U9pb5SHuD4=
-SIZE (xcursorgen-1.0.7.tar.gz) = 159382
+SHA256 (xcursorgen-1.0.8.tar.gz) = uLsnVpGDQ7i8FaTOh16e+2xOd3etugiCgOU90JdTtqw=
+SIZE (xcursorgen-1.0.8.tar.gz) = 162415
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/x11/xcursorgen/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 DESCR
--- pkg/DESCR 4 Feb 2006 10:30:53 -0000 1.3
+++ pkg/DESCR 4 Dec 2022 11:02:22 -0000
@@ -1,4 +1,4 @@
xcursorgen - create an X cursor file from a collection of PNG images
-Used by the xcursor-themes port to build the xcursor data file
+Used by the xcursor-themes port to build the xcursor data file
from PNG images.
No comments:
Post a Comment