Date: Mon, 14 Mar 2016 13:46:29 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411068 - in head/www: lighttpd lighttpd-mod_h264_streaming Message-ID: <201603141346.u2EDkTUG091901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Mar 14 13:46:29 2016 New Revision: 411068 URL: https://svnweb.freebsd.org/changeset/ports/411068 Log: www/lighttpd-mod_h264_streaming: Unbreak port PR: 205939 MFH: 2016Q1 Modified: head/www/lighttpd-mod_h264_streaming/Makefile head/www/lighttpd/distinfo Modified: head/www/lighttpd-mod_h264_streaming/Makefile ============================================================================== --- head/www/lighttpd-mod_h264_streaming/Makefile Mon Mar 14 13:44:45 2016 (r411067) +++ head/www/lighttpd-mod_h264_streaming/Makefile Mon Mar 14 13:46:29 2016 (r411068) @@ -8,8 +8,6 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= H264 streaming module for lighttpd -BROKEN= incompatibility with new Lighttpd API - BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd @@ -26,8 +24,8 @@ PLIST= ${.CURDIR}/pkg-plist MANUAL_PACKAGE_BUILD= free for non-commercial use only -PATCH_SITES+= LOCAL/mm -PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz +PATCH_SITES+= https://raw.githubusercontent.com/pkubaj/lighttpd-mod_h264_streaming/master/ +PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= ${PORTNAME}.la Modified: head/www/lighttpd/distinfo ============================================================================== --- head/www/lighttpd/distinfo Mon Mar 14 13:44:45 2016 (r411067) +++ head/www/lighttpd/distinfo Mon Mar 14 13:46:29 2016 (r411068) @@ -1,6 +1,6 @@ SHA256 (lighttpd-1.4.39.tar.xz) = 7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b SIZE (lighttpd-1.4.39.tar.xz) = 579180 -SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 -SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch) = 2858036310b778852d9f039a81629902edffc368658e13bf4779f3642ee1a5ba SIZE (lighttpd-1.4.26_mod_geoip.patch) = 15173 +SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = bc0e1b97289a89b827ea84e64b614933cc14d67c64d6b727e4928aeec516489c +SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242421
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603141346.u2EDkTUG091901>