From owner-freebsd-mono@FreeBSD.ORG Sun Nov 8 10:04:36 2009 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B31D106566C; Sun, 8 Nov 2009 10:04:36 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (unknown [IPv6:2a01:e35:2f7d:58c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id A4C328FC0C; Sun, 8 Nov 2009 10:04:35 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 77E0077DA7; Sun, 8 Nov 2009 11:04:33 +0100 (CET) Date: Sun, 8 Nov 2009 11:04:33 +0100 From: Romain =?iso-8859-1?Q?Tarti=E8re?= To: bug-followup@FreeBSD.org, mono@FreeBSD.org Message-ID: <20091108100433.GA72355@blogreen.org> Mail-Followup-To: bug-followup@FreeBSD.org, mono@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://romain.blogreen.org/pubkey.asc Cc: Subject: Re: ports/138965: [maintainer-update] graphics/f-spot version 0.6.1.1 to 0.6.1.2 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 10:04:36 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 0.6.1.5 is out! Updated diff attached. -- Romain Tartière http://romain.blogreen.org/ pgp: 8DAB A124 0DA4 7024 F82A E748 D8E9 A33F FF56 FF43 (ID: 0xFF56FF43) (plain text =non-HTML= PGP/GPG encrypted/signed e-mail much appreciated) --AhhlLboLdkugWU4S Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="f-spot.diff" diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/Makefile /tmp/f-spot/Makefile --- /var/cache/portshaker/freebsd/graphics/f-spot/Makefile 2009-09-13 14:12:24.000000000 +0200 +++ /tmp/f-spot/Makefile 2009-11-08 11:03:20.702755646 +0100 @@ -6,7 +6,7 @@ # PORTNAME= f-spot -PORTVERSION= 0.6.1.1 +PORTVERSION= 0.6.1.5 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/distinfo /tmp/f-spot/distinfo --- /var/cache/portshaker/freebsd/graphics/f-spot/distinfo 2009-09-13 14:12:24.000000000 +0200 +++ /tmp/f-spot/distinfo 2009-11-08 11:02:44.914369000 +0100 @@ -1,3 +1,3 @@ -MD5 (f-spot-0.6.1.1.tar.bz2) = 06bf6ef59be0be8dd8f5ee2d5c69d172 -SHA256 (f-spot-0.6.1.1.tar.bz2) = bca09c0161056535311f7409082604ceb14eea441887790bed263114c66c8be8 -SIZE (f-spot-0.6.1.1.tar.bz2) = 2814962 +MD5 (f-spot-0.6.1.5.tar.bz2) = 411bac8266a60d9a728218d19dd5e735 +SHA256 (f-spot-0.6.1.5.tar.bz2) = cb538e90b5e8c6e6b24af784c084afa2c1712c7606c6e64d4731d6145596ba46 +SIZE (f-spot-0.6.1.5.tar.bz2) = 2902761 diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/pkg-descr /tmp/f-spot/pkg-descr --- /var/cache/portshaker/freebsd/graphics/f-spot/pkg-descr 2005-05-16 08:41:48.000000000 +0200 +++ /tmp/f-spot/pkg-descr 2009-10-02 10:59:35.751843000 +0200 @@ -3,4 +3,4 @@ advanced sorting of digital images. F-Spot is written in C# using Mono and Gtk#. -WWW: http://www.gnome.org/projects/f-spot/ +WWW: http://f-spot.org diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/pkg-plist /tmp/f-spot/pkg-plist --- /var/cache/portshaker/freebsd/graphics/f-spot/pkg-plist 2009-09-13 14:12:24.000000000 +0200 +++ /tmp/f-spot/pkg-plist 2009-10-02 10:59:35.751843000 +0200 @@ -340,6 +340,7 @@ share/locale/ru/LC_MESSAGES/f-spot.mo share/locale/rw/LC_MESSAGES/f-spot.mo share/locale/sk/LC_MESSAGES/f-spot.mo +share/locale/sl/LC_MESSAGES/f-spot.mo share/locale/sr/LC_MESSAGES/f-spot.mo share/locale/sr@latin/LC_MESSAGES/f-spot.mo share/locale/sv/LC_MESSAGES/f-spot.mo --AhhlLboLdkugWU4S--