From owner-svn-ports-head@FreeBSD.ORG Thu Nov 15 10:22:25 2012 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3149517; Thu, 15 Nov 2012 10:22:25 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 20B868FC16; Thu, 15 Nov 2012 10:22:24 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id qAFAMLJD071285; Thu, 15 Nov 2012 11:22:22 +0100 (CET) (envelope-from ehaupt@critical.ch) Date: Thu, 15 Nov 2012 11:22:21 +0100 From: Emanuel Haupt To: Florian Smeets Subject: Re: svn commit: r307446 - head/www/xpi-colorfultabs Message-Id: <20121115112221.ba4ce4e361a4fe5f627f0199@critical.ch> In-Reply-To: <201211151016.qAFAGgQj064519@svn.freebsd.org> References: <201211151016.qAFAGgQj064519@svn.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org 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: Thu, 15 Nov 2012 10:22:25 -0000 Florian Smeets wrote: > Author: flo > Date: Thu Nov 15 10:16:41 2012 > New Revision: 307446 > URL: http://svnweb.freebsd.org/changeset/ports/307446 > > Log: > Update to 16.4 > > Feature safe: yes > > Modified: > head/www/xpi-colorfultabs/Makefile (contents, props changed) > head/www/xpi-colorfultabs/distinfo (contents, props changed) > head/www/xpi-colorfultabs/pkg-plist (contents, props changed) > > Modified: head/www/xpi-colorfultabs/Makefile > ============================================================================== > --- head/www/xpi-colorfultabs/Makefile Thu Nov 15 10:01:42 > 2012 (r307445) +++ head/www/xpi-colorfultabs/Makefile > Thu Nov 15 10:16:41 2012 (r307446) @@ -1,12 +1,8 @@ > -# New ports collection makefile for: xpi-colorfultabs > -# Date created: 29 March 2006 > -# Whom: Andrew Pantyukhin > -# > +# Created by: Andrew Pantyukhin > # $FreeBSD$ > -# > > PORTNAME= colorfultabs > -PORTVERSION= 11.2 > +PORTVERSION= 16.4 > DISTVERSIONSUFFIX= -fx+sm > PORTEPOCH= 1 > CATEGORIES= www > > Modified: head/www/xpi-colorfultabs/distinfo > ============================================================================== > --- head/www/xpi-colorfultabs/distinfo Thu Nov 15 10:01:42 > 2012 (r307445) +++ head/www/xpi-colorfultabs/distinfo > Thu Nov 15 10:16:41 2012 (r307446) @@ -1,2 +1,2 @@ > -SHA256 (xpi/colorfultabs-11.2-fx+sm.xpi) = > a1d6c886fd28b7f1320919a2f65c498ceac1c0e19ebebb19c3796d36235c9975 > -SIZE (xpi/colorfultabs-11.2-fx+sm.xpi) = 84405 +SHA256 > (xpi/colorfultabs-16.4-fx+sm.xpi) = > 0361a4d81a211ea57413df4ed1bb915df316dd2e752320fb82ca04d289ae83be > +SIZE (xpi/colorfultabs-16.4-fx+sm.xpi) = 86475 > > Modified: head/www/xpi-colorfultabs/pkg-plist > ============================================================================== > --- head/www/xpi-colorfultabs/pkg-plist Thu Nov 15 10:01:42 > 2012 (r307445) +++ head/www/xpi-colorfultabs/pkg-plist > Thu Nov 15 10:16:41 2012 (r307446) @@ -1,3 +1,5 @@ > +%%XPI_XPIDIR%%/chrome/.DS_Store > +%%XPI_XPIDIR%%/chrome/content/.DS_Store These two files are probably not needed. Emanuel > %%XPI_XPIDIR%%/chrome/content/bak.png > %%XPI_XPIDIR%%/chrome/content/bkg.png > %%XPI_XPIDIR%%/chrome/content/border.png > @@ -16,6 +18,7 @@ > %%XPI_XPIDIR%%/chrome/skin/clrtabs-seamonkey.css > %%XPI_XPIDIR%%/chrome/skin/clrtabs.css > %%XPI_XPIDIR%%/chrome/skin/options.css > +%%XPI_XPIDIR%%/chrome/skin/prefs.css > %%XPI_XPIDIR%%/chrome/skin/seamonkey-bg.png > %%XPI_XPIDIR%%/chrome/skin/seamonkey.png > %%XPI_XPIDIR%%/chrome/skin/tab-border-image-pinned-hover6.png >