pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rtl_433: Get rid of crufty DISTNAME handling too
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Dec 12 17:43:58 2025 +0100
Changeset: db2d573a95676ac110c1de40271a0c00e7bc7158
Modified Files:
rtl_433/Makefile
rtl_433/distinfo
Log Message:
rtl_433: Get rid of crufty DISTNAME handling too
We can just simply define DISTNAME and get rid of a lot of other
variables.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=db2d573a95676ac110c1de40271a0c00e7bc7158
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rtl_433/Makefile | 8 +-------
rtl_433/distinfo | 6 +++---
2 files changed, 4 insertions(+), 10 deletions(-)
diffs:
diff --git a/rtl_433/Makefile b/rtl_433/Makefile
index c829341c0f..88ca875dd9 100644
--- a/rtl_433/Makefile
+++ b/rtl_433/Makefile
@@ -1,20 +1,14 @@
# $NetBSD$
-GITHUB_PROJECT= rtl_433
-GITHUB_TAG= 25.12
-DISTNAME= ${GITHUB_TAG}
-PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+DISTNAME= rtl_433-25.12
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=merbanan/}
-DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= gdt%NetBSD.org@localhost
HOMEPAGE= https://triq.org/rtl_433/
COMMENT= Generic data receiver and decoder using software defined radio
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
-
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config pax
AUTO_MKDIRS= yes
diff --git a/rtl_433/distinfo b/rtl_433/distinfo
index 949327ba9e..0c78cb0806 100644
--- a/rtl_433/distinfo
+++ b/rtl_433/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (rtl_433/25.12.tar.gz) = 63fe7804eb48e76330ad185b34b6567ebcd357dc46465eca3fbedd6b8ce6ae23
-SHA512 (rtl_433/25.12.tar.gz) = 6945031a1d6ab68348f1e3e9cebd856e46ee50ebc7e7424ddf1731a228068fd1844746cf9847cc9539b8853f2b50e5dd387a263dc3679f353765f32fb953d162
-Size (rtl_433/25.12.tar.gz) = 1153088 bytes
+BLAKE2s (rtl_433-25.12.tar.gz) = 63fe7804eb48e76330ad185b34b6567ebcd357dc46465eca3fbedd6b8ce6ae23
+SHA512 (rtl_433-25.12.tar.gz) = 6945031a1d6ab68348f1e3e9cebd856e46ee50ebc7e7424ddf1731a228068fd1844746cf9847cc9539b8853f2b50e5dd387a263dc3679f353765f32fb953d162
+Size (rtl_433-25.12.tar.gz) = 1153088 bytes
Home |
Main Index |
Thread Index |
Old Index