Update to the latest 0.6.1.1.
Responsible Changed From-To: freebsd-ports-bugs->mono Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool)
This new patch fix the import script. --- 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-08-09 20:31:17.000000000 +0200 +++ /tmp/f-spot/Makefile 2009-09-02 14:02:44.652253000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= f-spot -PORTVERSION= 0.6.0.0 +PORTVERSION= 0.6.1.1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -37,7 +37,6 @@ post-patch: @${REINPLACE_CMD} 's|#!/bin/bash|#!/usr/bin/env bash|g' \ - ${WRKSRC}/src/f-spot.in \ - ${WRKSRC}/tools/f-spot-import + ${WRKSRC}/src/f-spot.in .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-08-09 20:31:17.000000000 +0200 +++ /tmp/f-spot/distinfo 2009-09-01 02:49:40.840787000 +0200 @@ -1,3 +1,3 @@ -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 +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 diff -ruN /var/cache/portshaker/freebsd/graphics/f-spot/files/patch-tools_f-spot-import /tmp/f-spot/files/patch-tools_f-spot-import --- /var/cache/portshaker/freebsd/graphics/f-spot/files/patch-tools_f-spot-import 1970-01-01 01:00:00.000000000 +0100 +++ /tmp/f-spot/files/patch-tools_f-spot-import 2009-09-02 14:02:44.652253000 +0200 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- tools/f-spot-import.orig ++++ tools/f-spot-import +@@ -1,4 +1,6 @@ +-#!/bin/bash -x ++#!/usr/bin/env bash ++ ++set -x + + udi="$1" + #xmessage $udi 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-08-09 20:31:17.000000000 +0200 +++ /tmp/f-spot/pkg-plist 2009-09-01 02:49:40.840787000 +0200 @@ -30,15 +30,10 @@ lib/f-spot/NDesk.Glitz.dll lib/f-spot/SemWeb.dll lib/f-spot/SmugMugNet.dll -lib/f-spot/Tao.OpenGl.ExtensionLoader.dll -lib/f-spot/Tao.OpenGl.ExtensionLoader.dll.config -lib/f-spot/Tao.OpenGl.Glu.dll -lib/f-spot/Tao.OpenGl.Glu.dll.config -lib/f-spot/Tao.OpenGl.dll -lib/f-spot/Tao.OpenGl.dll.config lib/f-spot/extensions/BeagleService.dll lib/f-spot/extensions/CDExport.dll lib/f-spot/extensions/ChangePhotoPath.dll +lib/f-spot/extensions/CoverTransition.dll lib/f-spot/extensions/DBusService.dll lib/f-spot/extensions/DefaultExporters.addin.xml lib/f-spot/extensions/DevelopInUFRaw.dll @@ -50,6 +45,7 @@ lib/f-spot/extensions/MergeDb.dll lib/f-spot/extensions/PicasaWebExport.dll lib/f-spot/extensions/RawPlusJpeg.dll +lib/f-spot/extensions/ScreensaverConfig.dll lib/f-spot/extensions/SmugMugExport.dll lib/f-spot/extensions/TabbloExport.dll lib/f-spot/extensions/ZipExport.dll @@ -348,6 +344,7 @@ share/locale/sr@latin/LC_MESSAGES/f-spot.mo share/locale/sv/LC_MESSAGES/f-spot.mo share/locale/ta/LC_MESSAGES/f-spot.mo +share/locale/te/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 --- f-spot.diff ends here --- -- Romain Tartière <romain@blogreen.org> 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)
flz 2009-09-13 12:12:24 UTC FreeBSD ports repository Modified files: graphics/f-spot Makefile distinfo pkg-plist Added files: graphics/f-spot/files patch-tools_f-spot-import Log: - Update to 0.6.1.1. - Fix the import script. PR: ports/138432 Submitted by: Romain Tartiere Revision Changes Path 1.36 +2 -3 ports/graphics/f-spot/Makefile 1.13 +3 -3 ports/graphics/f-spot/distinfo 1.1 +13 -0 ports/graphics/f-spot/files/patch-tools_f-spot-import (new) 1.17 +3 -6 ports/graphics/f-spot/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!