summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
commit3680f27ebff58ece429c4e032f9ad84fb1372114 (patch)
tree6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /graphics/gimp
parent- Upgrade 1.2000. (diff)
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
Notes
Notes: svn path=/head/; revision=264837
Diffstat (limited to '')
-rw-r--r--graphics/gimp-app/Makefile6
-rw-r--r--graphics/gimp-app/distinfo6
-rw-r--r--graphics/gimp-app/pkg-plist2
-rw-r--r--graphics/gimp/Makefile4
4 files changed, 10 insertions, 8 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 85a7e7affbdb..03dd02b29b47 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,11 +3,11 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp-app/Makefile,v 1.48 2009/09/23 15:44:49 kwm Exp $
+# $MCom: ports/graphics/gimp-app/Makefile,v 1.53 2010/10/08 08:29:33 kwm Exp $
#
PORTNAME= gimp-app
-DISTVERSION= 2.6.10
+DISTVERSION= 2.6.11
PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
@@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --disable-mp
.endif
.if defined(WITH_POPPLER)
-LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk
+LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk
PLIST_SUB+= POPPLER=""
.else
CONFIGURE_ARGS+= --without-poppler
diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo
index f52b3ff05b73..f7fe1e379436 100644
--- a/graphics/gimp-app/distinfo
+++ b/graphics/gimp-app/distinfo
@@ -1,3 +1,3 @@
-MD5 (gimp-2.6.10.tar.bz2) = b92710ad9f1b52fec98554d765473819
-SHA256 (gimp-2.6.10.tar.bz2) = ef7a3fe73b352d8afeda9a5358431ea64a1d4cf3ebab588167f6335cdb52e032
-SIZE (gimp-2.6.10.tar.bz2) = 16445326
+MD5 (gimp-2.6.11.tar.bz2) = bb2939fe13e54fc7255cef5d097bb5dd
+SHA256 (gimp-2.6.11.tar.bz2) = 9b6d08d0803b3912ea596d1b77b9c21ee13778c23388a225c004b8c1587cb0a1
+SIZE (gimp-2.6.11.tar.bz2) = 16473561
diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist
index d73be4be7c35..58e1df0ec6c1 100644
--- a/graphics/gimp-app/pkg-plist
+++ b/graphics/gimp-app/pkg-plist
@@ -2042,6 +2042,8 @@ share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo
share/locale/zh_CN/LC_MESSAGES/gimp20.mo
+share/locale/zh_HK/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/zh_HK/LC_MESSAGES/gimp20-python.mo
share/locale/zh_HK/LC_MESSAGES/gimp20-script-fu.mo
share/locale/zh_HK/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/zh_HK/LC_MESSAGES/gimp20-tips.mo
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 8cd61ba86eb9..179989283c37 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -3,11 +3,11 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp/Makefile,v 1.16 2009/08/25 00:05:58 marcus Exp $
+# $MCom: ports/graphics/gimp/Makefile,v 1.18 2010/10/08 08:29:33 kwm Exp $
#
PORTNAME= gimp
-DISTVERSION?= 2.6.10
+DISTVERSION?= 2.6.11
PORTREVISION?= 0
PORTEPOCH?= 2
CATEGORIES= graphics gnome