diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 13:40:44 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 13:40:44 +0000 |
commit | fe1983bd12eb098d012a9e2313194e4c70dcaf3a (patch) | |
tree | 76f773aa7786b6648d9ece227be35c9e9931c6e2 | |
parent | Update to 0.26 (diff) |
Update to 0.9.20030424
PR: 51599
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=80549
-rw-r--r-- | www/bluefish-devel/Makefile | 13 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 2 | ||||
-rw-r--r-- | www/bluefish-devel/files/patch-src::bluefish.c | 10 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-plist | 7 |
4 files changed, 13 insertions, 19 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile index 18dcd2affb48..a58b55a73cb3 100644 --- a/www/bluefish-devel/Makefile +++ b/www/bluefish-devel/Makefile @@ -6,31 +6,28 @@ # PORTNAME= bluefish -PORTVERSION= 0.9.20030308 +PORTVERSION= 0.9.20030424 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.mrball.net/${DOWNLOAD}/ \ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \ http://bluefish.shellhung.org/${DOWNLOAD}/ -DISTNAME= ${PORTNAME}-gtk2port-2003-03-08 -EXTRACT_SUFX= .tgz +DISTNAME= ${PORTNAME}-2003-04-24 MAINTAINER= einekoai@chello.nl COMMENT= HTML editor designed for the experienced web designer -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - pcre.0:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ aspell.15:${PORTSDIR}/textproc/aspell RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint DOWNLOAD= snapshots WRKSRC= ${WRKDIR}/bluefish-gtk2 NO_LATEST_LINK= yes -#USE_BZIP2= yes +USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehier -USE_PERL5_BUILD= yes +USE_GNOME= gnomehier gtk20 USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo index 105985de0d8f..97b0c3a0b682 100644 --- a/www/bluefish-devel/distinfo +++ b/www/bluefish-devel/distinfo @@ -1 +1 @@ -MD5 (bluefish-gtk2port-2003-03-08.tgz) = 3e648b1885aaf638336582cdc9f9df0a +MD5 (bluefish-2003-04-24.tar.bz2) = abc7b4f8b6d9b010f66c94dd45467ac0 diff --git a/www/bluefish-devel/files/patch-src::bluefish.c b/www/bluefish-devel/files/patch-src::bluefish.c deleted file mode 100644 index 334093824723..000000000000 --- a/www/bluefish-devel/files/patch-src::bluefish.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bluefish.c.orig Sat Mar 8 04:55:40 2003 -+++ src/bluefish.c Thu Apr 17 23:04:31 2003 -@@ -21,6 +21,7 @@ - #include <gtk/gtk.h> - #include <unistd.h> /* getopt() */ - #include <stdlib.h> /* getopt() exit() and abort() on Solaris */ -+#include <sys/stat.h> - - #include "bluefish.h" - diff --git a/www/bluefish-devel/pkg-plist b/www/bluefish-devel/pkg-plist index 5dabd3c66be1..d4dcf381fcb6 100644 --- a/www/bluefish-devel/pkg-plist +++ b/www/bluefish-devel/pkg-plist @@ -1,7 +1,10 @@ bin/bluefish share/bluefish/bluefish_splash.png +share/bluefish/custom_menu.default share/bluefish/encodings.default share/bluefish/filetypes.default +share/bluefish/funcref_html.xml +share/bluefish/funcref_php.xml share/bluefish/highlighting.default share/bluefish/icon_c.png share/bluefish/icon_cfml.png @@ -9,11 +12,15 @@ share/bluefish/icon_dir.png share/bluefish/icon_html.png share/bluefish/icon_image.png share/bluefish/icon_java.png +share/bluefish/icon_pascal.png share/bluefish/icon_php.png +share/bluefish/icon_python.png +share/bluefish/icon_r.png share/bluefish/icon_unknown.png share/bluefish/icon_xml.png share/gnome/apps/Applications/bluefish.desktop share/locale/da/LC_MESSAGES/bluefish.mo +share/locale/de/LC_MESSAGES/bluefish.mo share/locale/es/LC_MESSAGES/bluefish.mo share/locale/fr/LC_MESSAGES/bluefish.mo share/locale/hu/LC_MESSAGES/bluefish.mo |