diff options
author | petef <petef@FreeBSD.org> | 2001-08-25 12:57:56 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-25 12:57:56 +0800 |
commit | 0e03ec521b6a64052dd21a9f996fdfd7d56d25cd (patch) | |
tree | 1777dfece2ae537350dbda9b700633c5f33cb6bc | |
parent | f2e7bb1a1a377cf7858bdcd9c0647e6b80246887 (diff) | |
download | freebsd-ports-gnome-0e03ec521b6a64052dd21a9f996fdfd7d56d25cd.tar.gz freebsd-ports-gnome-0e03ec521b6a64052dd21a9f996fdfd7d56d25cd.tar.zst freebsd-ports-gnome-0e03ec521b6a64052dd21a9f996fdfd7d56d25cd.zip |
Chase textproc/sablotron's update.
Submitted by: knu
-rw-r--r-- | textproc/p5-XML-Sablotron/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-sablot/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile index fbca1a4545ac..ae4fbf68389a 100644 --- a/textproc/p5-XML-Sablotron/Makefile +++ b/textproc/p5-XML-Sablotron/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Sablotron PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru -LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \ +LIB_DEPENDS= sablot.65:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index c864702dfd6a..22c99cca3a52 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -7,6 +7,7 @@ PORTNAME= sablot PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.rubycolor.org/arc/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \ +LIB_DEPENDS= sablot.65:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv \ expat.2:${PORTSDIR}/textproc/expat2 |