pkgsrc-WIP-changes archive

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

ipget: finish package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Nov 28 13:26:34 2022 +0100
Changeset:	ad3fc8da004842d96f9c1fc86fb6cad262bc9519

Modified Files:
	ipget/Makefile
	ipget/PLIST
Removed Files:
	ipget/TODO

Log Message:
ipget: finish package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad3fc8da004842d96f9c1fc86fb6cad262bc9519

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

diffstat:
 ipget/Makefile | 3 +++
 ipget/PLIST    | 4 +---
 ipget/TODO     | 3 ---
 3 files changed, 4 insertions(+), 6 deletions(-)

diffs:
diff --git a/ipget/Makefile b/ipget/Makefile
index f84cd0cc2f..2e2139e397 100644
--- a/ipget/Makefile
+++ b/ipget/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	https://github.com/ipfs/ipget/
 COMMENT=	Retrieve files over IPFS and save them locally
 LICENSE=	mit
 
+# does not support go 1.19 yet (as of 0.9.1)
+GO_VERSION_DEFAULT=	118
+
 USE_LANGUAGES=	# none
 
 .include "go-modules.mk"
diff --git a/ipget/PLIST b/ipget/PLIST
index 92ba51a2d7..fc4a86e0f1 100644
--- a/ipget/PLIST
+++ b/ipget/PLIST
@@ -1,4 +1,2 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/ipget
diff --git a/ipget/TODO b/ipget/TODO
deleted file mode 100644
index 13427deeb6..0000000000
--- a/ipget/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-# github.com/lucas-clemente/quic-go/internal/qtls
-../.gopath/pkg/mod/github.com/lucas-clemente/quic-go@v0.27.1/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions."; (untyped string constant "The version of quic-go you're using can't be built on Go 1.19 yet. F...) as int value in variable declaration
-*** Error code 2


Home | Main Index | Thread Index | Old Index