diff options
author | taca <taca@pkgsrc.org> | 2011-08-13 00:11:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-13 00:11:40 +0000 |
commit | 699f9273d267e8392f20038241fc686a264aea4f (patch) | |
tree | a6fd7f75410d5d2202c1e0d7b866921af498819f /www/merb-auth-slice-password-reset | |
parent | 059d08bcf8eb5ff516ce99a224855ab0494b6de3 (diff) | |
download | pkgsrc-699f9273d267e8392f20038241fc686a264aea4f.tar.gz |
- Fix dependency pattern.
Bump PKGREVISION.
Diffstat (limited to 'www/merb-auth-slice-password-reset')
-rw-r--r-- | www/merb-auth-slice-password-reset/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/merb-auth-slice-password-reset/Makefile b/www/merb-auth-slice-password-reset/Makefile index 912c6a7a060..e80205233e0 100644 --- a/www/merb-auth-slice-password-reset/Makefile +++ b/www/merb-auth-slice-password-reset/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 02:57:54 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/08/13 00:14:46 taca Exp $ DISTNAME= merb-auth-slice-password-reset-1.1.0 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,10 +9,10 @@ HOMEPAGE= http://www.merbivore.com/ COMMENT= Merb Slice for password-reset functionality LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-merb-slices>=1.1:../../www/merb-slices -DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-core>=1.1.1:../../www/merb-auth-core -DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-more>=1.1.1:../../www/merb-auth-more -DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.1:../../www/merb-mailer +DEPENDS+= ${RUBY_PKGPREFIX}-merb-slices>=1.1.0<1.2:../../www/merb-slices +DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-core>=1.1.0<1.2:../../www/merb-auth-core +DEPENDS+= ${RUBY_PKGPREFIX}-merb-auth-more>=1.1.0<1.2:../../www/merb-auth-more +DEPENDS+= ${RUBY_PKGPREFIX}-merb-mailer>=1.1.0<1.2:../../www/merb-mailer .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |