summaryrefslogtreecommitdiff
path: root/net-im/telegram-purple/files/patch-commit.h.gen
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 15:56:49 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-17 16:01:37 +0100
commit216aeb0e446667a86f5a005cf143275961776d96 (patch)
treeec9e6adfb267ba12fc673a8abe2c27b850602bfb /net-im/telegram-purple/files/patch-commit.h.gen
parentgraphics/pngcrush: Remove expired port (diff)
net-im/telegram-purple: Remove expired port
net-im/telegram-purple
Diffstat (limited to 'net-im/telegram-purple/files/patch-commit.h.gen')
-rw-r--r--net-im/telegram-purple/files/patch-commit.h.gen23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/telegram-purple/files/patch-commit.h.gen b/net-im/telegram-purple/files/patch-commit.h.gen
deleted file mode 100644
index 988149c97624..000000000000
--- a/net-im/telegram-purple/files/patch-commit.h.gen
+++ /dev/null
@@ -1,23 +0,0 @@
---- commit.h.gen.orig 2020-03-25 20:48:01 UTC
-+++ commit.h.gen
-@@ -20,19 +20,7 @@
-
- set -e
-
--if ! (command -v git && git status) >/dev/null 2>&1
--then
-- if test -r commit.h
-- then
-- echo "No git available. Assuming everything is up-to-date."
-- exit 0
-- else
-- echo >&2 "No git available. Can't reconstruct commit.h"
-- exit 1
-- fi
--fi
--
--GIT_COMMIT=`git rev-parse HEAD | cut -c1-10`
-+GIT_COMMIT="ca42dcf0e6"
-
- if grep -scq "${GIT_COMMIT}" commit.h
- then