ports/net-p2p/mkbrr/files/patch-main.go
Daniel Engberg 86b27ebb8a net-p2p/mkbrr: New port: Commmand-line utility to create, modify and inspect torrent files
Supports features such as:

* Creating torrent files
* Inspecting torrent files
* Modifying torrent metadata
* Supports tracker-specific requirements automatically
* Batch mode
2025-03-07 23:06:42 +01:00

13 lines
213 B
Go

--- main.go.orig 2025-03-07 21:35:10 UTC
+++ main.go
@@ -7,8 +7,8 @@ var (
)
var (
- version = "dev"
- buildTime = "unknown"
+ version = "%%DISTVERSION%%"
+ buildTime = "%%BUILDTIME%%"
)
func main() {