pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/asmfmt
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun May 9 09:45:28 UTC 2021
Modified Files:
pkgsrc/devel/asmfmt: Makefile distinfo
Log Message:
Update asmfmt to 1.3.0, now a Go module.
- Remove outdated tools
- Upgrade Go and tests
- add module
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/asmfmt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/asmfmt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/asmfmt/Makefile
diff -u pkgsrc/devel/asmfmt/Makefile:1.4 pkgsrc/devel/asmfmt/Makefile:1.5
--- pkgsrc/devel/asmfmt/Makefile:1.4 Sat May 8 15:02:46 2021
+++ pkgsrc/devel/asmfmt/Makefile Sun May 9 09:45:28 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/05/08 15:02:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/09 09:45:28 bsiegert Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= asmfmt-1.2.1
-PKGREVISION= 3
+DISTNAME= asmfmt-1.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=klauspost/}
@@ -15,8 +14,5 @@ GO_SRCPATH= github.com/klauspost/asmfmt
GO_DIST_BASE= ${DISTNAME}
GO_BUILD_PATTERN= github.com/klauspost/asmfmt/cmd/asmfmt
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/bin/asmfmt ${DESTDIR}${PREFIX}/bin
-
-.include "../../lang/go/go-package.mk"
+.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/asmfmt/distinfo
diff -u pkgsrc/devel/asmfmt/distinfo:1.1 pkgsrc/devel/asmfmt/distinfo:1.2
--- pkgsrc/devel/asmfmt/distinfo:1.1 Sun Dec 6 16:14:07 2020
+++ pkgsrc/devel/asmfmt/distinfo Sun May 9 09:45:28 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/12/06 16:14:07 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2021/05/09 09:45:28 bsiegert Exp $
-SHA1 (asmfmt-1.2.1.tar.gz) = 9a802ce284fa9a118671ee27202d1fe204f44554
-RMD160 (asmfmt-1.2.1.tar.gz) = 501665de6d967d95bdf8f821c42b0a768d9fd8ed
-SHA512 (asmfmt-1.2.1.tar.gz) = e85dc0a9204a9243276ee0ebea07254b5d5ba930484ef96212dfcca83be6e3b3923b0f5c9e184e639ce8759bde74a5e9035ad5a28537cb3bb2f3eaa4c6d939c0
-Size (asmfmt-1.2.1.tar.gz) = 159411 bytes
+SHA1 (asmfmt-1.3.0.tar.gz) = d59542c34070be691cb78671f8f2fbb87352518a
+RMD160 (asmfmt-1.3.0.tar.gz) = a6d2eb303d9f7da37f3f78a9a6cca331da0676a1
+SHA512 (asmfmt-1.3.0.tar.gz) = 0f88eda2d9caa340fbcf7bdd40dfe818ff8615d210d3873903960b723f39c60a1c3815f17244732c2f198480f433ddfc3495b8079dd69e76962a5ae9ac432619
+Size (asmfmt-1.3.0.tar.gz) = 146363 bytes
Home |
Main Index |
Thread Index |
Old Index