diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-26 11:01:54 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-26 11:01:54 +0000 |
commit | b9d3b1a18610e181ed868521ac381fd7029a0fa7 (patch) | |
tree | 08fd476b3c8bf5ad23a3a05351871c9c57bfbb43 /graphics/gimp-app | |
parent | 58f6c7bbcae3999d6ad94ba0ed9016e56e5fc9f6 (diff) | |
download | ports-b9d3b1a18610e181ed868521ac381fd7029a0fa7.tar.gz ports-b9d3b1a18610e181ed868521ac381fd7029a0fa7.zip |
Notes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-app/distinfo | 6 | ||||
-rw-r--r-- | graphics/gimp-app/files/patch-plug-ins.c | 19 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 3 |
4 files changed, 7 insertions, 24 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 06cf9d3ec649..92f3d8971b9f 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/graphics/gimp-app/Makefile,v 1.12 2007/03/30 18:22:45 ahze Exp $ PORTNAME= gimp-app -PORTVERSION= 2.2.13 -PORTREVISION= 2 +PORTVERSION= 2.2.14 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo index b3e8ef4f1352..a435be5f7672 100644 --- a/graphics/gimp-app/distinfo +++ b/graphics/gimp-app/distinfo @@ -1,3 +1,3 @@ -MD5 (gimp-2.2.13.tar.bz2) = d84a4a476a0c4fae24602db67f6fe49a -SHA256 (gimp-2.2.13.tar.bz2) = d0273a3133461f5531bfa17ee24419abfe1f21121b03ef99195a2371a79b2ed7 -SIZE (gimp-2.2.13.tar.bz2) = 12930670 +MD5 (gimp-2.2.14.tar.bz2) = 2f47dd66d714a970356e275dd1d3caac +SHA256 (gimp-2.2.14.tar.bz2) = f672f123118b7b52dfce5833ba26512463295e29d542f32d629ba39870112b4f +SIZE (gimp-2.2.14.tar.bz2) = 12836732 diff --git a/graphics/gimp-app/files/patch-plug-ins.c b/graphics/gimp-app/files/patch-plug-ins.c deleted file mode 100644 index f7650f0e0529..000000000000 --- a/graphics/gimp-app/files/patch-plug-ins.c +++ /dev/null @@ -1,19 +0,0 @@ ---- app/plug-in/plug-ins.c.orig Wed Nov 17 15:51:50 2004 -+++ app/plug-in/plug-ins.c Sun Oct 22 18:58:36 2006 -@@ -317,6 +317,8 @@ - - if (! gimp->no_interface) - { -+ gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN); -+ - gimp->load_procs = g_slist_sort_with_data (gimp->load_procs, - plug_ins_file_proc_compare, - gimp); -@@ -324,7 +326,6 @@ - plug_ins_file_proc_compare, - gimp); - -- gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN); - } - - /* build list of automatically started extensions */ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 1e39921e1c59..5b860ff7d176 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -533,6 +533,7 @@ share/doc/gimp/libgimpcolor/libgimpcolor-GimpColorSpace.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpHSV.html share/doc/gimp/libgimpcolor/libgimpcolor-GimpRGB.html share/doc/gimp/libgimpcolor/libgimpcolor.devhelp +share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2 share/doc/gimp/libgimpcolor/libgimpcolor.html share/doc/gimp/libgimpcolor/right.png share/doc/gimp/libgimpcolor/up.png @@ -546,6 +547,7 @@ share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html share/doc/gimp/libgimpmath/libgimpmath-GimpMatrix.html share/doc/gimp/libgimpmath/libgimpmath-GimpVector.html share/doc/gimp/libgimpmath/libgimpmath.devhelp +share/doc/gimp/libgimpmath/libgimpmath.devhelp2 share/doc/gimp/libgimpmath/libgimpmath.html share/doc/gimp/libgimpmath/right.png share/doc/gimp/libgimpmath/up.png @@ -557,6 +559,7 @@ share/doc/gimp/libgimpmodule/index.sgml share/doc/gimp/libgimpmodule/left.png share/doc/gimp/libgimpmodule/style.css share/doc/gimp/libgimpmodule/libgimpmodule.devhelp +share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2 share/doc/gimp/libgimpmodule/libgimpmodule.html share/doc/gimp/libgimpmodule/right.png share/doc/gimp/libgimpmodule/up.png |