pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/avahi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 11 22:33:54 UTC 2024

Modified Files:
        pkgsrc/net/avahi: Makefile.common

Log Message:
avahi: standardize MASTER_SITE_GITHUB usage


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/avahi/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/net/avahi/Makefile.common
diff -u pkgsrc/net/avahi/Makefile.common:1.1 pkgsrc/net/avahi/Makefile.common:1.2
--- pkgsrc/net/avahi/Makefile.common:1.1        Fri Jan  8 14:08:35 2021
+++ pkgsrc/net/avahi/Makefile.common    Sun Aug 11 22:33:54 2024
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.1 2021/01/08 14:08:35 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2024/08/11 22:33:54 wiz Exp $
 # used by net/avahi/Makefile
 # used by net/avahi-ui/Makefile
 
 DISTNAME=              avahi-0.8
 CATEGORIES=            net
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=lathiat/avahi/releases/download/v${PKGVERSION_NOREV}/}
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=lathiat/}
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 
 HOMEPAGE=              https://avahi.org/
 LICENSE=               gnu-lgpl-v2.1



Home | Main Index | Thread Index | Old Index