Hi ports,

This patch updates graphics/nsxiv to v31.

Changelog: https://codeberg.org/nsxiv/nsxiv/src/branch/master/etc/CHANGELOG.md

Best Regards,

Thim Cederlund


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/nsxiv/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    24 Jun 2022 13:19:20 -0000      1.4
+++ Makefile    29 Jan 2023 19:27:26 -0000
@@ -2,7 +2,7 @@
 
 GH_PROJECT =   nsxiv
 GH_ACCOUNT =   nsxiv
-GH_TAGNAME =   v30
+GH_TAGNAME =   v31
 
 CATEGORIES =   graphics x11
 
@@ -47,7 +47,7 @@
 NO_TEST =      Yes
 
 post-patch:
-       ${SUBST_CMD} ${WRKSRC}/nsxiv.1
+       ${SUBST_CMD} ${WRKSRC}/etc/nsxiv.1
 
 # Git errors break version.h build; this makes it fall back to a
 # hardcoded value
@@ -56,7 +56,7 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
-       ${INSTALL_DATA} ${WRKSRC}/nsxiv.desktop ${PREFIX}/share/applications
+       ${INSTALL_DATA} ${WRKSRC}/etc/nsxiv.desktop ${PREFIX}/share/applications
        cd ${PREFIX}/bin && ln -s nsxiv sxiv
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/nsxiv/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    24 Jun 2022 13:19:20 -0000      1.3
+++ distinfo    29 Jan 2023 19:20:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (nsxiv-30.tar.gz) = TmAIxlynGlHVndfqfPDrSFctniB6dA9z8o58h35DTSs=
-SIZE (nsxiv-30.tar.gz) = 65642
+SHA256 (nsxiv-31.tar.gz) = v4ZS3Tkco7eHzxx/8s/aOag2ROITr0eAVTCfllVcJBs=
+SIZE (nsxiv-31.tar.gz) = 73821
Index: patches/patch-etc-nsxiv_1
===================================================================
RCS file: patches/patch-etc-nsxiv_1
diff -N patches/patch-etc-nsxiv_1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-etc-nsxiv_1   29 Jan 2023 19:27:06 -0000
@@ -0,0 +1,14 @@
+Corrects the path of keysymdef.h.
+
+Index: nsxiv.1
+--- etc/nsxiv.1.orig
++++ etc/nsxiv.1
+@@ -499,7 +499,7 @@ By default nsxiv(1) will send one image per-line to st
+ 
+ The key combo argument has the following form: "[C-][M-][S-]KEY",
+ where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X
+-keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
++keysym as listed in ${X11BASE}/include/X11/keysymdef.h without the "XK_" 
prefix.
+ If KEY has an uppercase equivalent, S-KEY is resolved into it. For instance,
+ K replaces S-k and Scedilla replaces S-scedilla, but S-Delete is sent as-is.
+ 
Index: patches/patch-nsxiv_1
===================================================================
RCS file: patches/patch-nsxiv_1
diff -N patches/patch-nsxiv_1
--- patches/patch-nsxiv_1       24 Jun 2022 13:19:20 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-Corrects the path of keysymdef.h.
-
-Index: nsxiv.1
---- nsxiv.1.orig
-+++ nsxiv.1
-@@ -499,7 +499,7 @@ By default nsxiv(1) will send one image per-line to st
- 
- The key combo argument has the following form: "[C-][M-][S-]KEY",
- where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X
--keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
-+keysym as listed in ${X11BASE}/include/X11/keysymdef.h without the "XK_" 
prefix.
- If KEY has an uppercase equivalent, S-KEY is resolved into it. For instance,
- K replaces S-k and Scedilla replaces S-scedilla, but S-Delete is sent as-is.
- 

Reply via email to