pkgsrc-WIP-changes archive

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

superfile: finish package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat May 11 12:09:50 2024 +0200
Changeset:	8926827333484041446cce8cbe2740fe294ceb68

Modified Files:
	superfile/PLIST
	superfile/distinfo
Added Files:
	superfile/patches/patch-go.mod

Log Message:
superfile: finish package

With hints from bsiegert, thanks!

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

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

diffstat:
 superfile/PLIST                | 4 +---
 superfile/distinfo             | 1 +
 superfile/patches/patch-go.mod | 9 +++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

diffs:
diff --git a/superfile/PLIST b/superfile/PLIST
index 92ba51a2d7..04bc5899f3 100644
--- a/superfile/PLIST
+++ b/superfile/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/superfile
diff --git a/superfile/distinfo b/superfile/distinfo
index aff70ec9ea..8d95549a0a 100644
--- a/superfile/distinfo
+++ b/superfile/distinfo
@@ -1087,3 +1087,4 @@ BLAKE2s (superfile-1.1.2.tar.gz) = 96fb2645e77ff034071d7a278289aadac0e4176f45fff
 SHA512 (superfile-1.1.2.tar.gz) = c4455543930aea2dca75f021c84957ac180bb234e21cf9d6a9618f067d93fad8900f38e3f112a92a0ab7d806821ae99454d8b448b940beb5d49c96afc4aaddbe
 Size (superfile-1.1.2.tar.gz) = 5982048 bytes
 SHA1 (patch-.._.._github.com_barasher_go-exiftool@v1.10.0_platform__netbsd.go) = d9f2f45befe5e2968fdc4880902299b5b6294491
+SHA1 (patch-go.mod) = ba5555299669e3d32ab415e8cea2544ce9c5ca08
diff --git a/superfile/patches/patch-go.mod b/superfile/patches/patch-go.mod
new file mode 100644
index 0000000000..ac57930737
--- /dev/null
+++ b/superfile/patches/patch-go.mod
@@ -0,0 +1,9 @@
+$NetBSD$
+
+--- go.mod.orig	2024-05-08 14:43:56.000000000 +0000
++++ go.mod
+@@ -62,3 +62,4 @@ require (
+ 	golang.org/x/term v0.19.0 // indirect
+ 	golang.org/x/text v0.14.0 // indirect
+ )
++replace github.com/barasher/go-exiftool => ../../github.com/barasher/go-exiftool@v1.10.0


Home | Main Index | Thread Index | Old Index