diff options
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 7 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 79470ab216d7..00b494592253 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= portupgrade PORTVERSION= 20180309 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -39,13 +39,8 @@ INSTALL_TARGET= install INSTALL_TARGET+= install-doc .endif -.if ${RUBY_VER} >= 3.2 -# databases/ruby-bdb is BROKEN with Ruby 3.2 -RUN_DEPENDS+= rubygem-dbm>0:databases/rubygem-dbm -.else # For PKG_DBDRIVER={bdb_btree,bdb_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb -.endif regression-test: patch cd ${WRKSRC} && ${MAKE} test diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index f9a899bb78f4..3ea3d7e0f20c 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -1,6 +1,6 @@ PORTNAME= portupgrade PORTVERSION= 2.4.16 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -38,13 +38,8 @@ INSTALL_TARGET= install INSTALL_TARGET+= install-doc .endif -.if ${RUBY_VER} >= 3.2 -# databases/ruby-bdb is BROKEN with Ruby 3.2 -RUN_DEPENDS+= rubygem-dbm>0:databases/rubygem-dbm -.else # For PKG_DBDRIVER={bdb_btree,bdb_hash} RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb -.endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg |