Index: head/www/xpi-modify_headers/Makefile =================================================================== --- head/www/xpi-modify_headers/Makefile (revision 277706) +++ head/www/xpi-modify_headers/Makefile (revision 277707) @@ -1,69 +1,73 @@ # New ports collection makefile for: xpi-modify_headers # Date created: 24 January 2009 # Whom: Dominic Fandrey # # $FreeBSD$ # PORTNAME= modify_headers PORTVERSION= 0.7.0.2 DISTVERSIONSUFFIX= -fx+sm +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kamikaze@bsdforen.de COMMENT= A firefox extension to manipulate HTTP headers XPI_NUM= 967 XPI_ID= {b749fc7c-e949-447f-926c-3f4eed6accfe} XPI_FILES= chrome.manifest \ chrome/content/bindings/bindings.xml \ chrome/content/contents.rdf \ chrome/content/disabled.gif \ chrome/content/enabled.gif \ chrome/content/export.js \ chrome/content/exportimport.js \ chrome/content/exportwizard.xul \ chrome/content/icons/badge.png \ chrome/content/icons/bug.png \ chrome/content/icons/first-aid-kit.png \ chrome/content/icons/globe.png \ chrome/content/icons/info.png \ chrome/content/icons/star.png \ chrome/content/icons/thumbs-up.png \ chrome/content/icons/tools.png \ chrome/content/icons/twitter.png \ chrome/content/icons/user.png \ chrome/content/import.js \ chrome/content/importwizard.xul \ chrome/content/modifyheaders.css \ chrome/content/modifyheaders.js \ chrome/content/preferences-tab.xul \ chrome/content/preferences.js \ chrome/content/preferences.xul \ chrome/content/prefs-about.xul \ chrome/content/prefs-headers.xul \ chrome/content/prefs-options.xul \ chrome/content/toolsOverlay.xul \ chrome/locale/en-US/modifyheaders.dtd \ chrome/locale/en-US/modifyheaders.properties \ components/mhIHeader.xpt \ components/modifyheaders-autocomplete.js \ components/modifyheaders-service.js \ components/nsIModifyheaders.xpt \ defaults/preferences/defaults.js \ install.js \ install.rdf XPI_DIRS= chrome/content/bindings \ chrome/content/icons \ chrome/content \ chrome/locale/en-US \ chrome/locale \ chrome \ components \ defaults/preferences \ defaults + +post-patch: + @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; .include "../xpi-adblock/Makefile.xpi" .include Property changes on: head/www/xpi-modify_headers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/www/xpi-modify_headers/files/patch-install.rdf =================================================================== --- head/www/xpi-modify_headers/files/patch-install.rdf (nonexistent) +++ head/www/xpi-modify_headers/files/patch-install.rdf (revision 277707) @@ -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 @@ + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.6 +- 4.0.* ++ 6.* + + + Property changes on: head/www/xpi-modify_headers/files/patch-install.rdf ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.7 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property