Date: Wed, 9 Feb 2011 10:20:09 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/154610: [UPDATE] graphics/gimp-focusblur-plugin: update to 3.2.6 [feature safe] Message-ID: <201102091020.p19AK9Ba093819@red.freebsd.org> Resent-Message-ID: <201102091030.p19AUAZl041774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154610 >Category: ports >Synopsis: [UPDATE] graphics/gimp-focusblur-plugin: update to 3.2.6 [feature safe] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 09 10:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.2-PRERELEASE >Organization: >Environment: 8.2-PRERELEASE i386 tested with gimp 2.6.11 >Description: - update to 3.2.6 - update MASTER_SITES - add LICENSE - remove now not existing --disable-rpath from CONFIGURE_ARGS - update WWW in pkg-descr >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa gimp-focusblur-plugin.orig/Makefile gimp-focusblur-plugin/Makefile --- gimp-focusblur-plugin.orig/Makefile 2010-08-23 03:20:16.000000000 +0400 +++ gimp-focusblur-plugin/Makefile 2011-02-09 12:40:59.000000000 +0300 @@ -6,19 +6,20 @@ # PORTNAME= focusblur -PORTVERSION= 3.2.4 -PORTREVISION= 4 +PORTVERSION= 3.2.6 CATEGORIES= graphics -MASTER_SITES= http://sudakyo.hp.infoseek.co.jp/gimp/fblur/ \ - http://www.dindin.ru/download/ +MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp realistic focus blur plugin -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ + gimp-2.0:${PORTSDIR}/graphics/gimp-app + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_BZIP2= yes @@ -31,7 +32,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --disable-rpath .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff -ruNa gimp-focusblur-plugin.orig/distinfo gimp-focusblur-plugin/distinfo --- gimp-focusblur-plugin.orig/distinfo 2009-06-05 06:26:52.000000000 +0400 +++ gimp-focusblur-plugin/distinfo 2011-02-09 12:03:05.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (focusblur-3.2.4.tar.bz2) = a99cb16d7bcdd0f462d663a4edb13c18 -SHA256 (focusblur-3.2.4.tar.bz2) = d215982f61b19e60bac095af18dfd37392c7487a560976d7d7602e79f1787c13 -SIZE (focusblur-3.2.4.tar.bz2) = 182145 +SHA256 (focusblur-3.2.6.tar.bz2) = 30e85e9c2974e7678f155c645616dd7a75cb2782184e7c67d9c79e0f191c0ebf +SIZE (focusblur-3.2.6.tar.bz2) = 164106 diff -ruNa gimp-focusblur-plugin.orig/files/patch-pixmaps-Makefile.in gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in --- gimp-focusblur-plugin.orig/files/patch-pixmaps-Makefile.in 2009-06-05 06:26:52.000000000 +0400 +++ gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,19 +0,0 @@ ---- pixmaps/Makefile.in.orig 2008-10-18 18:50:12.000000000 +0400 -+++ pixmaps/Makefile.in 2009-06-03 20:31:46.000000000 +0400 -@@ -350,11 +350,12 @@ - { echo -e '#include <gdk-pixbuf/gdk-pixdata.h>\n' ; \ - $(GDK_PIXBUF_CSOURCE) --struct --rle --build-list \ - $$(for i in $(icons) ; do \ -- name=$${i%%.*} ; \ -- name=$${name//-/_} ; \ -- echo $$name $$i ; \ -+ echo $$i | sed -e 's/\..*//g' \ -+ -e 's/-/_/g' | tr '\n' ' '; \ -+ echo $$i ; \ - done) | \ -- sed -e '/pixel_data:/a(guint8 *)' ; \ -+ sed -e '/pixel_data:/a\ -+(guint8 *)' ; \ - } > $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff -ruNa gimp-focusblur-plugin.orig/files/patch-pixmaps_Makefile.in gimp-focusblur-plugin/files/patch-pixmaps_Makefile.in --- gimp-focusblur-plugin.orig/files/patch-pixmaps_Makefile.in 1970-01-01 03:00:00.000000000 +0300 +++ gimp-focusblur-plugin/files/patch-pixmaps_Makefile.in 2011-02-09 12:14:42.000000000 +0300 @@ -0,0 +1,12 @@ +--- pixmaps/Makefile.in.orig 2010-06-22 06:24:15.000000000 +0400 ++++ pixmaps/Makefile.in 2011-02-09 12:13:59.000000000 +0300 +@@ -365,7 +365,8 @@ + echo $$i | sed -e 's;\..*;;' -e 's;-;_;g' ; \ + echo -n $$i" " ; \ + done) | \ +- sed -e '/pixel_data:/a(guint8 *)' ; \ ++ sed -e '/pixel_data:/a\ ++ (guint8 *)' ; \ + } > $@ + + # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -ruNa gimp-focusblur-plugin.orig/pkg-descr gimp-focusblur-plugin/pkg-descr --- gimp-focusblur-plugin.orig/pkg-descr 2009-06-05 06:26:52.000000000 +0400 +++ gimp-focusblur-plugin/pkg-descr 2011-02-09 12:05:49.000000000 +0300 @@ -2,4 +2,4 @@ sight or lenses. It can be used with depth map, depth fakes and shining effect. Also it works as a simple and applicable blur. -WWW: http://sudakyo.hp.infoseek.co.jp/gimp/fblur/focusblur_e.html +WWW: http://registry.gimp.org/node/1444 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102091020.p19AK9Ba093819>