pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-sys



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jun 26 17:58:17 UTC 2021

Modified Files:
        pkgsrc/devel/go-sys: Makefile

Log Message:
go-sys: Remove perl runtime dependency. Bump.

>From what I can tell there are no perl scripts in the package, so
removed the build dependency also.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/go-sys/Makefile

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

Modified files:

Index: pkgsrc/devel/go-sys/Makefile
diff -u pkgsrc/devel/go-sys/Makefile:1.41 pkgsrc/devel/go-sys/Makefile:1.42
--- pkgsrc/devel/go-sys/Makefile:1.41   Sun Jun  6 12:18:44 2021
+++ pkgsrc/devel/go-sys/Makefile        Sat Jun 26 17:58:17 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2021/06/06 12:18:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.42 2021/06/26 17:58:17 tnn Exp $
 #
 
 DISTNAME=              go-sys-0.0.20200202
-PKGREVISION=           16
+PKGREVISION=           17
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                sys
@@ -27,5 +27,4 @@ pre-build:
        ${RM} -f ${WRKSRC}/*/*.go.orig
 
 .include "../../lang/go/go-package.mk"
-.include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index