pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-test-go



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Sep 24 07:49:55 UTC 2022

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-go: Makefile

Log Message:
bulk-test-go: Correct hugo PKGNAME, fix build

Bump date too.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/bulk-test-go/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-test-go/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-go/Makefile:1.2 pkgsrc/meta-pkgs/bulk-test-go/Makefile:1.3
--- pkgsrc/meta-pkgs/bulk-test-go/Makefile:1.2  Thu Sep 22 06:01:07 2022
+++ pkgsrc/meta-pkgs/bulk-test-go/Makefile      Sat Sep 24 07:49:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/09/22 06:01:07 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/09/24 07:49:55 bsiegert Exp $
 
-DISTNAME=      bulk-test-go-20220918
+DISTNAME=      bulk-test-go-20220924
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -122,7 +122,7 @@ BUILD_DEPENDS+=     go-ffuf-[0-9]*:../../www
 BUILD_DEPENDS+=        gitea-[0-9]*:../../www/gitea
 BUILD_DEPENDS+=        grafana-[0-9]*:../../www/grafana
 BUILD_DEPENDS+=        go-minify-[0-9]*:../../www/go-minify
-BUILD_DEPENDS+=        hugo-[0-9]*:../../www/hugo
+BUILD_DEPENDS+=        go-hugo-[0-9]*:../../www/hugo
 BUILD_DEPENDS+=        apisprout-[0-9]*:../../www/apisprout
 BUILD_DEPENDS+=        jira-cli-[0-9]*:../../www/jira-cli
 BUILD_DEPENDS+=        restish-[0-9]*:../../www/restish



Home | Main Index | Thread Index | Old Index