Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2011 09:27:19 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158632: [maintainer-update] www/xpi-live_http_headers 0.17
Message-ID:  <201107040927.p649RJoB008088@red.freebsd.org>
Resent-Message-ID: <201107040930.p649UBCG097871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158632
>Category:       ports
>Synopsis:       [maintainer-update] www/xpi-live_http_headers 0.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 04 09:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu May 19 21:34:59 CEST 2011     root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
www/xpi-live_http_headers
- Patch to work with FF 0.8 - 6.* as claimed by the addon page
- Bump PORTREVISION
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur xpi-live_http_headers.orig/Makefile xpi-live_http_headers/Makefile
--- xpi-live_http_headers.orig/Makefile	2011-07-04 11:10:27.000000000 +0200
+++ xpi-live_http_headers/Makefile	2011-07-04 11:16:47.000000000 +0200
@@ -8,6 +8,7 @@
 PORTNAME=	live_http_headers
 PORTVERSION=	0.17
 DISTVERSIONSUFFIX=	-fx+sm
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	xpi-
 
@@ -34,5 +35,8 @@
 		defaults/preferences \
 		defaults
 
+post-patch:
+	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
+
 .include "../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>
diff -Nur xpi-live_http_headers.orig/files/patch-install.rdf xpi-live_http_headers/files/patch-install.rdf
--- xpi-live_http_headers.orig/files/patch-install.rdf	1970-01-01 01:00:00.000000000 +0100
+++ xpi-live_http_headers/files/patch-install.rdf	2011-07-04 11:14:29.000000000 +0200
@@ -0,0 +1,11 @@
+--- install.rdf.orig	2011-07-04 11:13:28.000000000 +0200
++++ install.rdf	2011-07-04 11:14:04.000000000 +0200
+@@ -16,7 +16,7 @@
+       <Description>
+         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+         <em:minVersion>0.8</em:minVersion>
+-        <em:maxVersion>4.0.*</em:maxVersion>
++        <em:maxVersion>6.*</em:maxVersion>
+       </Description>
+     </em:targetApplication>
+     <!-- Flock -->


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107040927.p649RJoB008088>