diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 09:11:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-03-11 09:11:34 +0000 |
commit | b1a97a01a48602202174a70b05118e796b187c14 (patch) | |
tree | 7ff2de15738911afd2292f90c2f04f56c126fe8a /textproc/ruby-sablot | |
parent | 447c80d90fe66d96ce45bba3108a0ef45c58f11c (diff) |
Sigh. Again, bump libsablot's shlib major and PORTREVISION that
should have been updated when textproc/sablotron was updated.
Submitted by: bento
A stack of pointy hats to: skv
Notes
Notes:
svn path=/head/; revision=77094
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 0eac9f470ce2..37316e928596 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -7,7 +7,7 @@ PORTNAME= sablot PORTVERSION= 0.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby interface to the Sablotron XSLT processor -LIB_DEPENDS= sablot.69:${PORTSDIR}/textproc/sablotron \ +LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \ iconv.3:${PORTSDIR}/converters/libiconv \ expat.4:${PORTSDIR}/textproc/expat2 |