1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Update to 2.2.7

This commit is contained in:
Li-Wen Hsu 2010-05-08 08:32:16 +00:00
parent 20991137bf
commit b39c6dcbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253937
3 changed files with 16 additions and 10 deletions

View File

@ -6,21 +6,23 @@
#
PORTNAME= mod_h264_streaming
PORTVERSION= 2.0
PORTREVISION= 1
PORTVERSION= 2.2.7
CATEGORIES= www
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
MASTER_SITES= http://h264.code-shop.com/download/
DISTNAME= apache_${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= apache22
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Apache H264 streaming module
USE_BZIP2= yes
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= mod_h264_streaming.c moov.c
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs="${APXS}"
RESTRICTED= no-commercial-use
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= SED=${SED}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (apache22/mod_h264_streaming-2.0.tar.bz2) = 0e5ae63fc5697c56b4c78671d3338a78
SHA256 (apache22/mod_h264_streaming-2.0.tar.bz2) = 1774e20be353b5fa774cd259efd200f8d38136af032670ec7fe6989224b6cd3e
SIZE (apache22/mod_h264_streaming-2.0.tar.bz2) = 13483
MD5 (apache22/apache_mod_h264_streaming-2.2.7.tar.gz) = 123cacef68e9ff56fe908200bd0feea5
SHA256 (apache22/apache_mod_h264_streaming-2.2.7.tar.gz) = 9ab80d038d83af453919bd9d5bed0e9e34f1469a8901146698ff6fd4e164fdc0
SIZE (apache22/apache_mod_h264_streaming-2.2.7.tar.gz) = 320605

View File

@ -0,0 +1,4 @@
@unexec %%SED%% -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
%%APACHEMODDIR%%/%%AP_MODULE%%
@exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
@unexec echo "Don't forget to remove all mod_h264_streaming-related directives in your httpd.conf"