diff options
author | taca <taca@pkgsrc.org> | 2010-09-13 14:39:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-13 14:39:30 +0000 |
commit | 3bed96a0a6c51d4381ba6d0be991a1994d6f5073 (patch) | |
tree | bfbdc830ee2637706dabc8d80cd3047835c8a956 /www/mongrel-upload-progress | |
parent | 485d61e562aa5ba371ed411b40ef549c53ba0e3a (diff) | |
download | pkgsrc-3bed96a0a6c51d4381ba6d0be991a1994d6f5073.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-upload-progress')
-rw-r--r-- | www/mongrel-upload-progress/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" |