diff options
author | avl <avl@FreeBSD.org> | 2009-07-20 06:25:50 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-07-20 06:25:50 +0800 |
commit | 01346b070f6bd9489e961e4cf5f56d9da6d81c47 (patch) | |
tree | c6b79f09b06d3521807219d1355362cae439573b /www/instiki | |
parent | d1f20d0bc875f8b785426bfed32dc5467fa9a5c2 (diff) | |
download | freebsd-ports-gnome-01346b070f6bd9489e961e4cf5f56d9da6d81c47.tar.gz freebsd-ports-gnome-01346b070f6bd9489e961e4cf5f56d9da6d81c47.tar.zst freebsd-ports-gnome-01346b070f6bd9489e961e4cf5f56d9da6d81c47.zip |
- Chase rubygem-bluecloth version change
Approved by: tabthorpe (mentor)
Diffstat (limited to 'www/instiki')
-rw-r--r-- | www/instiki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/instiki/Makefile b/www/instiki/Makefile index dd6a217ea057..2c800e91a75e 100644 --- a/www/instiki/Makefile +++ b/www/instiki/Makefile @@ -7,6 +7,7 @@ PORTNAME= instiki PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= www ruby MASTER_SITES= RF #DISTNAME= ${PORTNAME}-0.12.0 @@ -40,7 +41,7 @@ RUBY_SHEBANG_FILES=instiki REV= ${RUBY_VER} GEMS_BASE_DIR= lib/ruby/gems/${REV} SPEC_DIR= ${GEMS_BASE_DIR}/specifications -BUILD_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/BlueCloth-1.0.0.gemspec:${PORTSDIR}/www/rubygem-bluecloth +BUILD_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/bluecloth-1.0.1.gemspec:${PORTSDIR}/www/rubygem-bluecloth EXTRA_PATCHES+= ${FILESDIR}/bluecloth-patch-lib-chunks-engines-rb .endif |