diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-10 18:55:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-10 18:55:51 +0000 |
commit | c75479cdc25ae1beeee7436763cb01d9f09be9d9 (patch) | |
tree | d058c7f284d562ae00a8a7cbf0bb7ee28d729265 | |
parent | 166770e20f414b62c12aeafc74bda33ddcaf835b (diff) | |
download | freebsd-ports-c75479cdc25ae1beeee7436763cb01d9f09be9d9.zip |
Chase textproc/sary update
-rw-r--r-- | japanese/prime/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Saryer/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 73093ea90c58..c0e392a001a5 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -7,13 +7,14 @@ PORTNAME= prime DISTVERSION= 1.0.0.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ MAINTAINER= otsuji@users.sourceforge.jp COMMENT= PRedictive Input Method Editor(PRIME) -LIB_DEPENDS= sary.9:${PORTSDIR}/textproc/sary +LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/sary.so:${PORTSDIR}/textproc/ruby-sary \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv \ ${LOCALBASE}/share/emacs/site-lisp/init-suikyo.el:${PORTSDIR}/japanese/suikyo \ diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile index 365a107129fe..0040bec18de6 100644 --- a/textproc/p5-Search-Saryer/Makefile +++ b/textproc/p5-Search-Saryer/Makefile @@ -7,7 +7,7 @@ PORTNAME= Search-Saryer PORTVERSION= 0.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc perl5 MASTER_SITES= ftp://ftp.namazu.org/sary/perl/ PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to the Sary library -LIB_DEPENDS= sary.9:${PORTSDIR}/textproc/sary +LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary PERL_CONFIGURE= yes diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile index 84f78c3a91b3..7a232e25e367 100644 --- a/textproc/ruby-sary/Makefile +++ b/textproc/ruby-sary/Makefile @@ -7,7 +7,7 @@ PORTNAME= sary PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc ruby MASTER_SITES= http://prime.sourceforge.jp/freebsd/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby interface to the Sary library -LIB_DEPENDS= sary.9:${PORTSDIR}/textproc/sary +LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary USE_RUBY= yes USE_RUBY_EXTCONF= yes |