pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xsel
Module Name: pkgsrc
Committed By: kikadf
Date: Sun Aug 10 17:41:28 UTC 2025
Modified Files:
pkgsrc/x11/xsel: Makefile distinfo
Log Message:
x11/xsel: update to 1.2.1
* What's Changed:
INCR transfer bug fixes by @ebiggers in #16
Use XDG_CACHE_HOME for xsel.log by @valeth in #15
Using markdown syntax by @gildasio in #9
Plug memory leak in handle_targets in #18
Fix segfault when stdin is empty by @mptre in #17
Fix #19 segfault when --append to empty selection by @MaskRay in #20
Do not modify HOME environment variable. by @e7appew in #21
Perform fstat on stdin and stdout only if required. by @e7appew in #22
Debian patches by @hyperair in #25
Avoid passing NULL to vsnprintf() by @mptre in #27
Avoid extra char copy in strncpy by @ony in #32
Set timer value to 0 to stop timer, don't use a nullptr timer by @mckellyln in #31
Remove interfering error message by @emendelson in #37
Option: trim trailing newline from output by @aaaaaaaalex in #39
In README file: updated link to ICCCM rant to one that works. by @andrep in #40
Fix MULTIPLE conversion requests by @CyberShadow in #45
Added option to add window name by @esturafd in #41
Set WM_NAME and WM_CLASS window properties by @uosis in #35
Modernize by @SoapGentoo in #50
* Remove developer-merged patch from pkgsrc
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xsel/Makefile pkgsrc/x11/xsel/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xsel/Makefile
diff -u pkgsrc/x11/xsel/Makefile:1.5 pkgsrc/x11/xsel/Makefile:1.6
--- pkgsrc/x11/xsel/Makefile:1.5 Thu Dec 21 02:58:40 2023
+++ pkgsrc/x11/xsel/Makefile Sun Aug 10 17:41:28 2025
@@ -1,18 +1,23 @@
-# $NetBSD: Makefile,v 1.5 2023/12/21 02:58:40 zafer Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/10 17:41:28 kikadf Exp $
#
-DISTNAME= xsel-1.2.0
+DISTNAME= xsel-1.2.1
CATEGORIES= x11
-MASTER_SITES= https://vergenet.net/~conrad/software/xsel/download/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kfish/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.vergenet.net/~conrad/software/xsel/
COMMENT= Manipulate the X selection
+LICENSE= x11
GNU_CONFIGURE= yes
+USE_TOOLS+= aclocal autoconf automake pkg-config
BUILDLINK_TRANSFORM+= rm:-Werror
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
+
post-install:
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1x ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xsel.1
Index: pkgsrc/x11/xsel/distinfo
diff -u pkgsrc/x11/xsel/distinfo:1.5 pkgsrc/x11/xsel/distinfo:1.6
--- pkgsrc/x11/xsel/distinfo:1.5 Tue Oct 26 11:34:57 2021
+++ pkgsrc/x11/xsel/distinfo Sun Aug 10 17:41:28 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:57 nia Exp $
+$NetBSD: distinfo,v 1.6 2025/08/10 17:41:28 kikadf Exp $
-BLAKE2s (xsel-1.2.0.tar.gz) = d6d025764b2eab8984c87a8f541ea680d0c9dd2eb35b7102b0c1e4dd4eb59615
-SHA512 (xsel-1.2.0.tar.gz) = e28623e6cc180f2e2210c20697d21d336633f0a5272ca9b62150a1c535e8de89731acc07230a9977e391e37d3943a9d687f1f967765a15bca5092a6c6d8c4d8f
-Size (xsel-1.2.0.tar.gz) = 169155 bytes
-SHA1 (patch-aa) = 85a45f1baa6a8a788b52e637af337ff06e0ff0d5
+BLAKE2s (xsel-1.2.1.tar.gz) = 690d6dbdd883b6b06604fa4a23259bc1447775566607012496eace834f49ecac
+SHA512 (xsel-1.2.1.tar.gz) = 549874679a2d2979fca851ce762870165f5cbe60ba3f15e0690080506a78ea0b2c52833bbf7868eb3988fc377a103c31c62367fb9c5d1eb606e0660985f82ca4
+Size (xsel-1.2.1.tar.gz) = 51621 bytes
Home |
Main Index |
Thread Index |
Old Index