Fix typo in CONFLICTS_INSTALL in www/rubygem-unicorn51
Add corresponding CONFLICTS_INSTALL in www/rubygem-unicorn Pet portlint Approved by: portmgr (blanket)
This commit is contained in:
parent
ba769e5af4
commit
809ef83426
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464671
2 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \
|
||||
rubygem-raindrops>=0.7:www/rubygem-raindrops
|
||||
|
||||
USE_RUBY= yes
|
||||
CONFLICTS_INSTALL= rubygem-unicorn51
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
PLIST_FILES= bin/unicorn bin/unicorn_rails
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= rubygem-kgio>=2.6:devel/rubygem-kgio \
|
|||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
CONFLICT_INSTALL= rubygems-unicorn
|
||||
CONFLICTS_INSTALL= rubygem-unicorn
|
||||
PORTSCOUT= limit:^5\.1
|
||||
|
||||
PLIST_FILES= bin/unicorn bin/unicorn_rails
|
||||
|
|
Loading…
Reference in a new issue