diff options
author | adam <adam@pkgsrc.org> | 2005-08-10 12:05:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-08-10 12:05:52 +0000 |
commit | 95fd21bd8da47d7f544de2faa72ab2591f1aa205 (patch) | |
tree | 4b142e52c74f8e2f5f9efbe586bc9dcb254f8482 /www/bluefish/Makefile | |
parent | 24953e0f62bec50c529e9ab81dbe66d9c0e3aa16 (diff) | |
download | pkgsrc-95fd21bd8da47d7f544de2faa72ab2591f1aa205.tar.gz |
Changes 1.0.2:
- Added ability to remove multiple meta tags in Quickstart dialog.
- Updated Debian packaging files (standards version and build-dependencies).
- Updated config scripts.
- Updated for traditional Chinese translation.
- Fixed Ctrl-Z/undo bug.
- Fixed outdated configure script and aspell detection.
- Fixed format specification bug in Bulgarian translation.
- Fixed translation bugs and typos in German translation.
Changes 1.0.1:
- New QuickStart dialog.
- Spaces not being used to instead of tabs.
- Updated Debian packaging files (build-depends).
- Updated and improved spell checking.
- Updated and improved highlighting patterns.
- Fixed custom menu.
- Fixed bookmarks handling.
- Fixed missing CSS dialog properties.
- Fixed improperly opened color dialog when opening the CSS dialog.
- Fixed project dialog segmentation fault when clicking the "Browse button".
- Fixed not retained "View" menu item settings after closing/restarting.
- Fixed several build issues (debugging output, configure, ...)
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index a9b7fd39e47..c83b2759b3d 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2005/07/21 16:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2005/08/10 12:05:52 adam Exp $ -DISTNAME= bluefish-1.0 -PKGREVISION= 2 +DISTNAME= bluefish-1.0.2 CATEGORIES= www MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/ \ ftp://bluefish.advancecreations.com/bluefish/downloads/ \ @@ -15,7 +14,7 @@ HOMEPAGE= http://bluefish.openoffice.nl/ COMMENT= GTK HTML editor for the experienced web designer DEPENDS+= weblint-[0-9]*:../../www/weblint -BUILD_USES_MSGFMT= YES +BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 USE_TOOLS+= find gmake grep @@ -35,5 +34,4 @@ CONFIGURE_ENV+= EXTERNAL_FIND="${TOOLS_FIND}" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |