diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-04-16 12:12:51 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-04-16 12:13:18 +0000 |
commit | c75601fe601ca5748f7987d155445e4b63039687 (patch) | |
tree | 0477406523dd5b764b39fb5843040d9ef84393b0 | |
parent | b83c50abff18f1bf72724447b277fbdbefd5d63f (diff) | |
download | ports-c75601fe601ca5748f7987d155445e4b63039687.tar.gz ports-c75601fe601ca5748f7987d155445e4b63039687.zip |
www/mod_h264_streaming: Update MASTER_SITES
-rw-r--r-- | www/mod_h264_streaming/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_h264_streaming/Makefile b/www/mod_h264_streaming/Makefile index 89c4c9291a1c..6aee435aaaf3 100644 --- a/www/mod_h264_streaming/Makefile +++ b/www/mod_h264_streaming/Makefile @@ -2,8 +2,8 @@ PORTNAME= mod_h264_streaming PORTVERSION= 2.2.7 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://h264.code-shop.com/download/ \ - https://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ +MASTER_SITES= https://github.com/code-shop-com/h264/raw/main/download/ \ + https://people.cs.nycu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= apache_${PORTNAME}-${PORTVERSION} DIST_SUBDIR= apache2 |