pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/oclock



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 31 19:23:07 UTC 2022

Modified Files:
        pkgsrc/time/oclock: Makefile distinfo

Log Message:
oclock: update to 1.0.5.

Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Pass -D_CONST_X_STRING to make libXt declare String as const char *
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Declare bitmap data as const
      Add cast to clear -Wsign-compare warning
      oclock 1.0.5


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/oclock/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/oclock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/oclock/Makefile
diff -u pkgsrc/time/oclock/Makefile:1.6 pkgsrc/time/oclock/Makefile:1.7
--- pkgsrc/time/oclock/Makefile:1.6     Sat Jan 18 23:35:37 2020
+++ pkgsrc/time/oclock/Makefile Wed Aug 31 19:23:06 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:37 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/31 19:23:06 wiz Exp $
 
-DISTNAME=      oclock-1.0.4
+DISTNAME=      oclock-1.0.5
 CATEGORIES=    time 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/time/oclock/distinfo
diff -u pkgsrc/time/oclock/distinfo:1.5 pkgsrc/time/oclock/distinfo:1.6
--- pkgsrc/time/oclock/distinfo:1.5     Tue Oct 26 11:24:23 2021
+++ pkgsrc/time/oclock/distinfo Wed Aug 31 19:23:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:24:23 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/08/31 19:23:06 wiz Exp $
 
-BLAKE2s (oclock-1.0.4.tar.bz2) = fb5d2afeee54240185572ac7684453522159d9e26082132a341449924984bd28
-SHA512 (oclock-1.0.4.tar.bz2) = 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7
-Size (oclock-1.0.4.tar.bz2) = 132835 bytes
+BLAKE2s (oclock-1.0.5.tar.xz) = de7fc968daa00257e4360fde5caff6dc801a144f43cbf116470fa13f320cd720
+SHA512 (oclock-1.0.5.tar.xz) = a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff
+Size (oclock-1.0.5.tar.xz) = 126404 bytes



Home | Main Index | Thread Index | Old Index