pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 27 15:16:40 UTC 2025

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common

Log Message:
harfbuzz: set GITHUB_PROJECT so fetching works from harfbuzz-icu


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/fonts/harfbuzz/Makefile.common

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

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.70 pkgsrc/fonts/harfbuzz/Makefile.common:1.71
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.70  Tue Sep 23 12:32:01 2025
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Sat Sep 27 15:16:40 2025
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.70 2025/09/23 12:32:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.71 2025/09/27 15:16:40 wiz Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
 DISTNAME=      harfbuzz-11.5.1
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=harfbuzz/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+GITHUB_PROJECT=        harfbuzz
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index