aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-04-11 04:00:11 +0800
committerswills <swills@FreeBSD.org>2011-04-11 04:00:11 +0800
commit05617308ee4f101bcd549712ed48d304f5ad68d1 (patch)
treee6df082f98f3acf6153255763e3b5a641b3f456e /www
parente7f34501068e520758f822fbdfc2767f67cdd692 (diff)
downloadfreebsd-ports-gnome-05617308ee4f101bcd549712ed48d304f5ad68d1.tar.gz
freebsd-ports-gnome-05617308ee4f101bcd549712ed48d304f5ad68d1.tar.zst
freebsd-ports-gnome-05617308ee4f101bcd549712ed48d304f5ad68d1.zip
- Use textproc/rubygem-xslt instead of textproc/ruby-xslt. It's newer and
works with Ruby 1.9
Diffstat (limited to 'www')
-rw-r--r--www/ruby-asp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-asp/Makefile b/www/ruby-asp/Makefile
index fc2f6f48f8eb..fe6b2ed591c4 100644
--- a/www/ruby-asp/Makefile
+++ b/www/ruby-asp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asp
PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www ruby
MASTER_SITES= http://gregoire.lejeune.free.fr/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= An Active Server Pages port to Apache with Ruby scripting
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xslt_lib.so:${PORTSDIR}/textproc/ruby-xslt \
+RUN_DEPENDS= rubygem-xslt>=0.9.8:${PORTSDIR}/textproc/rubygem-xslt \
${RUBY_SITELIBDIR}/xml/script.rb:${PORTSDIR}/textproc/ruby-xml-script
USE_RUBY= yes