diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-10 20:08:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-10 20:08:35 +0800 |
commit | 816bd68ca473944928088298f11f063af1b346e5 (patch) | |
tree | 808556a70ed8994fac2065d7f5857ee97dc6f6f2 | |
parent | 74d6d9d0f87f591754950c3c9290148cceaf1aaf (diff) | |
download | marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar.gz marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar.bz2 marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar.lz marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar.xz marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.tar.zst marcuscom-ports-816bd68ca473944928088298f11f063af1b346e5.zip |
Update to 2.26.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17160 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 6 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 0f51d54a7..c584e21a1 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,12 +3,13 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.25 2012/08/23 10:44:32 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.26 2012/09/18 22:20:08 kwm Exp $ PORTNAME= gdk-pixbuf -PORTVERSION= 2.26.4 +PORTVERSION= 2.26.5 CATEGORIES= graphics MASTER_SITES= GNOME +PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -18,6 +19,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LATEST_LINK= gdk-pixbuf2 USE_XZ= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index d4cb47d53..b694e8216 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.26.4.tar.xz) = a91458645f078debf204fef8bb06b30f356fcb5d48f65395132a5dba2b3510be -SIZE (gnome2/gdk-pixbuf-2.26.4.tar.xz) = 1181640 +SHA256 (gnome2/gdk-pixbuf-2.26.5.tar.xz) = 77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84 +SIZE (gnome2/gdk-pixbuf-2.26.5.tar.xz) = 1181336 diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist index 4ec2a5a4b..f746a52fa 100644 --- a/graphics/gdk-pixbuf2/pkg-plist +++ b/graphics/gdk-pixbuf2/pkg-plist @@ -180,7 +180,7 @@ share/gir-1.0/GdkPixbuf-2.0.gir %%NLS%%share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo @exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true -@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache +@unexec rm %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>&1 >/dev/null || true %%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_HK %%NLS%%@dirrmtry share/locale/yi/LC_MESSAGES |