diff options
author | taca <taca@pkgsrc.org> | 2010-09-13 14:49:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-13 14:49:54 +0000 |
commit | bad02197538f874820cdaa92754e35deffae7dd2 (patch) | |
tree | 167eb06cd084ec03ea574d885026e7442db919df /sysutils/capistrano | |
parent | 8eb9415f2bbb21cf7c96d920310bc150c227955c (diff) | |
download | pkgsrc-bad02197538f874820cdaa92754e35deffae7dd2.tar.gz |
* Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
- matches current "ruby18-" and "ruby19-" packages
Bump PKGREVISION because addition of latter pattern.
Diffstat (limited to 'sysutils/capistrano')
-rw-r--r-- | sysutils/capistrano/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/capistrano/Makefile b/sysutils/capistrano/Makefile index b62c4654126..8dca0ad35e0 100644 --- a/sysutils/capistrano/Makefile +++ b/sysutils/capistrano/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/09/10 07:50:03 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/13 14:49:54 taca Exp $ DISTNAME= capistrano-2.5.19 +PKGREVISION= 1 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,5 +17,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-net-sftp>=2.0.0:../../security/ruby-net-sftp DEPENDS+= ${RUBY_PKGPREFIX}-net-scp>=1.0.0:../../security/ruby-net-scp DEPENDS+= ${RUBY_PKGPREFIX}-highline>=0:../../devel/ruby-highline +CONFLICTS+= ruby[1-9][0-9]-capistrano-[0-9]* capistrano-[0-9]* + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |