summaryrefslogtreecommitdiff
path: root/www/merbful-authentication
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-13 14:39:30 +0000
committertaca <taca@pkgsrc.org>2010-09-13 14:39:30 +0000
commit7e2c24acaed581a6a8f562cf3e86b02bf9a74e61 (patch)
treebfbdc830ee2637706dabc8d80cd3047835c8a956 /www/merbful-authentication
parentabcb90b1c5bc3399d8562ed0d3213cae488a665c (diff)
downloadpkgsrc-7e2c24acaed581a6a8f562cf3e86b02bf9a74e61.tar.gz
* Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages * Since these packages aren't update its version during update of Ruby package's framework, bump PKGREVISION for safe update. Noted by obache@ on tech-pkg.
Diffstat (limited to 'www/merbful-authentication')
-rw-r--r--www/merbful-authentication/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/merbful-authentication/Makefile b/www/merbful-authentication/Makefile
index 9f2e6bfbfdc..a5a4b903266 100644
--- a/www/merbful-authentication/Makefile
+++ b/www/merbful-authentication/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/09/12 03:22:00 taca Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/13 14:39:31 taca Exp $
DISTNAME= merbful_authentication-0.9.3
+PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
@@ -12,5 +13,8 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.2:../../www/merb-core
DEPENDS+= ${RUBY_PKGPREFIX}-merb-gen>=0.9.2:../../www/merb-gen
+CONFLICTS+= ruby[1-9][0-9]-merbful-authentication-[0-9]* \
+ merbful-authentication-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"