pkgsrc-WIP-changes archive

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

cudd: fix download, improve HOMEPAGE



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Aug 5 15:49:04 2025 +0200
Changeset:	ed9e8c8883fbaccc863f0b0fcb8f9691a5009295

Modified Files:
	cudd/Makefile

Log Message:
cudd: fix download, improve HOMEPAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed9e8c8883fbaccc863f0b0fcb8f9691a5009295

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

diffstat:
 cudd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/cudd/Makefile b/cudd/Makefile
index 29d489f52e..f3699501d1 100644
--- a/cudd/Makefile
+++ b/cudd/Makefile
@@ -2,10 +2,10 @@
 
 DISTNAME=	cudd-3.0.0
 CATEGORIES=	math
-MASTER_SITES=	${MASTER_SITE_GITHUB:=davidkebo/cudd/blob/main/cudd_versions/}
+MASTER_SITES=	-https://github.com/davidkebo/cudd/raw/refs/heads/main/cudd_versions/cudd-3.0.0.tar.gz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/davidkebo/cudd/blob/main/cudd_versions/
+HOMEPAGE=	https://github.com/davidkebo/cudd/
 COMMENT=	Package for the manipulation of Binary Decision Diagrams (BDDs), etc
 LICENSE=	modified-bsd
 


Home | Main Index | Thread Index | Old Index