aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-07-27 18:39:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-07-27 18:39:32 +0000
commit4c391218dbe656f54d394c8ab1123befcc8fe3ef (patch)
tree0b5ec18539009c164b694c060763981c4f06c78c /x11-toolkits/gtk20
parentd52433c212537370f1327f4ec18f7a2c1aa8f0b2 (diff)
downloadports-4c391218dbe656f54d394c8ab1123befcc8fe3ef.tar.gz
ports-4c391218dbe656f54d394c8ab1123befcc8fe3ef.zip
Update gtk-update-icon-cache and gtk20 to 2.24.28.
Obtained from: gnome devel repo
Notes
Notes: svn path=/head/; revision=393001
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/gtk20/distinfo4
-rw-r--r--x11-toolkits/gtk20/files/patch-demos_gtk-demo_geninclude.pl.in47
3 files changed, 4 insertions, 51 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 2481979e7371..6c2f5698f6aa 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gtk
-PORTVERSION= 2.24.27
+PORTVERSION= 2.24.28
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -49,7 +49,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=yes
.include <bsd.port.options.mk>
-PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.27
+PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.28
post-patch:
@${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index cbb03b7519c4..8050999fbef6 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gtk+-2.24.27.tar.xz) = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4
-SIZE (gnome2/gtk+-2.24.27.tar.xz) = 13349252
+SHA256 (gnome2/gtk+-2.24.28.tar.xz) = b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656
+SIZE (gnome2/gtk+-2.24.28.tar.xz) = 13354884
diff --git a/x11-toolkits/gtk20/files/patch-demos_gtk-demo_geninclude.pl.in b/x11-toolkits/gtk20/files/patch-demos_gtk-demo_geninclude.pl.in
deleted file mode 100644
index 748d792fa780..000000000000
--- a/x11-toolkits/gtk20/files/patch-demos_gtk-demo_geninclude.pl.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- demos/gtk-demo/geninclude.pl.in.orig 2014-09-29 20:02:16 UTC
-+++ demos/gtk-demo/geninclude.pl.in
-@@ -40,7 +40,7 @@ foreach $href (@demos) {
- my $do_next = 0;
-
- # parent detected
-- if (defined @parents) {
-+ if (@parents) {
- foreach $foo (@parents) {
- if ($foo eq $parent_name) {
- $do_next = 1;
-@@ -54,7 +54,7 @@ foreach $href (@demos) {
-
- push @parents, $parent_name;
-
-- $tmp = (defined @child_arrays)?($#child_arrays + 1):0;
-+ $tmp = (@child_arrays)?($#child_arrays + 1):0;
- push @child_arrays, "child$tmp";
-
- push @demos, {"title" => $parent_name, "file" => "NULL",
-@@ -62,7 +62,7 @@ foreach $href (@demos) {
- }
- }
-
--if (defined @parents) {
-+if (@parents) {
- $i = 0;
- for ($i = 0; $i <= $#parents; $i++) {
- $first = 1;
-@@ -105,7 +105,7 @@ if (defined @parents) {
- } @demos_old;
-
- # sort the child arrays
--if (defined @child_arrays) {
-+if (@child_arrays) {
- for ($i = 0; $i <= $#child_arrays; $i++) {
- @foo_old = @{$child_arrays[$i]};
-
-@@ -133,7 +133,7 @@ foreach $href (@demos) {
- print ", \n";
- }
-
-- if (defined @parents) {
-+ if (@parents) {
- for ($i = 0; $i <= $#parents; $i++) {
- if ($parents[$i] eq $href->{title}) {
-