ports/137546: [maintainer-update] graphics/f-spot version 0.5.0.3 to 0.6.0.0

Romain Tartiere mono at FreeBSD.org
Sat Aug 8 00:20:02 UTC 2009


>Number:         137546
>Category:       ports
>Synopsis:       [maintainer-update] graphics/f-spot version 0.5.0.3 to 0.6.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 08 00:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 7.2-STABLE FreeBSD 7.2-STABLE #6 r195737M: Fri Jul 17 14:15:17 CEST 2009 root at marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386


	
>Description:
Update to the latest version of F-Spot.

>How-To-Repeat:
	
>Fix:

	



--- f-spot.diff begins here ---
diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/Makefile /tmp/f-spot/Makefile
--- /var/cache/portshaker/freebsd/graphics/f-spot/Makefile	2009-07-31 15:52:07.000000000 +0200
+++ /tmp/f-spot/Makefile	2009-08-08 02:13:39.224577000 +0200
@@ -3,12 +3,10 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD: ports/graphics/f-spot/Makefile,v 1.34 2009/07/31 13:52:07 dinoex Exp $
-#   $Id: Makefile,v 1.45 2007/08/26 05:10:23 killfill Exp $
 #
 
 PORTNAME=	f-spot
-PORTVERSION=	0.5.0.3
-PORTREVISION=	2
+PORTVERSION=	0.6.0.0
 PORTEPOCH=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
