diff options
author | taca <taca@pkgsrc.org> | 2011-08-13 00:17:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-13 00:17:40 +0000 |
commit | 866ee603885b51a8d1d3b39ec8d36e8d043a7dda (patch) | |
tree | 3a16c7281a40ef2cec09305bd61295d37949d4c8 /www/merb-cache | |
parent | 26b9d995582ac30b6e39c823f3212b40728aa678 (diff) | |
download | pkgsrc-866ee603885b51a8d1d3b39ec8d36e8d043a7dda.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-cache')
-rw-r--r-- | www/merb-cache/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/merb-cache/Makefile b/www/merb-cache/Makefile index aa0e7b77a38..570afaa1b30 100644 --- a/www/merb-cache/Makefile +++ b/www/merb-cache/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/09/13 14:34:05 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/13 00:17:40 taca Exp $ DISTNAME= merb-cache-1.1.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +9,7 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin that provides caching (page, action, fragment, object) LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core CONFLICTS+= merb-cache-[0-9]* |