pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jd: finish package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Sep 19 20:57:03 2024 +0200
Changeset: 6784a7a50a549884f2fed1e4690b119822760a84
Modified Files:
jd/Makefile
jd/PLIST
Removed Files:
jd/TODO
Log Message:
jd: finish package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6784a7a50a549884f2fed1e4690b119822760a84
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jd/Makefile | 2 +-
jd/PLIST | 4 +---
jd/TODO | 4 ----
3 files changed, 2 insertions(+), 8 deletions(-)
diffs:
diff --git a/jd/Makefile b/jd/Makefile
index 8c4c7d6487..207a0c090c 100644
--- a/jd/Makefile
+++ b/jd/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/josephburnett/jd/
COMMENT= JSON diff and patch
LICENSE= mit
-USE_LANGUAGES= # none
+GO_BUILD_PATTERN= .
.include "go-modules.mk"
diff --git a/jd/PLIST b/jd/PLIST
index 92ba51a2d7..8d6ef80941 100644
--- a/jd/PLIST
+++ b/jd/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/jd
diff --git a/jd/TODO b/jd/TODO
deleted file mode 100644
index 0eaa88d6ac..0000000000
--- a/jd/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-===> Building for jd-1.9.1
-package github.com/josephburnett/jd/web/ui
- imports syscall/js: build constraints exclude all Go files in /usr/pkg/go122/src/syscall/js
-*** Error code 1
Home |
Main Index |
Thread Index |
Old Index