diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-28 20:59:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-28 20:59:03 +0000 |
commit | 8d1275a57c3518df985f32ffe4b73f3c7438b0d7 (patch) | |
tree | 3bf71a63f169380a0794a9c4f30d7bb1a08e5cac /editors/notecase/Makefile | |
parent | f431529f32f8748cf6a37b08db7e84735741217a (diff) | |
download | pkgsrc-8d1275a57c3518df985f32ffe4b73f3c7438b0d7.tar.gz |
update to 1.8.1
changes:
-bug fixes
-better html export
-option to wrap tree with titles
-translation updates
-execute attachment with double-click
Diffstat (limited to 'editors/notecase/Makefile')
-rw-r--r-- | editors/notecase/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index 2bfb55635db..585333de6a9 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/02/23 11:39:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/28 20:59:03 drochner Exp $ # -DISTNAME= notecase-1.7.6_src -PKGNAME= notecase-1.7.6 +DISTNAME= notecase-1.8.1_src +PKGNAME= notecase-1.8.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://notecase.sourceforge.net/ COMMENT= Hierarchical note manager -WRKSRC= ${WRKDIR}/notecase-1.7.6 +WRKSRC= ${WRKDIR}/notecase-1.8.1 USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt pkg-config gsed TOOLS_PLATFORM.gsed= #empty, override nonsense in tools |