summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-18 21:54:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-18 21:54:04 +0000
commit0707a60bbe98a797f3f5ab99f28b23d64f616285 (patch)
tree9b58b50b38167486859e127602157f04d70bbc04
parentdevel/git-cinnabar: update to 0.5.0.88 (diff)
multimedia/x264: chase X264_COMMIT location
Notes
Notes: svn path=/head/; revision=496217
-rw-r--r--multimedia/x264/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 4c384603a0d0..cd95504dab51 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -8,7 +8,7 @@
# X264_BUILD is the "core" number, and can be found in x264.h.
#
# X264_COMMIT is the commit number, and can be found here:
-# http://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable
+# https://code.videolan.org/videolan/x264/commits/stable
#
# X264_REV requires a checkout the git revision for the version the port
# is being updated to. Then run version.sh against it.