diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-11 02:55:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-11 02:55:51 +0800 |
commit | 3682d2f9434ce3fc0dfa64568569c2b79729c1b1 (patch) | |
tree | b76b78a4e1a47a4a0b77e982a62de43d58206b2a /textproc | |
parent | 56da1989dcdd329cd8e120e07c26b4e84fd36eff (diff) | |
download | freebsd-ports-gnome-3682d2f9434ce3fc0dfa64568569c2b79729c1b1.tar.gz freebsd-ports-gnome-3682d2f9434ce3fc0dfa64568569c2b79729c1b1.tar.zst freebsd-ports-gnome-3682d2f9434ce3fc0dfa64568569c2b79729c1b1.zip |
Chase textproc/sary update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Search-Saryer/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |