From owner-svn-ports-head@FreeBSD.ORG Sat May 25 10:02:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E47F3F5; Sat, 25 May 2013 10:02:47 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB5E97E; Sat, 25 May 2013 10:02:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PA2lvO060999; Sat, 25 May 2013 10:02:47 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PA2kKl060994; Sat, 25 May 2013 10:02:46 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201305251002.r4PA2kKl060994@svn.freebsd.org> From: Barbara Guida Date: Sat, 25 May 2013 10:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319042 - head/www/xpi-server_spy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 10:02:47 -0000 Author: bar Date: Sat May 25 10:02:45 2013 New Revision: 319042 URL: http://svnweb.freebsd.org/changeset/ports/319042 Log: - Update to 0.2.2 - Move package list from Makefile to pkg-plist - Pet portlint on pkg-descr Approved by: flo (mentor) Added: head/www/xpi-server_spy/pkg-plist (contents, props changed) Modified: head/www/xpi-server_spy/Makefile head/www/xpi-server_spy/distinfo head/www/xpi-server_spy/pkg-descr Modified: head/www/xpi-server_spy/Makefile ============================================================================== --- head/www/xpi-server_spy/Makefile Sat May 25 09:42:06 2013 (r319041) +++ head/www/xpi-server_spy/Makefile Sat May 25 10:02:45 2013 (r319042) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= server_spy -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 DISTVERSIONSUFFIX= -fx -PORTREVISION= 1 CATEGORIES= www MAINTAINER= bar@FreeBSD.org @@ -14,38 +13,11 @@ USE_XPI= *firefox* XPI_ID= ServerSpy@jacquet.eu.org XPI_NUM= 2036 -XPI_FILES= defaults/preferences/prefs.js \ - chrome/chromeFiles/locale/fr-FR/ui.properties \ - chrome/chromeFiles/locale/fr-FR/ui.ent \ - chrome/chromeFiles/locale/fr-FR/contents.rdf \ - chrome/chromeFiles/locale/en-US/ui.properties \ - chrome/chromeFiles/locale/en-US/ui.ent \ - chrome/chromeFiles/locale/en-US/contents.rdf \ - chrome/chromeFiles/content/unknown.png \ - chrome/chromeFiles/content/statusbar.xul \ - chrome/chromeFiles/content/serverspy.js \ - chrome/chromeFiles/content/serverspy-32.png \ - chrome/chromeFiles/content/overlay.xul \ - chrome/chromeFiles/content/options.xul \ - chrome/chromeFiles/content/n.png \ - chrome/chromeFiles/content/addonbar.xul \ - chrome/chromeFiles/content/about.xul \ - chrome/chromeFiles/content/L.png \ - chrome/chromeFiles/content/I.png \ - chrome/chromeFiles/content/G.png \ - chrome/chromeFiles/content/A.png \ - chrome.manifest \ - install.rdf - -XPI_DIRS= defaults/preferences defaults \ - chrome/chromeFiles/locale/fr-FR \ - chrome/chromeFiles/locale/en-US \ - chrome/chromeFiles/locale \ - chrome/chromeFiles/content chrome/chromeFiles chrome post-patch: - @${REINPLACE_CMD} -e 's|4\.0b8pre<|99.*<|' \ - ${WRKSRC}/install.rdf + @${REINPLACE_CMD} -e 's|22\.\*<|99.*<|' \ + ${WRKSRC}/install.rdf + pre-install: @${RM} -f ${WRKSRC}/install.rdf.bak Modified: head/www/xpi-server_spy/distinfo ============================================================================== --- head/www/xpi-server_spy/distinfo Sat May 25 09:42:06 2013 (r319041) +++ head/www/xpi-server_spy/distinfo Sat May 25 10:02:45 2013 (r319042) @@ -1,2 +1,2 @@ -SHA256 (xpi/server_spy-0.2.1-fx.xpi) = 7964de5564082de283eba55a47e42b5d58fcf6e59c2283458f5e82ed9387844f -SIZE (xpi/server_spy-0.2.1-fx.xpi) = 28936 +SHA256 (xpi/server_spy-0.2.2-fx.xpi) = 8728a8bd5ad6bb67118a6d4fdf78204d7e807f86884beb4bc84bcad97014850d +SIZE (xpi/server_spy-0.2.2-fx.xpi) = 28920 Modified: head/www/xpi-server_spy/pkg-descr ============================================================================== --- head/www/xpi-server_spy/pkg-descr Sat May 25 09:42:06 2013 (r319041) +++ head/www/xpi-server_spy/pkg-descr Sat May 25 10:02:45 2013 (r319042) @@ -1,4 +1,4 @@ Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.) runs on the visited sites. -WWW: http://releases.mozilla.org/pub/mozilla.org/addons/2036/ +WWW: http://releases.mozilla.org/pub/mozilla.org/addons/2036/ Added: head/www/xpi-server_spy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-server_spy/pkg-plist Sat May 25 10:02:45 2013 (r319042) @@ -0,0 +1,30 @@ +%%XPI_XPIDIR%%/chrome/chromeFiles/content/A.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/G.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/I.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/L.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/about.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/addonbar.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/n.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/options.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/overlay.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/serverspy-32.png +%%XPI_XPIDIR%%/chrome/chromeFiles/content/serverspy.js +%%XPI_XPIDIR%%/chrome/chromeFiles/content/statusbar.xul +%%XPI_XPIDIR%%/chrome/chromeFiles/content/unknown.png +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/contents.rdf +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/ui.ent +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US/ui.properties +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/contents.rdf +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/ui.ent +%%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR/ui.properties +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/defaults/preferences/prefs.js +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/content +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/locale/en-US +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/locale/fr-FR +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/locale +@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults