diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 14:08:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 14:08:54 +0800 |
commit | aa6704e595967f0a303fde81513555acc2017445 (patch) | |
tree | 52729a44ab8eaf97f9fde8d776b98039c17c896b | |
parent | 08a258425849ca85c509b62b387ebdc8cf4f5fe2 (diff) | |
download | marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.gz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.bz2 marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.lz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.xz marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.tar.zst marcuscom-ports-aa6704e595967f0a303fde81513555acc2017445.zip |
Update to 2.10.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7245 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 11 |
3 files changed, 16 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 9ccdbdb10..3075102e0 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,11 +3,11 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.46 2006/08/06 19:14:56 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.47 2006/08/08 19:47:21 ahze Exp $ # PORTNAME= gtk -PORTVERSION= 2.9.6 +PORTVERSION= 2.10.1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index 8b252dcf5..754a123d6 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pygtk-2.9.6.tar.bz2) = 7146d0adcb81368e69296a9c4f25aa09 -SHA256 (gnome2/pygtk-2.9.6.tar.bz2) = b41b00c6f6b20d594a62133417ac592a42d2f54e789c5778804b18bed84dd84e -SIZE (gnome2/pygtk-2.9.6.tar.bz2) = 1257806 +MD5 (gnome2/pygtk-2.10.1.tar.bz2) = ddf27329c38f1be822c1606c6aa1fb0b +SHA256 (gnome2/pygtk-2.10.1.tar.bz2) = e572d09029a6df4ae2a2c56973ccd85d45129db1a27619a95fae2e47dc36023c +SIZE (gnome2/pygtk-2.10.1.tar.bz2) = 1884682 diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in new file mode 100644 index 000000000..b9cedaf23 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Sep 5 02:02:53 2006 ++++ Makefile.in Tue Sep 5 02:06:11 2006 +@@ -292,7 +292,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + AUTOMAKE_OPTIONS = 1.7 + @BUILD_GTK_TRUE@GTK_SUBDIR = gtk +-SUBDIRS = codegen . $(GTK_SUBDIR) examples tests docs ++SUBDIRS = codegen . $(GTK_SUBDIR) examples + PLATFORM_VERSION = 2.0 + CLEANFILES = atk.c pango.c pangocairo.c + EXTRA_DIST = \ |