From 333af4f18f41e4fba30dd40561fe9ce81f71f71c Mon Sep 17 00:00:00 2001 From: beech Date: Mon, 16 Feb 2009 02:26:42 +0000 Subject: - Update to 0.7.5 - This update solves minor issues left after update to 0.7.4. The main problem of FITS image format pixbuf loader not recognizing FITS images is due to different definitions of FITS mime type. The loader uses image/fits (official RFC 4047 mime type) while shared-mime-info contains image/x-fits. The proper way to go would be fixing shared-mime-info (any help here is very appreciated) and the port could go as it is. Changing either loader to use image/x-fits or freedesktop.org.xml database to contain image/fits fixes the issue. PR: ports/131727 Submitted by: Alexey Shuvaev (maintainer) --- x11-toolkits/slgtk/Makefile | 4 +--- x11-toolkits/slgtk/distinfo | 6 +++--- x11-toolkits/slgtk/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/slgtk/Makefile b/x11-toolkits/slgtk/Makefile index 2c6a4aa36c54..37d6d02564a1 100644 --- a/x11-toolkits/slgtk/Makefile +++ b/x11-toolkits/slgtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slgtk -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= x11-toolkits MASTER_SITES= ftp://space.mit.edu/pub/cxc/modules/slgtk/ @@ -43,8 +43,6 @@ post-patch: ${WRKSRC}/examples/main.sl @${REINPLACE_CMD} -e '/rm -f devel/d ; /ln -sf @prefix@ devel/d' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|"\.\./images/test\.xpm"|path_concat(SLGTK_IMAGES_DIR,"test\.xpm")|' ${WRKSRC}/examples/textview.sl \ - ${WRKSRC}/examples/wmhints.sl post-install: .if !defined(NOPORTDOCS) diff --git a/x11-toolkits/slgtk/distinfo b/x11-toolkits/slgtk/distinfo index 249bb352aa53..595633e67a2e 100644 --- a/x11-toolkits/slgtk/distinfo +++ b/x11-toolkits/slgtk/distinfo @@ -1,3 +1,3 @@ -MD5 (slgtk-0.7.4.tar.gz) = 0e3a91a11b2253308c9cc032c0dcfe9c -SHA256 (slgtk-0.7.4.tar.gz) = f33c7a26451da701884c0df9589c404fbf689869502828f1495e082d316bed71 -SIZE (slgtk-0.7.4.tar.gz) = 1014457 +MD5 (slgtk-0.7.5.tar.gz) = 99a2b4e313daebb53218b9af41874d4f +SHA256 (slgtk-0.7.5.tar.gz) = 06f390bd58c404693a152077c39f2116c7782e42e13aca9423787ecd463066a4 +SIZE (slgtk-0.7.5.tar.gz) = 1014634 diff --git a/x11-toolkits/slgtk/pkg-plist b/x11-toolkits/slgtk/pkg-plist index 11523d9a2eb0..845dfbdafd67 100644 --- a/x11-toolkits/slgtk/pkg-plist +++ b/x11-toolkits/slgtk/pkg-plist @@ -5,7 +5,7 @@ lib/slang/v2/modules/gtk-module.so lib/slang/v2/modules/gtkextra-module.so lib/slang/v2/modules/libslgtk.so lib/slang/v2/modules/libslgtk.so.0 -lib/slang/v2/modules/libslgtk.so.0.7.4 +lib/slang/v2/modules/libslgtk.so.0.7.5 %%PORTDOCS%%%%DOCSDIR%%/slgtk.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/buttonbox.sl -- cgit