aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2009-02-16 10:26:42 +0800
committerbeech <beech@FreeBSD.org>2009-02-16 10:26:42 +0800
commit333af4f18f41e4fba30dd40561fe9ce81f71f71c (patch)
tree7d6d963e140b8953a652a4c50fb1fb7fdac095e0 /x11-toolkits
parent4bb5c436f6136051187f84191431e5bd71fb2606 (diff)
downloadfreebsd-ports-333af4f18f41e4fba30dd40561fe9ce81f71f71c.tar.gz
freebsd-ports-333af4f18f41e4fba30dd40561fe9ce81f71f71c.tar.zst
freebsd-ports-333af4f18f41e4fba30dd40561fe9ce81f71f71c.zip
- 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 <shuvaev@physik.uni-wuerzburg.de> (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/slgtk/Makefile4
-rw-r--r--x11-toolkits/slgtk/distinfo6
-rw-r--r--x11-toolkits/slgtk/pkg-plist2
3 files changed, 5 insertions, 7 deletions
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