aboutsummaryrefslogtreecommitdiff
path: root/multimedia/handbrake/files
diff options
context:
space:
mode:
authorYuichiro NAITO <naito.yuichiro@gmail.com>2021-08-26 02:21:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-02 07:38:34 +0000
commit547221480a531bc7f7449a881cdff5662d1f26df (patch)
tree1ece18f2dfaf8ae6f5527a8f9507d6a2e517a59b /multimedia/handbrake/files
parent3be960e92b5452e9ac895cef51dd22218900a7e1 (diff)
downloadports-547221480a531bc7f7449a881cdff5662d1f26df.tar.gz
ports-547221480a531bc7f7449a881cdff5662d1f26df.zip
Diffstat (limited to 'multimedia/handbrake/files')
-rw-r--r--multimedia/handbrake/files/patch-scripts_repo-info.sh11
-rw-r--r--multimedia/handbrake/files/version.txt10
2 files changed, 16 insertions, 5 deletions
diff --git a/multimedia/handbrake/files/patch-scripts_repo-info.sh b/multimedia/handbrake/files/patch-scripts_repo-info.sh
new file mode 100644
index 000000000000..e00f06222ddd
--- /dev/null
+++ b/multimedia/handbrake/files/patch-scripts_repo-info.sh
@@ -0,0 +1,11 @@
+--- scripts/repo-info.sh.orig 2021-08-15 11:58:50 UTC
++++ scripts/repo-info.sh
+@@ -1,7 +1,7 @@
+ #!/usr/bin/env bash
+ #
+ # Retrieves git repository info for directory ${1} using command ${2}
+-
++exit 1
+ function repo_info()
+ {
+ local repo_dir git_exe commit upstream err
diff --git a/multimedia/handbrake/files/version.txt b/multimedia/handbrake/files/version.txt
index ed8b7e1fe742..bd82c8addce7 100644
--- a/multimedia/handbrake/files/version.txt
+++ b/multimedia/handbrake/files/version.txt
@@ -1,9 +1,9 @@
URL=https://github.com/HandBrake/HandBrake.git
-HASH=a91adfa02ce544c84aa34e758b85f0967d005aa7
-SHORTHASH=a91adfa02
-TAG=1.3.2
-TAG_HASH=a91adfa02ce544c84aa34e758b85f0967d005aa7
+HASH=ed3703a0f95b663a68a2e6dda6958cb4c0067015
+SHORTHASH=ed3703a0f
+TAG=1.4.1
+TAG_HASH=ed3703a0f95b663a68a2e6dda6958cb4c0067015
REV=0
BRANCH=
REMOTE=https://github.com/HandBrake/HandBrake.git
-DATE=2020-05-03 12:12:08 -0400
+DATE=2021-08-15 12:58:50 +0100