summaryrefslogtreecommitdiff
path: root/www/mongrel
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/mongrel
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/mongrel')
-rw-r--r--www/mongrel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mongrel/Makefile b/www/mongrel/Makefile
index 2ea7fd3f9e3..ff5ffc3df0e 100644
--- a/www/mongrel/Makefile
+++ b/www/mongrel/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/09/10 12:27:34 taca Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel-1.1.5
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
@@ -11,6 +12,8 @@ LICENSE= gnu-gpl-v2 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.3:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
+CONFLICTS+= ruby[1-9][0-9]-mongrel-[0-9]* mongrel-[0-9]*
+
RUBY_REQD= 1.8.6.110
.include "../../lang/ruby/gem.mk"