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 @@ -1,29 +1,29 @@ 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 MAINTAINER= lwhsu@FreeBSD.org COMMENT= Apache H264 streaming module WWW= http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2 # Converted from RESTRICTED LICENSE= h264 LICENSE_NAME= h264 LICENSE_TEXT= No commercial use LICENSE_PERMS= auto-accept USES= apache GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs="${APXS}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_SUB= SED=${SED} .include