pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/openafs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 10 19:49:58 UTC 2024

Modified Files:
        pkgsrc/filesystems/openafs: Makefile

Log Message:
openafs: simplify MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/filesystems/openafs/Makefile

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

Modified files:

Index: pkgsrc/filesystems/openafs/Makefile
diff -u pkgsrc/filesystems/openafs/Makefile:1.25 pkgsrc/filesystems/openafs/Makefile:1.26
--- pkgsrc/filesystems/openafs/Makefile:1.25    Thu Oct 10 15:53:21 2024
+++ pkgsrc/filesystems/openafs/Makefile Thu Oct 10 19:49:58 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2024/10/10 15:53:21 jakllsch Exp $
+# $NetBSD: Makefile,v 1.26 2024/10/10 19:49:58 wiz Exp $
 
 DISTNAME=      openafs-1.8.12-src
 PKGNAME=       ${DISTNAME:C/-src//}
 CATEGORIES=    filesystems net sysutils
-MASTER_SITES=  http://www.openafs.org/dl/openafs/1.8.12/
+MASTER_SITES=  http://www.openafs.org/dl/openafs/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    gendalia%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index