summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/bluefish/Makefile5
-rw-r--r--www/bluefish/PLIST7
-rw-r--r--www/bluefish/distinfo12
-rw-r--r--www/bluefish/patches/patch-aa17
-rw-r--r--www/bluefish/patches/patch-ab13
5 files changed, 24 insertions, 30 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 64e0aadbd2e..6c1e5595f38 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2006/01/24 07:32:46 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2006/02/05 19:45:10 adam Exp $
-DISTNAME= bluefish-1.0.4
-PKGREVISION= 2
+DISTNAME= bluefish-1.0.5
CATEGORIES= www
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \
ftp://bluefish.advancecreations.com/bluefish/downloads/ \
diff --git a/www/bluefish/PLIST b/www/bluefish/PLIST
index 46775b9adb1..975c06843a9 100644
--- a/www/bluefish/PLIST
+++ b/www/bluefish/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2005/10/14 09:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2006/02/05 19:45:10 adam Exp $
bin/bluefish
+man/man1/bluefish.1
share/application-registry/bluefish.applications
-share/applications/bluefish.desktop
share/applications/bluefish-project.desktop
+share/applications/bluefish.desktop
@comment in sysutils/desktop-file-utils: share/applications/mimeinfo.cache
share/bluefish/bluefish_splash.png
share/bluefish/custom_menu.de.default
@@ -32,6 +33,7 @@ ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bluefish.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bluefish.mo
@@ -42,6 +44,7 @@ ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/bluefish.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bluefish.mo
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/bluefish.mo
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
index 69ccdb8868d..c6ddcfa0e25 100644
--- a/www/bluefish/distinfo
+++ b/www/bluefish/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/11/28 14:45:39 rillig Exp $
+$NetBSD: distinfo,v 1.14 2006/02/05 19:45:10 adam Exp $
-SHA1 (bluefish-1.0.4.tar.bz2) = 502ca1c7995c13e1b5ef51dd7809ed5a6114357a
-RMD160 (bluefish-1.0.4.tar.bz2) = b4a26bde66746ededc2be424a24793f235d3433a
-Size (bluefish-1.0.4.tar.bz2) = 1469951 bytes
-SHA1 (patch-aa) = 0fcabd1cb8e9bd70a3a510d7ebda3ca7e18db4ee
-SHA1 (patch-ab) = 9e5e1e0f925d6c2520ebf4b7092758038880a688
+SHA1 (bluefish-1.0.5.tar.bz2) = 084ecbf348fd8eb092c9fc702615c9f82a544d9d
+RMD160 (bluefish-1.0.5.tar.bz2) = 5cb388e2f4d1193a9d51ebed26ab523bf6809208
+Size (bluefish-1.0.5.tar.bz2) = 1492532 bytes
+SHA1 (patch-aa) = bba2581eefa4efa00943b9f158898fe4743b56cc
+SHA1 (patch-ab) = ab0d1d172b0d3097f85588a5f24304501671d048
diff --git a/www/bluefish/patches/patch-aa b/www/bluefish/patches/patch-aa
index a5a4a5d3c25..64de46f6a3e 100644
--- a/www/bluefish/patches/patch-aa
+++ b/www/bluefish/patches/patch-aa
@@ -1,15 +1,12 @@
-$NetBSD: patch-aa,v 1.10 2005/11/28 14:45:39 rillig Exp $
+$NetBSD: patch-aa,v 1.11 2006/02/05 19:45:10 adam Exp $
-Solaris needs __EXTENSIONS__ too, otherwise struct timeval is not
-defined.
-
---- src/document.c.orig 2005-08-11 04:19:49.000000000 +0200
-+++ src/document.c 2005-11-28 15:10:38.589617800 +0100
-@@ -24,6 +24,7 @@
- * regarding the ctime_r() function
- * the problem is that it generates a compiler warning on Linux, lstat() undefined.. */
+--- src/document.c.orig 2006-01-29 21:33:52.000000000 +0100
++++ src/document.c
+@@ -27,6 +27,7 @@
+ */
+ #ifdef PLATFORM_SOLARIS
#define _POSIX_C_SOURCE 200312L
+#define __EXTENSIONS__ 1
+ #endif
#include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h> /* for the keyboard event codes */
diff --git a/www/bluefish/patches/patch-ab b/www/bluefish/patches/patch-ab
index 7846e9f7e67..843110965e9 100644
--- a/www/bluefish/patches/patch-ab
+++ b/www/bluefish/patches/patch-ab
@@ -1,13 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2005/11/28 14:45:39 rillig Exp $
+$NetBSD: patch-ab,v 1.9 2006/02/05 19:45:10 adam Exp $
-The function get_metaname_from_tag() is only used in calls to DEBUG_MSG.
-With gcc, having varargs macros, the call is suppressed completely. With
-other compilers, this function is called, but never defined. The result
-is then passed to g_none(), which does not even evaluate its arguments.
-
---- src/highlight.c.orig 2005-08-27 23:59:31.000000000 +0200
-+++ src/highlight.c 2005-11-28 15:21:40.245921700 +0100
-@@ -214,6 +214,9 @@ static gboolean my_own_iter_forward_to_t
+--- src/highlight.c.orig 2005-12-10 11:22:41.000000000 +0100
++++ src/highlight.c
+@@ -218,6 +218,9 @@ static gboolean my_own_iter_forward_to_t
}
return FALSE;
}