aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJohn Hixson <jhixson@FreeBSD.org>2019-06-29 15:46:25 +0000
committerJohn Hixson <jhixson@FreeBSD.org>2019-06-29 15:46:25 +0000
commit08570e4fb1b523946b48b88c8c01656657765033 (patch)
treeb7c8c975c5a79d2fe5b4af7028a665df08116bcc /sysutils
parent6e1e378999d1044cd447d46e525405113e0b9e62 (diff)
downloadports-08570e4fb1b523946b48b88c8c01656657765033.tar.gz
ports-08570e4fb1b523946b48b88c8c01656657765033.zip
sysutils/ipfs-go: remove patchfile that is no longer necessary
Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=505354
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ipfs-go/files/patch-version.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/ipfs-go/files/patch-version.go b/sysutils/ipfs-go/files/patch-version.go
deleted file mode 100644
index 4f8e8b8b51e1..000000000000
--- a/sysutils/ipfs-go/files/patch-version.go
+++ /dev/null
@@ -1,10 +0,0 @@
---- version.go.orig 2019-01-26 18:22:10 UTC
-+++ version.go
-@@ -4,6 +4,6 @@ package ipfs
- var CurrentCommit string
-
- // CurrentVersionNumber is the current application's version literal
--const CurrentVersionNumber = "0.4.19-dev"
-+const CurrentVersionNumber = "0.4.18"
-
- const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"