From owner-freebsd-gecko@FreeBSD.ORG Fri Sep 9 12:54:56 2011 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194101065673 for ; Fri, 9 Sep 2011 12:54:56 +0000 (UTC) (envelope-from g.olgeni@colby.it) Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id 92ACF8FC12 for ; Fri, 9 Sep 2011 12:54:55 +0000 (UTC) Received: from server.colby.local (localhost [127.0.0.1]) by server.colby.local (8.14.4/8.14.4) with ESMTP id p89CFQ6t002935; Fri, 9 Sep 2011 14:15:26 +0200 (CEST) (envelope-from g.olgeni@colby.it) Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by server.colby.local; 9 Sep 2011 14:15:26 +0200 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 9 Sep 2011 14:15:26 +0200 Received: from backoffice.colby.local (localhost [127.0.0.1]) by backoffice.colby.local (8.14.4/8.14.4) with ESMTP id p89CFQvT060323; Fri, 9 Sep 2011 14:15:26 +0200 (CEST) (envelope-from olgeni@backoffice.colby.local) Received: (from olgeni@localhost) by backoffice.colby.local (8.14.4/8.14.4/Submit) id p89CFQnl060322; Fri, 9 Sep 2011 14:15:26 +0200 (CEST) (envelope-from olgeni) Date: Fri, 9 Sep 2011 14:15:26 +0200 (CEST) Message-Id: <201109091215.p89CFQnl060322@backoffice.colby.local> To: FreeBSD-gnats-submit@FreeBSD.org From: Jimmy Olgeni X-send-pr-version: 3.113 X-GNATS-Notify: X-OriginalArrivalTime: 09 Sep 2011 12:15:26.0540 (UTC) FILETIME=[285BA8C0:01CC6EEA] Cc: gecko@FreeBSD.org Subject: [PATCH] www/seamonkey2: pkg-descr fix X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 12:54:56 -0000 >Submitter-Id: current-users >Originator: Jimmy Olgeni >Organization: >Confidential: no >Synopsis: [PATCH] www/seamonkey2: pkg-descr fix >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Sun May 15 20:37:17 CEST 2011 >Description: A small fix for pkg-descr in seamonkey2: it is not actually the "current" version (which is www/seamonkey). Port maintainer (gecko@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- seamonkey-2.0.14_1.patch begins here --- Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/www/seamonkey2/pkg-descr,v retrieving revision 1.29 diff -u -u -r1.29 pkg-descr --- pkg-descr 14 Dec 2009 12:12:24 -0000 1.29 +++ pkg-descr 9 Sep 2011 12:13:51 -0000 @@ -1,4 +1,4 @@ -This is the current release of the Seamonkey open source web browser. It should +This is the 2.0.x release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. --- seamonkey-2.0.14_1.patch ends here ---