summaryrefslogtreecommitdiff
path: root/www/kazehakase/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-10-27 13:03:50 +0000
committerwiz <wiz@pkgsrc.org>2007-10-27 13:03:50 +0000
commit5c350970fc87352116d92f32214148c2ec0a27e7 (patch)
tree5f355e4ae6244fa672aa9a38c615bab934d0a64b /www/kazehakase/Makefile
parentf6daf8a1b054e46af5edcfdeae7ab3a7025cae9f (diff)
downloadpkgsrc-5c350970fc87352116d92f32214148c2ec0a27e7.tar.gz
Update to 0.4.9; fixes build with gtk2+-2.12.0.
# Kazehakase-0.4.9 Release * required GTK+ >= 2.12.0. * removed some deprecated function usages. * added default user-agent strting to rv:#{MOZILLA_VERSION} to support full Gmail UI. Last update on September 29, 2007 14:19 # Kazehakse-0.4.8 Release * Minor bug fix * Follow Glib 2.13.3 or later (Kouhei SUTOU) * Fix bug about download progress bar at sidebar (Kouhei SUTOU, Thanks to Nobuyuki Tasaka) Last update on August 30, 2007 01:11 # Kazehakase-0.4.7 Release * Fixed minor bugs * Supported newest GRegex(Kouhei SUTOU) Last update on October 02, 2007 17:30 # Kazehakase-0.4.6 Release Niku memo: Tochigi Wagyu (beef produced at Tochigi in Japan) is very tasty! We can eat it plain with a bit salt. * Improved Gtk+ WebCore support (Hiroyuki Ikezoe) * Improved IE backend (Takuro Ashie) * Added preference UI for selecting layout engine (Kouhei Sutou) * Fixed a bug that session saving doesn't work (Ɓukasz Krotowski) * Fixed a bug that creating thumbnail may cause segmentation fault (Kouhei Sutou) * Supported making libkazehakase.dll (Takuro Ashie, Kouhei Sutou) * Omitted optional port specification in HTTP (Kouhei Sutou) * Updated Czhech messages (Miroslav Kure) Last update on July 09, 2007 23:07 # Kazehakase-0.4.5 Release * Modularization rendering engines * Adaptation to latest GTK+-WebCore * Compiling with VC++ on windows (But there is no available rendering engine) Last update on September 25, 2007 10:35 # Kazehakase-0.4.4.1 Release fixed compile error on 0.4.4 Last update on June 17, 2007 15:42 # Kazehakase-0.4.4 Release * Modularize for history searching (Hiroyuki IKEZOE) * Drop to support of Rast * XSM support (Hiroyuki IKEZOE) * Suspend favicon auto searching because of Debian Bug Report #400533 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400533 (Hiroyuki IKEZOE)
Diffstat (limited to 'www/kazehakase/Makefile')
-rw-r--r--www/kazehakase/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 5c9f54f8d63..c70736ed0ff 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2007/05/12 14:05:55 ghen Exp $
+# $NetBSD: Makefile,v 1.23 2007/10/27 13:03:50 wiz Exp $
#
-DISTNAME= kazehakase-0.4.3
-PKGREVISION= 1
+DISTNAME= kazehakase-0.4.9
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/22887/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/27353/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kazehakase.sourceforge.jp/
@@ -35,6 +34,7 @@ CONF_FILES+= ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings.
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../www/seamonkey/gecko-depends.mk"
.include "../../mk/bsd.pkg.mk"