From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 19 13:30:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E38216A435 for ; Fri, 19 May 2006 13:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24EA343D49 for ; Fri, 19 May 2006 13:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4JDUJVl071225 for ; Fri, 19 May 2006 13:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4JDUIYu071222; Fri, 19 May 2006 13:30:18 GMT (envelope-from gnats) Resent-Date: Fri, 19 May 2006 13:30:18 GMT Resent-Message-Id: <200605191330.k4JDUIYu071222@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Olofsson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7000A16A45B for ; Fri, 19 May 2006 13:27:37 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF88443D48 for ; Fri, 19 May 2006 13:27:36 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 9B03F168DF2 for ; Fri, 19 May 2006 15:27:35 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 8D5B9279DCF for ; Fri, 19 May 2006 15:27:35 +0200 (CEST) Received: from gul.lan.gath3n.de (dslb-084-060-155-173.pools.arcor-ip.net [84.60.155.173]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 6C8A21EB34B for ; Fri, 19 May 2006 15:27:35 +0200 (CEST) Received: by gul.lan.gath3n.de (Postfix, from userid 1001) id 249805C9C; Fri, 19 May 2006 15:27:35 +0200 (CEST) Message-Id: <20060519132735.249805C9C@gul.lan.gath3n.de> Date: Fri, 19 May 2006 15:27:35 +0200 (CEST) From: Simon Olofsson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97495: [PATCH] www/xpi-preferential: some small changes, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:30:20 -0000 >Number: 97495 >Category: ports >Synopsis: [PATCH] www/xpi-preferential: some small changes, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 19 13:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #23: Sat May 6 13:07:44 CEST >Description: - Changed Comment, replaced Portname with Variable and added Author - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xpi-preferential-0.8.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/xpi-preferential/Makefile /usr/home/simon/src/ports/www/xpi-preferential/Makefile --- /usr/ports/www/xpi-preferential/Makefile Fri May 19 15:21:05 2006 +++ /usr/home/simon/src/ports/www/xpi-preferential/Makefile Fri May 19 15:02:57 2006 @@ -9,11 +9,11 @@ PORTVERSION= 0.8.1 DISTVERSIONSUFFIX= -fx+mz+tb CATEGORIES= www -MASTER_SITE_SUBDIR= extensions/preferential_new_guid_ -DISTNAME= preferential_new_guid_-${PORTVERSION}${DISTVERSIONSUFFIX} +MASTER_SITE_SUBDIR= extensions/${PORTNAME}_new_guid_ +DISTNAME= ${PORTNAME}_new_guid_-${PORTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= GUI interface to view & edit all Firefox prefs +MAINTAINER= simon@olofsson.de +COMMENT= Advanced preferences manager for Mozilla-based products XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e} XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest diff -ruN --exclude=CVS /usr/ports/www/xpi-preferential/pkg-descr /usr/home/simon/src/ports/www/xpi-preferential/pkg-descr --- /usr/ports/www/xpi-preferential/pkg-descr Fri May 19 15:21:05 2006 +++ /usr/home/simon/src/ports/www/xpi-preferential/pkg-descr Fri May 19 14:52:15 2006 @@ -5,4 +5,5 @@ GUI to use when browsing and modifying preferences set within that product. +Author: Stephen Bounds WWW: http://preferential.mozdev.org/ --- xpi-preferential-0.8.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: