diff options
author | taca <taca> | 2011-08-13 00:17:40 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-13 00:17:40 +0000 |
commit | c5b7cbc8a60715739a8723efdf36e11ad3342d4b (patch) | |
tree | 3a16c7281a40ef2cec09305bd61295d37949d4c8 /www/merb-exceptions | |
parent | cbfeb019b7efaeb63dc716ffaad088a553435823 (diff) | |
download | pkgsrc-c5b7cbc8a60715739a8723efdf36e11ad3342d4b.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-exceptions')
-rw-r--r-- | www/merb-exceptions/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/merb-exceptions/Makefile b/www/merb-exceptions/Makefile index 779974650e6..1e159dcd714 100644 --- a/www/merb-exceptions/Makefile +++ b/www/merb-exceptions/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:59:29 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/13 00:18:06 taca Exp $ DISTNAME= merb-exceptions-1.1.3 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +9,8 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb plugin that supports exception notification LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3:../../www/merb-core -DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.3:../../www/merb-mailer +DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.3<1.2:../../www/merb-mailer .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |