Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Aug 2010 22:23:23 +0200
From:      "Simon Olofsson" <simon@olofsson.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stas@FreeBSD.org
Subject:   ports/149211: [PATCH] www/xpi-vimperator: update to 2.3.1
Message-ID:  <20100802210305.7DF651065673@hub.freebsd.org>
Resent-Message-ID: <201008022110.o72LA6ho027026@freefall.freebsd.org>

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

>Number:         149211
>Category:       ports
>Synopsis:       [PATCH] www/xpi-vimperator: update to 2.3.1
>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:   Mon Aug 02 21:10:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Simon Olofsson
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sol-fb.olofsson.de 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
- Update to 2.3.1
- Use separate pkg-plist
- Fix www

stas@: If you don't want this port anymore, I would like to maintain it :-)

Added file(s):
- pkg-plist

Port maintainer (stas@FreeBSD.org) is cc'd.

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

--- xpi-vimperator-2.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/xpi-vimperator/Makefile /usr/home/simon/ports/www/xpi-vimperator/Makefile
--- /usr/ports/www/xpi-vimperator/Makefile	2008-12-18 11:17:46.000000000 +0100
+++ /usr/home/simon/ports/www/xpi-vimperator/Makefile	2010-08-02 22:18:16.000000000 +0200
@@ -6,19 +6,15 @@
 #
 
 PORTNAME=	vimperator
-PORTVERSION=	1.2
+PORTVERSION=	2.3.1
+DISTVERSIONSUFFIX=	-fx
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_MOZDEV}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	stas@FreeBSD.org
 COMMENT=	Vim look and feel for Firefox
 
 XPI_ID=		vimperator@mozdev.org
-XPI_FILES=	AUTHORS Donators License.txt Makefile Makefile.common \
-		NEWS TODO chrome/vimperator.jar chrome.manifest install.rdf
-XPI_DIRS=	chrome
+XPI_NUM=	4891
 
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/www/xpi-vimperator/distinfo /usr/home/simon/ports/www/xpi-vimperator/distinfo
--- /usr/ports/www/xpi-vimperator/distinfo	2008-09-08 11:23:45.000000000 +0200
+++ /usr/home/simon/ports/www/xpi-vimperator/distinfo	2010-08-02 22:17:03.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (xpi/vimperator_1.2.xpi) = 05cee3422a58c7d43e342974d11c5006
-SHA256 (xpi/vimperator_1.2.xpi) = 7ba374c765b69d417efa78aefd4df88938b33c258271322689fded9988b4f5a5
-SIZE (xpi/vimperator_1.2.xpi) = 249719
+MD5 (xpi/vimperator-2.3.1-fx.xpi) = 6e44567fc0c31b16a78370adfbd61c14
+SHA256 (xpi/vimperator-2.3.1-fx.xpi) = 411e58dc06dcbdcbf6e513d0174008376e5eb6d5367e709abbd44dfc3b7a81d0
+SIZE (xpi/vimperator-2.3.1-fx.xpi) = 572599
diff -ruN --exclude=CVS /usr/ports/www/xpi-vimperator/pkg-descr /usr/home/simon/ports/www/xpi-vimperator/pkg-descr
--- /usr/ports/www/xpi-vimperator/pkg-descr	2007-04-15 09:54:15.000000000 +0200
+++ /usr/home/simon/ports/www/xpi-vimperator/pkg-descr	2010-08-02 22:16:50.000000000 +0200
@@ -3,4 +3,4 @@
 a modal webbrowser, as key bindings differ according to which mode you are in.
 
 Author:	Martin Stubenschrott <stubenschrott@gmx.net>
-WWW:	http://vimperator.mozdev.net/
+WWW:	http://vimperator.org/vimperator
diff -ruN --exclude=CVS /usr/ports/www/xpi-vimperator/pkg-plist /usr/home/simon/ports/www/xpi-vimperator/pkg-plist
--- /usr/ports/www/xpi-vimperator/pkg-plist	1970-01-01 01:00:00.000000000 +0100
+++ /usr/home/simon/ports/www/xpi-vimperator/pkg-plist	2010-08-02 22:21:15.000000000 +0200
@@ -0,0 +1,15 @@
+%%XPI_XPIDIR%%/chrome/vimperator.jar
+%%XPI_XPIDIR%%/components/about-handler.js
+%%XPI_XPIDIR%%/components/commandline-handler.js
+%%XPI_XPIDIR%%/components/protocols.js
+%%XPI_XPIDIR%%/modules/storage.jsm
+%%XPI_XPIDIR%%/AUTHORS
+%%XPI_XPIDIR%%/Donors
+%%XPI_XPIDIR%%/License.txt
+%%XPI_XPIDIR%%/NEWS
+%%XPI_XPIDIR%%/TODO
+%%XPI_XPIDIR%%/chrome.manifest
+%%XPI_XPIDIR%%/install.rdf
+@dirrm %%XPI_XPIDIR%%/chrome
+@dirrm %%XPI_XPIDIR%%/components
+@dirrm %%XPI_XPIDIR%%/modules
--- xpi-vimperator-2.3.1.patch ends here ---

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



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