pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/arcticfox



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Mar 17 19:45:31 UTC 2025

Modified Files:
        pkgsrc/www/arcticfox: Makefile

Log Message:
arcticfox: fix distfile path

This needs to use a tag, not a release, for some reason. From manu@ in
tech-pkg.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/arcticfox/Makefile

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

Modified files:

Index: pkgsrc/www/arcticfox/Makefile
diff -u pkgsrc/www/arcticfox/Makefile:1.61 pkgsrc/www/arcticfox/Makefile:1.62
--- pkgsrc/www/arcticfox/Makefile:1.61  Sun Mar 16 21:38:14 2025
+++ pkgsrc/www/arcticfox/Makefile       Mon Mar 17 19:45:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2025/03/16 21:38:14 nia Exp $
+# $NetBSD: Makefile,v 1.62 2025/03/17 19:45:31 bsiegert Exp $
 
 DISTNAME=      arcticfox-45.3
 # remove on next update
@@ -6,7 +6,7 @@ DIST_SUBDIR=    arcticfox-45.3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rmottola/}
 GITHUB_PROJECT=        Arctic-Fox
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_TAG=    refs/tags/v${PKGVERSION_NOREV}
 
 MAINTAINER=    nia%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/rmottola/Arctic-Fox



Home | Main Index | Thread Index | Old Index