ports/158625: [maintainer-update] www/xpi-modify_headers 0.7.0.2

Dominic Fandrey kamikaze at bsdforen.de
Sun Jul 3 22:00:20 UTC 2011


>Number:         158625
>Category:       ports
>Synopsis:       [maintainer-update] www/xpi-modify_headers 0.7.0.2
>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:   Sun Jul 03 22:00:19 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 at mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
www/xpi-modify_headers
- Patch to work with FF 3.6 - 6.* as the firefox addon page claims
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur xpi-modify_headers.orig/Makefile xpi-modify_headers/Makefile
--- xpi-modify_headers.orig/Makefile	2011-07-03 23:35:49.000000000 +0200
+++ xpi-modify_headers/Makefile	2011-07-03 23:54:30.000000000 +0200
@@ -8,6 +8,7 @@
 PORTNAME=	modify_headers
 PORTVERSION=	0.7.0.2
 DISTVERSIONSUFFIX=	-fx+sm
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	kamikaze at bsdforen.de
@@ -65,5 +66,8 @@
 		defaults/preferences \
 		defaults
 
+post-patch:
+		@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
+
 .include "../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>
diff -Nur xpi-modify_headers.orig/files/patch-install.rdf xpi-modify_headers/files/patch-install.rdf
--- xpi-modify_headers.orig/files/patch-install.rdf	1970-01-01 01:00:00.000000000 +0100
+++ xpi-modify_headers/files/patch-install.rdf	2011-07-03 23:38:03.000000000 +0200
@@ -0,0 +1,11 @@
+--- install.rdf.orig	2011-07-03 23:37:16.000000000 +0200
++++ install.rdf	2011-07-03 23:37:28.000000000 +0200
+@@ -21,7 +21,7 @@
+             <Description>
+                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                 <em:minVersion>3.6</em:minVersion>
+-                <em:maxVersion>4.0.*</em:maxVersion>
++                <em:maxVersion>6.*</em:maxVersion>
+             </Description>
+         </em:targetApplication>
+         


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



More information about the freebsd-ports-bugs mailing list