aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-12-29 22:37:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-12-29 22:37:28 +0000
commit65e222528f8e441f004be1cdb196897d3ff714b7 (patch)
tree38a8a788ff5262a257b61b83025ebe0599fd2fbd
parentf69dfce100911ed59f7b15ddf1df49765a76b1e6 (diff)
downloadports-65e222528f8e441f004be1cdb196897d3ff714b7.tar.gz
ports-65e222528f8e441f004be1cdb196897d3ff714b7.zip
- Chase japanese/chasen-base shlib version bump
Notes
Notes: svn path=/head/; revision=224962
-rw-r--r--japanese/p5-Text-ChaSen/Makefile6
-rw-r--r--japanese/ruby-chasen/Makefile4
-rw-r--r--textproc/estraier/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile
index 861759771622..3eec070069f3 100644
--- a/japanese/p5-Text-ChaSen/Makefile
+++ b/japanese/p5-Text-ChaSen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Text-ChaSen
PORTVERSION= 1.03
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese textproc perl5
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
DISTNAME= chasen-${CHASEN_VERSION}
@@ -15,11 +15,11 @@ DISTNAME= chasen-${CHASEN_VERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= ChaSen library module for Perl5
-LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen-base
+LIB_DEPENDS= chasen.2:${PORTSDIR}/japanese/chasen-base
MD5_FILE= ${.CURDIR}/../chasen-base/distinfo
-CHASEN_VERSION= 2.3.3
+CHASEN_VERSION= 2.4.4
WRKSRC= ${WRKDIR}/chasen-${CHASEN_VERSION}/perl
PERL_CONFIGURE= yes
diff --git a/japanese/ruby-chasen/Makefile b/japanese/ruby-chasen/Makefile
index 776aba6453c6..110583b50f08 100644
--- a/japanese/ruby-chasen/Makefile
+++ b/japanese/ruby-chasen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chasen
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese textproc ruby
MASTER_SITES= http://www.itlb.te.noda.tus.ac.jp/~ikarashi/ruby/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -16,7 +16,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= ChaSen module for Ruby
-LIB_DEPENDS= chasen.0:${PORTSDIR}/japanese/chasen-base
+LIB_DEPENDS= chasen.2:${PORTSDIR}/japanese/chasen-base
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 2eb4625a32f7..e1b8d85fef07 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/estraier/Makefile
@@ -7,7 +7,7 @@
PORTNAME= estraier
PORTVERSION= 1.2.29
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://estraier.sourceforge.net/
@@ -36,7 +36,7 @@ OPTIONS= CHASEN "Japanese Morphological Analysis Support" Off \
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_CHASEN)
-LIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base
+LIB_DEPENDS+= chasen.2:${PORTSDIR}/japanese/chasen-base
CONFIGURE_ARGS+= --enable-chasen
.endif