summaryrefslogtreecommitdiff
path: root/www/merb-test-unit
diff options
context:
space:
mode:
authortaca <taca>2010-09-13 14:32:40 +0000
committertaca <taca>2010-09-13 14:32:40 +0000
commitb5dee7f07f3aa9f63fcdfc786d30feea72de7cfe (patch)
treea817863f79bde5fe30b439673c232b442e2a1eb3 /www/merb-test-unit
parentcdd7765855e9cbd6694f8733ad0e93ef743560f2 (diff)
downloadpkgsrc-b5dee7f07f3aa9f63fcdfc786d30feea72de7cfe.tar.gz
* Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
Diffstat (limited to 'www/merb-test-unit')
-rw-r--r--www/merb-test-unit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/merb-test-unit/Makefile b/www/merb-test-unit/Makefile
index 8c4a74975c6..9710cb07215 100644
--- a/www/merb-test-unit/Makefile
+++ b/www/merb-test-unit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/12 02:53:26 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:42 taca Exp $
DISTNAME= merb_test_unit-0.9.13
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -11,5 +11,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.9:../../www/merb-core
+CONFLICTS+= merb-test-unit-[0-9]*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"