diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 05:23:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-06 05:23:28 +0800 |
commit | 0aea4ab47bb9b19f1e195392967fb33d84ee2964 (patch) | |
tree | 03aef77e15fab99f306c4cda1f76dc624d4709a5 /graphics/gdk-pixbuf2 | |
parent | ecfa0aa7d8f995d9ac7cdd8988c5f069455fe934 (diff) | |
download | marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar.gz marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar.bz2 marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar.lz marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar.xz marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.tar.zst marcuscom-ports-0aea4ab47bb9b19f1e195392967fb33d84ee2964.zip |
Update to 2.23.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15350 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/files/patch-Makefile.in | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 816dd6d9e..561eb43c8 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,10 +3,10 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.9 2010/11/09 09:35:01 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.11 2010/12/24 19:14:11 kwm Exp $ PORTNAME?= gdk-pixbuf -PORTVERSION= 2.23.0 +PORTVERSION= 2.23.1 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index 6e05b1f73..f4ec71b77 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.23.0.tar.bz2) = e17081abe08e62491e25ce972eaf8f6325307289b9ab55111ccaf64ad058e2d0 -SIZE (gnome2/gdk-pixbuf-2.23.0.tar.bz2) = 1552283 +SHA256 (gnome2/gdk-pixbuf-2.23.1.tar.bz2) = 3961d293bc2fa01c1d55cc2970e2d6f465ad67f9c0de56e9e189744a9462bba4 +SIZE (gnome2/gdk-pixbuf-2.23.1.tar.bz2) = 1580850 diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in index 0b95cf6c7..9edf33b73 100644 --- a/graphics/gdk-pixbuf2/files/patch-Makefile.in +++ b/graphics/gdk-pixbuf2/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2010-06-27 12:20:54.000000000 +0200 -+++ Makefile.in 2010-06-27 12:21:04.000000000 +0200 -@@ -362,7 +362,7 @@ +--- Makefile.in.orig 2011-03-05 19:46:49.000000000 +0000 ++++ Makefile.in 2011-03-05 22:19:01.000000000 +0000 +@@ -371,7 +371,7 @@ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ && DISPLAY=:$$XID && export DISPLAY --SUBDIRS = gdk-pixbuf po docs tests contrib -+SUBDIRS = gdk-pixbuf po tests contrib +-SUBDIRS = gdk-pixbuf po docs tests contrib build ++SUBDIRS = gdk-pixbuf po contrib build pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = gdk-pixbuf-2.0.pc - ACLOCAL_AMFLAGS = -I m4 + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |