ports/108780: ports/f-spot: update to 0.3.2 [patch]

Thomas Quinot thomas at cuivre.fr.eu.org
Mon Feb 5 00:40:16 UTC 2007


>Number:         108780
>Category:       ports
>Synopsis:       ports/f-spot: update to 0.3.2 [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 05 00:40:14 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Quinot
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD melamine.cuivre.fr.eu.org 6.1-RC FreeBSD 6.1-RC #0: Thu May 4 13:21:21 CEST 2006 thomas at melamine.cuivre.fr.eu.org:/space/build/obj/space/build/src/RELENG_6/sys/MELAMINE i386


	
>Description:
	The attached patch updates the F-Spot port to the latest stable
	release, 0.3.2.
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /space/mirror/pcvs/ports/graphics/f-spot/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	8 Oct 2006 16:48:06 -0000	1.19
+++ Makefile	4 Feb 2007 22:42:41 -0000
@@ -7,12 +7,11 @@
 #
 
 PORTNAME=	f-spot
-PORTVERSION=	0.2.1
-PORTREVISION=	1
+PORTVERSION=	0.3.2
 PORTEPOCH=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.2
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.3
 
 MAINTAINER=	bsd-sharp-list at forge.novell.com
 COMMENT=	Personal photo management to the GNOME desktop
Index: distinfo
===================================================================
RCS file: /space/mirror/pcvs/ports/graphics/f-spot/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	7 Oct 2006 18:05:59 -0000	1.7
+++ distinfo	4 Feb 2007 22:43:51 -0000
@@ -1,3 +1,3 @@
-MD5 (f-spot-0.2.1.tar.bz2) = 75e9823a1cb32ebba43c533556d12bdb
-SHA256 (f-spot-0.2.1.tar.bz2) = e7ae11735d006a648c08aab300ed853c7426ac6bb6ce383ddf4ac3d3340e24e4
-SIZE (f-spot-0.2.1.tar.bz2) = 996972
+MD5 (f-spot-0.3.2.tar.bz2) = 1084f359ee7de5a4d24ed37a72b1342a
+SHA256 (f-spot-0.3.2.tar.bz2) = a1ffa2d3c97cc0727902021e44f8476d90d503cc2376f39b2e6a132e9aee78a4
+SIZE (f-spot-0.3.2.tar.bz2) = 1709277
Index: files/patch-src_f-spot.in
===================================================================
RCS file: /space/mirror/pcvs/ports/graphics/f-spot/files/patch-src_f-spot.in,v
retrieving revision 1.2
diff -u -r1.2 patch-src_f-spot.in
--- files/patch-src_f-spot.in	7 Oct 2006 18:05:59 -0000	1.2
+++ files/patch-src_f-spot.in	4 Feb 2007 23:33:23 -0000
@@ -1,14 +1,46 @@
---- src/f-spot.in.orig	Thu Sep  7 17:56:20 2006
-+++ src/f-spot.in	Mon Oct  2 22:35:40 2006
+--- src/f-spot.in.orig	Wed Jan 17 02:12:29 2007
++++ src/f-spot.in	Sun Feb  4 23:59:15 2007
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  
  prefix=@prefix@
  exec_prefix=@exec_prefix@
-@@ -24,4 +24,4 @@
- 	echo "*** Running F-Spot in Debug Mode ***"
- esac
+@@ -16,22 +16,15 @@
+ [ -n "$FSPOT_PROFILE" ] && FSPOT_PROFILE="--profile=$FSPOT_PROFILE"
+ 
+ for arg in $*; do
+-    case "x--debug" in ("x$arg")
+-        FSPOT_DEBUG=$arg
+-    esac
+-
+-    case "x--trace=" in ("x${arg:0:8}")
+-        FSPOT_TRACE=$arg
+-    esac
+-
+-    case "x--profile=" in ("x${arg:0:10}")
+-        FSPOT_PROFILE=$arg
+-    esac
+-
+-    case "x--uninstalled" in ("x$arg")
+-        echo "*** Running uninstalled f-spot ***"
+-        EXE_TO_RUN="./f-spot.exe"
+-        export MONO_PATH=../Tao/Tao.OpenGl:../Tao/Tao.OpenGl.Glu:../Tao/Tao.OpenGl.ExtensionLoader:../dbus-sharp:../dbus-sharp-glib:../google-sharp:../gnome-keyring-sharp:../FlickrNet:../SmugMugNet:../libgphoto2-sharp:../semweb:../glitz-sharp/src/:$MONO_PATH
++    case "$arg" in
++        --debug)     FSPOT_DEBUG=$arg ;;
++        --trace=*)   FSPOT_TRACE=$arg ;;
++        --profile=*) FSPOT_PROFILE=$arg ;;
++        --uninstalled)
++            echo "*** Running uninstalled f-spot ***"
++            EXE_TO_RUN="./f-spot.exe"
++            export MONO_PATH=../Tao/Tao.OpenGl:../Tao/Tao.OpenGl.Glu:../Tao/Tao.OpenGl.ExtensionLoader:../dbus-sharp:../dbus-sharp-glib:../google-sharp:../gnome-keyring-sharp:../FlickrNet:../SmugMugNet:../libgphoto2-sharp:../semweb:../glitz-sharp/src/:$MONO_PATH
++            ;;
+     esac
+ done
+ 
+@@ -44,4 +37,4 @@
+     echo "** Running Mono with $MONO_OPTIONS **"
+ fi
  
 -exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
 +exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list