ports/147100: [PATCH] www/ap22-mod_h264_streaming: update to 2.3.0

Philip M. Gollucci pgollucci at p6m7g8.com
Wed May 26 23:00:18 UTC 2010


>Number:         147100
>Category:       ports
>Synopsis:       [PATCH] www/ap22-mod_h264_streaming: update to 2.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 23:00:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- Update to 2.3.0

use apxs everywhere instead of sed to match the rest of ports

Port maintainer (lwhsu at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap22-mod_h264_streaming-2.3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_h264_streaming/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	25 May 2010 20:17:31 -0000	1.5
+++ Makefile	26 May 2010 22:48:52 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mod_h264_streaming
-PORTVERSION=	2.2.7
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	www
 MASTER_SITES=	http://h264.code-shop.com/download/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -25,6 +24,8 @@
 RESTRICTED=	no-commercial-use
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PLIST_SUB=	SED=${SED}
+
+post-install:
+	${LOCALBASE}/sbin/apxs -e -a -n h264_streaming ${LOCALBASE}/${APACHEMODDIR}/${PORTNAME}.so
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/mod_h264_streaming/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	8 May 2010 08:32:16 -0000	1.2
+++ distinfo	26 May 2010 22:05:45 -0000
@@ -1,3 +1,3 @@
-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
+MD5 (apache22/apache_mod_h264_streaming-2.3.0.tar.gz) = a127fedc88d38b330ca0baafdb31bae5
+SHA256 (apache22/apache_mod_h264_streaming-2.3.0.tar.gz) = 019f8c23b1ff36c3455d9a5e202e5ba39b8974a2f0f1ddbf1da5fca51d7f5c74
+SIZE (apache22/apache_mod_h264_streaming-2.3.0.tar.gz) = 328147
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/mod_h264_streaming/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	8 May 2010 08:32:16 -0000	1.1
+++ pkg-plist	26 May 2010 22:05:39 -0000
@@ -1,4 +1,4 @@
- at unexec %%SED%% -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
+ at exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
 %%APACHEMODDIR%%/%%AP_MODULE%%
- at exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
+ at unexec %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"
--- ap22-mod_h264_streaming-2.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list