@@ -38,16 +36,8 @@
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 post-patch:
-	@${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
-		s|target="libexif.so. at EXIF_SOVERSION@"|target="libexif.so"|g' \
-		${WRKSRC}/src/f-spot.exe.config.in
-	@${REINPLACE_CMD} 's|target="libgphoto2.so.2"|target="libgphoto2.so"|g'\
-	    	${WRKSRC}/libgphoto2-sharp/libgphoto2-sharp.dll.config
 	@${REINPLACE_CMD} 's|#!/bin/bash|#!/usr/bin/env bash|g' \
 		${WRKSRC}/src/f-spot.in \
 		${WRKSRC}/tools/f-spot-import
-	@${REINPLACE_CMD} 's|G_GNUC_FUNCTION|G_STRLOC|g' \
-		${WRKSRC}/libfspot/f-jpeg-utils.c
 
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>
diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/distinfo /tmp/f-spot/distinfo
--- /var/cache/portshaker/freebsd/graphics/f-spot/distinfo	2009-02-09 09:59:56.000000000 +0100
+++ /tmp/f-spot/distinfo	2009-08-08 02:13:39.224577000 +0200
@@ -1,3 +1,3 @@
-MD5 (f-spot-0.5.0.3.tar.bz2) = 52db86f1dc715a3958425aa3d006c900
-SHA256 (f-spot-0.5.0.3.tar.bz2) = 7f0f9229e0b832c2ce5c75fb49247f7227141b49a5bcfb2020d0a01e6972e0bd
-SIZE (f-spot-0.5.0.3.tar.bz2) = 2776582
+MD5 (f-spot-0.6.0.0.tar.bz2) = 9115f9df72c5fc1c82eb46b3af01e67d
+SHA256 (f-spot-0.6.0.0.tar.bz2) = 90801e2f0d62a9b8710e214433dbac8d7b9cb2c8832cf03447cde15324bc6220
+SIZE (f-spot-0.6.0.0.tar.bz2) = 3006475
diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/files/patch-src-MainWindow.cs /tmp/f-spot/files/patch-src-MainWindow.cs
--- /var/cache/portshaker/freebsd/graphics/f-spot/files/patch-src-MainWindow.cs	2009-02-09 09:59:56.000000000 +0100
+++ /tmp/f-spot/files/patch-src-MainWindow.cs	1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
---- src/MainWindow.cs.orig	2008-10-18 07:54:25.000000000 -0300
-+++ src/MainWindow.cs	2008-11-17 18:05:48.000000000 -0300
-@@ -2700,8 +2700,10 @@
- 		
- 		case Preferences.MAIN_WINDOW_WIDTH:
- 		case Preferences.MAIN_WINDOW_HEIGHT:
--			main_window.Resize(Preferences.Get<int> (Preferences.MAIN_WINDOW_WIDTH),
--					   Preferences.Get<int> (Preferences.MAIN_WINDOW_HEIGHT));
-+			if (Preferences.Get<int> (Preferences.MAIN_WINDOW_WIDTH) > 0 &&
-+						  Preferences.Get<int> (Preferences.MAIN_WINDOW_HEIGHT) > 0)
-+				main_window.Resize(Preferences.Get<int> (Preferences.MAIN_WINDOW_WIDTH),
-+						   Preferences.Get<int> (Preferences.MAIN_WINDOW_HEIGHT));
- 
- 			break;
- 		
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-02-09 09:59:56.000000000 +0100
+++ /tmp/f-spot/pkg-plist	2009-08-08 02:13:39.224577000 +0200
@@ -3,12 +3,23 @@
 bin/f-spot-sqlite-upgrade
 lib/f-spot/Cms.dll
 lib/f-spot/Cms.dll.config
+lib/f-spot/Cms.dll.mdb
+lib/f-spot/FSpot.Bling.dll
+lib/f-spot/FSpot.Bling.dll.mdb
 lib/f-spot/FSpot.Core.dll
+lib/f-spot/FSpot.Core.dll.mdb
 lib/f-spot/FSpot.JobScheduler.dll
+lib/f-spot/FSpot.JobScheduler.dll.mdb
+lib/f-spot/FSpot.Platform.dll
+lib/f-spot/FSpot.Platform.dll.mdb
 lib/f-spot/FSpot.Query.dll
+lib/f-spot/FSpot.Query.dll.mdb
 lib/f-spot/FSpot.Utils.dll
 lib/f-spot/FSpot.Utils.dll.config
+lib/f-spot/FSpot.Utils.dll.mdb
 lib/f-spot/FSpot.Widgets.dll
+lib/f-spot/FSpot.Widgets.dll.config
+lib/f-spot/FSpot.Widgets.dll.mdb
 lib/f-spot/FlickrNet.dll
 lib/f-spot/Mono.Addins.Gui.dll
 lib/f-spot/Mono.Addins.Setup.dll
@@ -44,28 +55,25 @@
 lib/f-spot/extensions/ZipExport.dll
 lib/f-spot/f-spot.exe
 lib/f-spot/f-spot.exe.config
+lib/f-spot/f-spot.exe.mdb
 lib/f-spot/f-spot.global.addins
 lib/f-spot/gio-sharp.dll
 lib/f-spot/gio-sharp.dll.config
+lib/f-spot/gkeyfile-sharp.dll
 lib/f-spot/gnome-keyring-sharp.dll
+lib/f-spot/gtk-sharp-beans.dll
+lib/f-spot/gtk-sharp-beans.dll.config
 lib/f-spot/libfspot.a
 lib/f-spot/libfspot.la
 lib/f-spot/libfspot.so
 lib/f-spot/libfspot.so.0
-lib/f-spot/libfspoteog.a
-lib/f-spot/libfspoteog.la
-lib/f-spot/libfspoteog.so
-lib/f-spot/libfspoteog.so.0
 lib/f-spot/libfspotjpegtran.a
 lib/f-spot/libfspotjpegtran.la
 lib/f-spot/libfspotjpegtran.so
 lib/f-spot/libfspotjpegtran.so.0
 lib/f-spot/libgphoto2-sharp.dll
 lib/f-spot/libgphoto2-sharp.dll.config
-lib/gio-sharp-unstable/gio-sharp.dll
-lib/gio-sharp-unstable/gio-sharp.dll.config
 libdata/pkgconfig/f-spot.pc
-libdata/pkgconfig/gio-sharp-unstable.pc
 libexec/gnome-screensaver/f-spot-screensaver
 share/applications/f-spot-import.desktop
 share/applications/f-spot-view.desktop
@@ -146,6 +154,7 @@
 %%DATADIR%%/icons/hicolor/24x24/places/film-roll.png
 %%DATADIR%%/icons/hicolor/24x24/status/mode-browse.png
 %%DATADIR%%/icons/hicolor/24x24/status/mode-image-edit.png
+%%DATADIR%%/icons/hicolor/256x256/apps/f-spot.png
 %%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
 %%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
 %%DATADIR%%/icons/hicolor/32x32/actions/view-fullscreen.png
@@ -162,7 +171,6 @@
 %%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
 %%DATADIR%%/icons/hicolor/scalable/actions/view-fullscreen.svg
 %%DATADIR%%/icons/hicolor/scalable/actions/view-restore.svg
-%%DATADIR%%/icons/hicolor/scalable/apps/f-spot.svg
 %%DATADIR%%/icons/hicolor/scalable/emblems/emblem-event.svg
 %%DATADIR%%/icons/hicolor/scalable/emblems/emblem-places.svg
 %%DATADIR%%/icons/hicolor/scalable/status/mode-browse.svg
@@ -177,6 +185,17 @@
 share/gnome/help/f-spot/C/figures/f-spot-slideshow.png
 share/gnome/help/f-spot/C/figures/f-spot-soft-focus.png
 share/gnome/help/f-spot/C/figures/f-spot-straighten.png
+share/gnome/help/f-spot/cs/f-spot.xml
+share/gnome/help/f-spot/cs/figures/f-spot-adjust-colors.png
+share/gnome/help/f-spot/cs/figures/f-spot-autocolor.png
+share/gnome/help/f-spot/cs/figures/f-spot-crop.png
+share/gnome/help/f-spot/cs/figures/f-spot-desaturate.png
+share/gnome/help/f-spot/cs/figures/f-spot-fullscreen.png
+share/gnome/help/f-spot/cs/figures/f-spot-red-eye.png
+share/gnome/help/f-spot/cs/figures/f-spot-sepia.png
+share/gnome/help/f-spot/cs/figures/f-spot-slideshow.png
+share/gnome/help/f-spot/cs/figures/f-spot-soft-focus.png
+share/gnome/help/f-spot/cs/figures/f-spot-straighten.png
 share/gnome/help/f-spot/da/f-spot.xml
 share/gnome/help/f-spot/da/figures/f-spot-adjust-colors.png
 share/gnome/help/f-spot/da/figures/f-spot-autocolor.png
@@ -188,6 +207,17 @@
 share/gnome/help/f-spot/da/figures/f-spot-slideshow.png
 share/gnome/help/f-spot/da/figures/f-spot-soft-focus.png
 share/gnome/help/f-spot/da/figures/f-spot-straighten.png
+share/gnome/help/f-spot/de/f-spot.xml
+share/gnome/help/f-spot/de/figures/f-spot-adjust-colors.png
+share/gnome/help/f-spot/de/figures/f-spot-autocolor.png
+share/gnome/help/f-spot/de/figures/f-spot-crop.png
+share/gnome/help/f-spot/de/figures/f-spot-desaturate.png
+share/gnome/help/f-spot/de/figures/f-spot-fullscreen.png
+share/gnome/help/f-spot/de/figures/f-spot-red-eye.png
+share/gnome/help/f-spot/de/figures/f-spot-sepia.png
+share/gnome/help/f-spot/de/figures/f-spot-slideshow.png
+share/gnome/help/f-spot/de/figures/f-spot-soft-focus.png
+share/gnome/help/f-spot/de/figures/f-spot-straighten.png
 share/gnome/help/f-spot/es/f-spot.xml
 share/gnome/help/f-spot/es/figures/f-spot-adjust-colors.png
 share/gnome/help/f-spot/es/figures/f-spot-autocolor.png
@@ -268,9 +298,11 @@
 share/icons/hicolor/16x16/apps/f-spot.png
 share/icons/hicolor/22x22/apps/f-spot.png
 share/icons/hicolor/24x24/apps/f-spot.png
+share/icons/hicolor/256x256/apps/f-spot.png
 share/icons/hicolor/32x32/apps/f-spot.png
-share/icons/hicolor/scalable/apps/f-spot.svg
+share/icons/hicolor/48x48/apps/f-spot.png
 share/locale/ar/LC_MESSAGES/f-spot.mo
+share/locale/as/LC_MESSAGES/f-spot.mo
 share/locale/be at latin/LC_MESSAGES/f-spot.mo
 share/locale/bg/LC_MESSAGES/f-spot.mo
 share/locale/ca/LC_MESSAGES/f-spot.mo
@@ -288,19 +320,23 @@
 share/locale/fi/LC_MESSAGES/f-spot.mo
 share/locale/fr/LC_MESSAGES/f-spot.mo
 share/locale/gl/LC_MESSAGES/f-spot.mo
+share/locale/gu/LC_MESSAGES/f-spot.mo
 share/locale/he/LC_MESSAGES/f-spot.mo
 share/locale/hi/LC_MESSAGES/f-spot.mo
 share/locale/hu/LC_MESSAGES/f-spot.mo
 share/locale/it/LC_MESSAGES/f-spot.mo
 share/locale/ja/LC_MESSAGES/f-spot.mo
 share/locale/ka/LC_MESSAGES/f-spot.mo
+share/locale/kn/LC_MESSAGES/f-spot.mo
 share/locale/ko/LC_MESSAGES/f-spot.mo
 share/locale/lt/LC_MESSAGES/f-spot.mo
 share/locale/lv/LC_MESSAGES/f-spot.mo
 share/locale/mk/LC_MESSAGES/f-spot.mo
+share/locale/mr/LC_MESSAGES/f-spot.mo
 share/locale/nb/LC_MESSAGES/f-spot.mo
 share/locale/nl/LC_MESSAGES/f-spot.mo
 share/locale/oc/LC_MESSAGES/f-spot.mo
+share/locale/or/LC_MESSAGES/f-spot.mo
 share/locale/pa/LC_MESSAGES/f-spot.mo
 share/locale/pl/LC_MESSAGES/f-spot.mo
 share/locale/pt/LC_MESSAGES/f-spot.mo
@@ -311,6 +347,7 @@
 share/locale/sr/LC_MESSAGES/f-spot.mo
 share/locale/sr at latin/LC_MESSAGES/f-spot.mo
 share/locale/sv/LC_MESSAGES/f-spot.mo
+share/locale/ta/LC_MESSAGES/f-spot.mo
 share/locale/th/LC_MESSAGES/f-spot.mo
 share/locale/uk/LC_MESSAGES/f-spot.mo
 share/locale/vi/LC_MESSAGES/f-spot.mo
@@ -318,7 +355,9 @@
 share/locale/zh_HK/LC_MESSAGES/f-spot.mo
 share/locale/zh_TW/LC_MESSAGES/f-spot.mo
 share/omf/f-spot/f-spot-C.omf
+share/omf/f-spot/f-spot-cs.omf
 share/omf/f-spot/f-spot-da.omf
+share/omf/f-spot/f-spot-de.omf
 share/omf/f-spot/f-spot-es.omf
 share/omf/f-spot/f-spot-fr.omf
 share/omf/f-spot/f-spot-it.omf
@@ -341,14 +380,17 @@
 @dirrm share/gnome/help/f-spot/fr
 @dirrm share/gnome/help/f-spot/es/figures
 @dirrm share/gnome/help/f-spot/es
+ at dirrm share/gnome/help/f-spot/de/figures
+ at dirrm share/gnome/help/f-spot/de
 @dirrm share/gnome/help/f-spot/da/figures
 @dirrm share/gnome/help/f-spot/da
+ at dirrm share/gnome/help/f-spot/cs/figures
+ at dirrm share/gnome/help/f-spot/cs
 @dirrm share/gnome/help/f-spot/C/figures
 @dirrm share/gnome/help/f-spot/C
 @dirrm share/gnome/help/f-spot
 @dirrm %%DATADIR%%/icons/hicolor/scalable/status
 @dirrm %%DATADIR%%/icons/hicolor/scalable/emblems
- at dirrm %%DATADIR%%/icons/hicolor/scalable/apps
 @dirrm %%DATADIR%%/icons/hicolor/scalable/actions
 @dirrm %%DATADIR%%/icons/hicolor/scalable
 @dirrm %%DATADIR%%/icons/hicolor/32x32/status
@@ -357,6 +399,8 @@
 @dirrm %%DATADIR%%/icons/hicolor/32x32/apps
 @dirrm %%DATADIR%%/icons/hicolor/32x32/actions
 @dirrm %%DATADIR%%/icons/hicolor/32x32
+ at dirrm %%DATADIR%%/icons/hicolor/256x256/apps
+ at dirrm %%DATADIR%%/icons/hicolor/256x256
 @dirrm %%DATADIR%%/icons/hicolor/24x24/status
 @dirrm %%DATADIR%%/icons/hicolor/24x24/places
 @dirrm %%DATADIR%%/icons/hicolor/24x24/emblems
@@ -381,8 +425,9 @@
 @dirrm %%DATADIR%%/icons/hicolor
 @dirrm %%DATADIR%%/icons
 @dirrm %%DATADIR%%
+ at dirrmtry share/icons/hicolor/256x256/apps
+ at dirrmtry share/icons/hicolor/256x256
 @dirrmtry share/applications/screensavers
 @dirrmtry libexec/gnome-screensaver
- at dirrm lib/gio-sharp-unstable
 @dirrm lib/f-spot/extensions
 @dirrm lib/f-spot
--- f-spot.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list