pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/beforelight



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 28 22:16:26 UTC 2023

Modified Files:
        pkgsrc/x11/beforelight: Makefile distinfo

Log Message:
beforelight: update to 1.0.6.

The beforelight program is a sample implementation of a screen saver
for X servers supporting the MIT-SCREEN-SAVER extension.   It is only
recommended for use as a code sample, as it does not include features
such as screen locking or configurability.

But since some people package it, and it's been a decade since the
last release in January 2013, here's a new release for you to flush
out the accumulated changes from the git repo.

Alan Coopersmith (12):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fill in COPYING file with copyright notices from source code
      gitlab CI: stop requiring Signed-off-by in commits
      Rename several function arguments to avoid -Wshadow warnings
      unifdef -UNOTDEF b4light.c
      Drop X_NOT_POSIX support
      beforelight 1.0.6

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/beforelight/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/beforelight/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/beforelight/Makefile
diff -u pkgsrc/x11/beforelight/Makefile:1.11 pkgsrc/x11/beforelight/Makefile:1.12
--- pkgsrc/x11/beforelight/Makefile:1.11        Wed Nov  9 13:14:19 2022
+++ pkgsrc/x11/beforelight/Makefile     Sat Jan 28 22:16:26 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2022/11/09 13:14:19 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.12 2023/01/28 22:16:26 wiz Exp $
 
-DISTNAME=              beforelight-1.0.5
+DISTNAME=              beforelight-1.0.6
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/beforelight/distinfo
diff -u pkgsrc/x11/beforelight/distinfo:1.8 pkgsrc/x11/beforelight/distinfo:1.9
--- pkgsrc/x11/beforelight/distinfo:1.8 Tue Oct 26 11:33:43 2021
+++ pkgsrc/x11/beforelight/distinfo     Sat Jan 28 22:16:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:33:43 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/01/28 22:16:26 wiz Exp $
 
-BLAKE2s (beforelight-1.0.5.tar.bz2) = 66d1f4de4e6bedffb164540a53684df634a42c5b1926cb89c23c289960fce503
-SHA512 (beforelight-1.0.5.tar.bz2) = f6cc794159cda89ac060a43d190fa72419dbcf503a97093b4c0f05315389085ff804c2891e00da2843709e97633973010165f9d68ceb0dcc76eed150f9c75968
-Size (beforelight-1.0.5.tar.bz2) = 119358 bytes
+BLAKE2s (beforelight-1.0.6.tar.xz) = a6ad5706fef29de4d364a18a2bb891465cb4ce5bfc239f6ea0377489cf284903
+SHA512 (beforelight-1.0.6.tar.xz) = 48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a
+Size (beforelight-1.0.6.tar.xz) = 117904 bytes



Home | Main Index | Thread Index | Old Index