summaryrefslogtreecommitdiff
path: root/textproc/namazu/Makefile
diff options
context:
space:
mode:
authortaca <taca>2009-09-24 15:04:33 +0000
committertaca <taca>2009-09-24 15:04:33 +0000
commit70b0f224785fdc87d5f983ad241b3ad1b2ee090d (patch)
tree7d1ffc56ee92a47798140e2cd33a03711a3110be /textproc/namazu/Makefile
parent6b7aeb194791f0ae1ddf983fd4cad54c428344d2 (diff)
downloadpkgsrc-70b0f224785fdc87d5f983ad241b3ad1b2ee090d.tar.gz
Update textprroc/namazu package to 2.0.20 (security fix).
Overview of Changes in Namazu 2.0.20 - Sep 23, 2009 - namazu, namazu.cgi: * When the blank line is included in the NMZ.field.* file, the bug with the possibility of causing overrunning in the buffer is corrected. pkgsrc changes: * Add LICENSE. * Some pkglint clean.
Diffstat (limited to 'textproc/namazu/Makefile')
-rw-r--r--textproc/namazu/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/namazu/Makefile b/textproc/namazu/Makefile
index d7b2e6a88d8..f4d7061a837 100644
--- a/textproc/namazu/Makefile
+++ b/textproc/namazu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/03/14 15:04:39 taca Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/24 15:04:33 taca Exp $
-DISTNAME= namazu-2.0.19
+DISTNAME= namazu-2.0.20
CATEGORIES= japanese textproc www
MASTER_SITES= http://www.namazu.org/test/ \
http://www.namazu.org/stable/ \
@@ -9,6 +9,7 @@ MASTER_SITES= http://www.namazu.org/test/ \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.namazu.org/index.html.en
COMMENT= Full-text search system intended for easy use
+LICENSE= gnu-gpl-v2
DEPENDS+= p5-File-MMagic>=1.25:../../misc/p5-File-MMagic
DEPENDS+= p5-nkf>=1.7:../../converters/p5-nkf
@@ -24,9 +25,9 @@ TEST_TARGET= check
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEFS+= PKG_SYSCONFBASE
-CONFIGURE_ARGS+= --localstatedir=${PREFIX}/${DATADIR:Q} \
+CONFIGURE_ARGS+= --localstatedir=${PREFIX}/${DATADIR} \
--libexecdir=${PREFIX}/libexec/cgi-bin \
- --sysconfdir=${PKG_SYSCONFBASE:Q}
+ --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ENV+= KAKASI="module_kakasi"
CONFIGURE_ENV+= ac_cv_path_KAKASI="module_kakasi"
CONFIGURE_ENV+= CHASEN="module_chasen"