- Add PKGNAMESUFFIX to devel/rubygem-deprecated2 to make package name unique
- Update databases/ruby-dbi for new rubygem-deprecated2 package name
This commit is contained in:
parent
a9f8d9523c
commit
6254f9f50c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331927
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
|
|||
COMMENT= DBI-for-Ruby - a common interface for SQL-based databases
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/aspectr.rb:${PORTSDIR}/devel/ruby-aspectr \
|
||||
rubygem-deprecated>=2.0.0:${PORTSDIR}/devel/rubygem-deprecated2
|
||||
rubygem-deprecated2>=2.0.0:${PORTSDIR}/devel/rubygem-deprecated2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_SETUP= yes
|
||||
|
|
|
@ -11,6 +11,8 @@ COMMENT= Version 2 of this library intended to aid working with deprecated code
|
|||
|
||||
LATEST_LINK= deprecated2
|
||||
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
Loading…
Reference in a new issue