pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/dino



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Aug 13 10:13:57 UTC 2025

Modified Files:
        pkgsrc/chat/dino: Makefile distinfo
Removed Files:
        pkgsrc/chat/dino/patches: patch-main_CMakeLists.txt

Log Message:
chat/dino: Actually update to 0.4.5

Remove the forcing to a specific git commit, and...  use the tag in
the normal manner.  (Previously, the package was on a commit after
0.4.3, to pick up an upstream fix.)

Drop patch cherry-picked from upstream (confirmed present).


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/chat/dino/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/dino/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/chat/dino/patches/patch-main_CMakeLists.txt

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

Modified files:

Index: pkgsrc/chat/dino/Makefile
diff -u pkgsrc/chat/dino/Makefile:1.49 pkgsrc/chat/dino/Makefile:1.50
--- pkgsrc/chat/dino/Makefile:1.49      Wed Aug 13 00:18:29 2025
+++ pkgsrc/chat/dino/Makefile   Wed Aug 13 10:13:57 2025
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.49 2025/08/13 00:18:29 gdt Exp $
+# $NetBSD: Makefile,v 1.50 2025/08/13 10:13:57 gdt Exp $
 
 DISTNAME=              dino-0.4.5
 CATEGORIES=            chat
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=dino/}
-#GITHUB_RELEASE=       v${PKGVERSION_NOREV}
-# use post-release branch commits to fix a build issue
-GITHUB_TAG=            235efcdab9b792a8cc328f466cbe700c102cd48f
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/dino/dino/

Index: pkgsrc/chat/dino/distinfo
diff -u pkgsrc/chat/dino/distinfo:1.12 pkgsrc/chat/dino/distinfo:1.13
--- pkgsrc/chat/dino/distinfo:1.12      Wed Aug 13 00:18:29 2025
+++ pkgsrc/chat/dino/distinfo   Wed Aug 13 10:13:57 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2025/08/13 00:18:29 gdt Exp $
+$NetBSD: distinfo,v 1.13 2025/08/13 10:13:57 gdt Exp $
 
-BLAKE2s (dino-0.4.5-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = 8b3304ecc63af660fdf26327aa9330aa7e66f6c04c3122edc824684635171079
-SHA512 (dino-0.4.5-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = bad7ff657f0b4f59913ffce2408651ee37fc761225f10ddbbd179b35944884f562ed9980c8a31f77b808c1a9881e06db1cc948975dd5c1bda965567888b10e4e
-Size (dino-0.4.5-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = 885546 bytes
+BLAKE2s (dino-0.4.5.tar.gz) = 9593e838f8f26e7265b9342cc0d2aa17dad0ba5b23c5da533a6bd60f0dd6d40f
+SHA512 (dino-0.4.5.tar.gz) = 877e218105b4c9b643145d557ebf0e19d9ad989146dcffde047aba46290389babf8814a8bd819788f91e34c11df0c8609c68f9de8fa418c0801c83642ad861c6
+Size (dino-0.4.5.tar.gz) = 886933 bytes
 SHA1 (patch-CMakeLists.txt) = 78b6a3f18ca5386943714d30befae70469a6f2a2
-SHA1 (patch-main_CMakeLists.txt) = 9e965d1b271e11fbcaf93965ce18a1ec68079b25



Home | Main Index | Thread Index | Old Index