summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-05 21:56:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-05 21:56:20 +0800
commitad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0 (patch)
tree5888cb23425100dfce57e529c965116696448489 /x11-toolkits/gtk20
parent18474392407bcf91cb7d6f10f08b9c225ccfe1d4 (diff)
downloadmarcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar.gz
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar.bz2
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar.lz
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar.xz
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.tar.zst
marcuscom-ports-ad3cc8e25542cbc6a6fd0e0ae6aa23cc326997c0.zip
Update to 2.21.1.
Add LICENSE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14170 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile6
-rw-r--r--x11-toolkits/gtk20/distinfo6
-rw-r--r--x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-png.c26
3 files changed, 7 insertions, 31 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index ee28de439..43be9f8e9 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.193 2010/05/27 23:14:47 kwm Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.21.0
+PORTVERSION= 2.21.1
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \
@@ -24,6 +24,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gimp Toolkit for X11 GUI (current stable version)
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
LATEST_LINK= gtk20
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index 7bca3422c..c3c8288f9 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gtk+-2.21.0.tar.bz2) = 1d1e52e1141a537d61b6bc98413fef74
-SHA256 (gnome2/gtk+-2.21.0.tar.bz2) = 2f5e3f9fd50de4ac529558126a12983756d62572959cd0d6cb1dff1efca951e2
-SIZE (gnome2/gtk+-2.21.0.tar.bz2) = 19031981
+MD5 (gnome2/gtk+-2.21.1.tar.bz2) = d8243cf68ca2e2f192b233206b762fe9
+SHA256 (gnome2/gtk+-2.21.1.tar.bz2) = f5621bbb820a7c3fced9a8e51a5283b5ab88a3392032218333eae52456946dd7
+SIZE (gnome2/gtk+-2.21.1.tar.bz2) = 19060098
diff --git a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-png.c b/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-png.c
deleted file mode 100644
index cca139d6b..000000000
--- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-png.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- gdk-pixbuf/io-png.c.orig 2010-05-02 05:14:27.000000000 +0200
-+++ gdk-pixbuf/io-png.c 2010-05-15 17:30:35.000000000 +0200
-@@ -261,7 +261,11 @@ gdk_pixbuf__png_image_load (FILE *f, GEr
- gchar *icc_profile_base64;
- const gchar *icc_profile_title;
- const gchar *icc_profile;
-+#if defined(INT_MAX) && (INT_MAX > 0x7ffffffeL)
-+ guint icc_profile_size;
-+#else
- gulong icc_profile_size;
-+#endif
- guint32 retval;
- gint compression_type;
-
-@@ -607,7 +611,11 @@ png_info_callback (png_structp png_rea
- gchar *icc_profile_base64;
- const gchar *icc_profile_title;
- const gchar *icc_profile;
-+#if defined(INT_MAX) && (INT_MAX > 0x7ffffffeL)
-+ guint icc_profile_size;
-+#else
- gulong icc_profile_size;
-+#endif
- guint32 retval;
- gint compression_type;
-