pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/superfile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 18 16:00:25 UTC 2024

Modified Files:
        pkgsrc/sysutils/superfile: Makefile

Log Message:
superfile: adapt to go-module typo fix


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/superfile/Makefile

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

Modified files:

Index: pkgsrc/sysutils/superfile/Makefile
diff -u pkgsrc/sysutils/superfile/Makefile:1.2 pkgsrc/sysutils/superfile/Makefile:1.3
--- pkgsrc/sysutils/superfile/Makefile:1.2      Tue May 14 23:01:13 2024
+++ pkgsrc/sysutils/superfile/Makefile  Sat May 18 16:00:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/14 23:01:13 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/18 16:00:25 wiz Exp $
 
 DISTNAME=      superfile-1.1.2
 CATEGORIES=    sysutils
@@ -14,7 +14,7 @@ USE_LANGUAGES=        c
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 
-GO_MODULES_EXTRACT+=   github.com_barasher_go-exiftool_@v_v1.10.0.zip
+GO_MODULE_EXTRACT+=    github.com_barasher_go-exiftool_@v_v1.10.0.zip
 
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"



Home | Main Index | Thread Index | Old Index