pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dino: switch to post-release branch
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed May 15 12:29:16 2024 +0200
Changeset: 601a23163ac0519fa2d1f5a89dc67bfe23390057
Modified Files:
dino/Makefile
dino/distinfo
Removed Files:
dino/patches/patch-plugins_gpgme-vala_vapi_gpgme__public.vapi
Log Message:
dino: switch to post-release branch
We don't need the patch then, but it still doesn't start.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=601a23163ac0519fa2d1f5a89dc67bfe23390057
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dino/Makefile | 10 +++++-----
dino/distinfo | 7 +++----
.../patch-plugins_gpgme-vala_vapi_gpgme__public.vapi | 19 -------------------
3 files changed, 8 insertions(+), 28 deletions(-)
diffs:
diff --git a/dino/Makefile b/dino/Makefile
index f539e2c8ea..e629ce7d17 100644
--- a/dino/Makefile
+++ b/dino/Makefile
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.35 2024/04/07 07:33:38 wiz Exp $
-DISTNAME= dino-0.4.3
-CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GITHUB:=dino/}
-GITHUB_PROJECT= dino
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+DISTNAME= dino-0.4.3
+CATEGORIES= chat
+MASTER_SITES= ${MASTER_SITE_GITHUB:=dino/}
+#GITHUB_RELEASE= v${PKGVERSION_NOREV}
+GITHUB_TAG= 235efcdab9b792a8cc328f466cbe700c102cd48f
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://github.com/dino/dino/
diff --git a/dino/distinfo b/dino/distinfo
index d7f291c246..4370817767 100644
--- a/dino/distinfo
+++ b/dino/distinfo
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.9 2023/11/30 10:35:02 nros Exp $
-BLAKE2s (dino-0.4.3.tar.gz) = f69a5a53b6519245ab5c55d6a08ce8e84e716f5a9645e9a918234711911b798a
-SHA512 (dino-0.4.3.tar.gz) = c3e5e3ba05d7190206a8a3144002eac94f162525ab229edd420215eff3d5644293d0c8737266f0ed9f112313b2e6e83fb02fcc10d0f568fb5b2295238ebe78ea
-Size (dino-0.4.3.tar.gz) = 883558 bytes
-SHA1 (patch-plugins_gpgme-vala_vapi_gpgme__public.vapi) = e2aa0badf668c1ca1de7e87d5e7c7bd0c997c3fc
+BLAKE2s (dino-0.4.3-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = 8b3304ecc63af660fdf26327aa9330aa7e66f6c04c3122edc824684635171079
+SHA512 (dino-0.4.3-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = bad7ff657f0b4f59913ffce2408651ee37fc761225f10ddbbd179b35944884f562ed9980c8a31f77b808c1a9881e06db1cc948975dd5c1bda965567888b10e4e
+Size (dino-0.4.3-235efcdab9b792a8cc328f466cbe700c102cd48f.tar.gz) = 885546 bytes
diff --git a/dino/patches/patch-plugins_gpgme-vala_vapi_gpgme__public.vapi b/dino/patches/patch-plugins_gpgme-vala_vapi_gpgme__public.vapi
deleted file mode 100644
index 63f274e7c1..0000000000
--- a/dino/patches/patch-plugins_gpgme-vala_vapi_gpgme__public.vapi
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-Fix build with vala 0.56
-https://github.com/dino/dino/issues/1576
-
---- plugins/gpgme-vala/vapi/gpgme_public.vapi.orig 2024-05-15 10:07:26.045175155 +0000
-+++ plugins/gpgme-vala/vapi/gpgme_public.vapi
-@@ -22,9 +22,9 @@ public class Key {
- public string issuer_name;
- public string chain_id;
- public Validity owner_trust;
-- [CCode(array_null_terminated = true)]
-+ [CCode (array_length = false, array_null_terminated = true)]
- public SubKey[] subkeys;
-- [CCode(array_null_terminated = true)]
-+ [CCode (array_length = false, array_null_terminated = true)]
- public UserID[] uids;
- public KeylistMode keylist_mode;
- // public string fpr; // requires gpgme >= 1.7.0
Home |
Main Index |
Thread Index |
Old Index