git: bd9fcc2e030a - main - www/foreign-cdm: Yes, I committed a silly change again.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 18:45:03 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bd9fcc2e030af6c64a36dbb1444634d8f349ff35
commit bd9fcc2e030af6c64a36dbb1444634d8f349ff35
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-12-28 18:42:44 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-12-28 18:42:44 +0000
www/foreign-cdm: Yes, I committed a silly change again.
Fixes: 8936e757042721774e68da979087dfb76cc42abd
---
www/foreign-cdm/Makefile | 2 +-
www/foreign-cdm/pkg-message | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/www/foreign-cdm/Makefile b/www/foreign-cdm/Makefile
index 21ea3cc09bcd..ea55179fcaf2 100644
--- a/www/foreign-cdm/Makefile
+++ b/www/foreign-cdm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= foreign-cdm
PORTVERSION= 20231217
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www multimedia linux
MASTER_SITES= https://arrowd.name/:cdm
DISTFILES= cdm-${CDM_INT_HASH}.tar.gz:cdm
diff --git a/www/foreign-cdm/pkg-message b/www/foreign-cdm/pkg-message
new file mode 100644
index 000000000000..8300e1288bf3
--- /dev/null
+++ b/www/foreign-cdm/pkg-message
@@ -0,0 +1,8 @@
+[
+{ type: install
+ message: <<EOM
+This package requires Google's CDM library which can be installed by compiling the
+www/linux-widevine-cdm port.
+EOM
+}
+]