summaryrefslogtreecommitdiff
path: root/www/merb-auth-slice-password-reset
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-13 00:11:40 +0000
committertaca <taca@pkgsrc.org>2011-08-13 00:11:40 +0000
commit699f9273d267e8392f20038241fc686a264aea4f (patch)
treea6fd7f75410d5d2202c1e0d7b866921af498819f /www/merb-auth-slice-password-reset
parent059d08bcf8eb5ff516ce99a224855ab0494b6de3 (diff)
downloadpkgsrc-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/Makefile11
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"