pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xnotify



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Dec  1 07:59:27 UTC 2020

Modified Files:
        pkgsrc/x11/xnotify: Makefile distinfo

Log Message:
x11/xnotify: update to 0.8.1

0.8.1
-add support for specifying time for notification to be alive
-simplify invocation (replace "<... 3<>..." with "0<>...")
-handle SIGUSR1 and SIGUSR2
-minor code changes (rename variables, etc)

0.8.0
-add SEC: (time notification should be visible)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xnotify/Makefile \
    pkgsrc/x11/xnotify/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/xnotify/Makefile
diff -u pkgsrc/x11/xnotify/Makefile:1.2 pkgsrc/x11/xnotify/Makefile:1.3
--- pkgsrc/x11/xnotify/Makefile:1.2     Thu Oct 29 07:47:42 2020
+++ pkgsrc/x11/xnotify/Makefile Tue Dec  1 07:59:26 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2020/10/29 07:47:42 pin Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/01 07:59:26 pin Exp $
 
-DISTNAME=      xnotify-0.7.3
+DISTNAME=      xnotify-0.8.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=phillbush/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/phillbush/xnotify
Index: pkgsrc/x11/xnotify/distinfo
diff -u pkgsrc/x11/xnotify/distinfo:1.2 pkgsrc/x11/xnotify/distinfo:1.3
--- pkgsrc/x11/xnotify/distinfo:1.2     Thu Oct 29 07:47:42 2020
+++ pkgsrc/x11/xnotify/distinfo Tue Dec  1 07:59:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/10/29 07:47:42 pin Exp $
+$NetBSD: distinfo,v 1.3 2020/12/01 07:59:26 pin Exp $
 
-SHA1 (xnotify-0.7.3.tar.gz) = dd9b53fbf1f9a8b1e43b75089d2460bc09902c59
-RMD160 (xnotify-0.7.3.tar.gz) = f8545177098581ed6f9383646c8aab76eff73010
-SHA512 (xnotify-0.7.3.tar.gz) = 181791b4ad3a5f77672754fa8a8a4d30235c8c1afa30963ebabaea5795f5889742f16c475f3835d182c29a8d1bbdec67ef9cbc3ee2d33b796727d8c3f7301d04
-Size (xnotify-0.7.3.tar.gz) = 14549 bytes
+SHA1 (xnotify-0.8.1.tar.gz) = 78d53671cbd8bbd5212aa4b9beb215b99c6b2b38
+RMD160 (xnotify-0.8.1.tar.gz) = 4ecaba67232d57a6ef712f1f51298373d45c83df
+SHA512 (xnotify-0.8.1.tar.gz) = 74fbd81e674313d688e4e288bb4e7a0bf095caed6db467e0b5cf0b3ea96fd1edc4336bad1c83bd80fa6c550385eb95ffd6011f2151649472d02d17f27ff60147
+Size (xnotify-0.8.1.tar.gz) = 15189 bytes



Home | Main Index | Thread Index | Old Index