summaryrefslogtreecommitdiff
path: root/www
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
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')
-rw-r--r--www/merbful-authentication/Makefile6
-rw-r--r--www/mongrel-cluster/Makefile5
-rw-r--r--www/mongrel-config/Makefile5
-rw-r--r--www/mongrel-console/Makefile5
-rw-r--r--www/mongrel-upload-progress/Makefile6
-rw-r--r--www/mongrel/Makefile5
-rw-r--r--www/thin/Makefile5
7 files changed, 29 insertions, 8 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"
diff --git a/www/mongrel-cluster/Makefile b/www/mongrel-cluster/Makefile
index 71869562c7e..6bcbafc1bce 100644
--- a/www/mongrel-cluster/Makefile
+++ b/www/mongrel-cluster/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 12:28:30 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel_cluster-1.0.5
+PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
@@ -12,5 +13,7 @@ LICENSE= gnu-gpl-v2 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
+CONFLICTS+= ruby[1-9][0-9]-mongrel-cluster-[0-9]* mongrel-cluster-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/mongrel-config/Makefile b/www/mongrel-config/Makefile
index 41140571b57..de2bfeb8dda 100644
--- a/www/mongrel-config/Makefile
+++ b/www/mongrel-config/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 12:29:43 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel_config-0.3.1
+PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
@@ -13,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
DEPENDS+= ${RUBY_PKGPREFIX}-camping>=1.5:../../www/camping
+CONFLICTS+= ruby[1-9][0-9]-mongrel-config-[0-9]* mongrel-config-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/mongrel-console/Makefile b/www/mongrel-console/Makefile
index de309b2083b..82a8e3951ce 100644
--- a/www/mongrel-console/Makefile
+++ b/www/mongrel-console/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 12:30:39 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel_console-0.2.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,5 +12,7 @@ LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
+CONFLICTS+= ruby[1-9][0-9]-mongrel-console-[0-9]* mongrel-console-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/mongrel-upload-progress/Makefile b/www/mongrel-upload-progress/Makefile
index 656d3fa5bbf..02ab6d03a85 100644
--- a/www/mongrel-upload-progress/Makefile
+++ b/www/mongrel-upload-progress/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/09/10 12:31:33 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel_upload_progress-0.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,5 +12,8 @@ LICENSE= # unknown
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=0.3.13.3:../../www/mongrel
+CONFLICTS+= ruby[1-9][0-9]-mongrel-upload-progress-[0-9]* \
+ mongrel-upload-progress-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
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"
diff --git a/www/thin/Makefile b/www/thin/Makefile
index 306ec0f6702..a3a5b7c7dfe 100644
--- a/www/thin/Makefile
+++ b/www/thin/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/09/10 13:22:19 taca Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/13 14:39:31 taca Exp $
DISTNAME= thin-1.2.7
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
-CONFLICTS+= ruby[1-9][0-9]-thin-*
+CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"