View | Details | Raw Unified | Return to bug 272491
Collapse All | Expand All

(-)b/ports-mgmt/portupgrade-devel/Makefile (-6 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	portupgrade
1
PORTNAME=	portupgrade
2
PORTVERSION=	20180309
2
PORTVERSION=	20180309
3
PORTREVISION=	0
3
PORTREVISION=	1
4
PORTEPOCH=	3
4
PORTEPOCH=	3
5
CATEGORIES=	ports-mgmt
5
CATEGORIES=	ports-mgmt
6
MASTER_SITES=	GH \
6
MASTER_SITES=	GH \
Lines 39-51 INSTALL_TARGET= install Link Here
39
INSTALL_TARGET+=	install-doc
39
INSTALL_TARGET+=	install-doc
40
.endif
40
.endif
41
41
42
.if ${RUBY_VER} >= 3.2
43
# databases/ruby-bdb is BROKEN with Ruby 3.2
44
RUN_DEPENDS+=	rubygem-dbm>0:databases/rubygem-dbm
45
.else
46
# For PKG_DBDRIVER={bdb_btree,bdb_hash}
42
# For PKG_DBDRIVER={bdb_btree,bdb_hash}
47
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
43
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
48
.endif
49
44
50
regression-test: patch
45
regression-test: patch
51
	cd ${WRKSRC} && ${MAKE} test
46
	cd ${WRKSRC} && ${MAKE} test
(-)b/ports-mgmt/portupgrade/Makefile (-7 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	portupgrade
1
PORTNAME=	portupgrade
2
PORTVERSION=	2.4.16
2
PORTVERSION=	2.4.16
3
PORTREVISION=	0
3
PORTREVISION=	1
4
PORTEPOCH=	2
4
PORTEPOCH=	2
5
CATEGORIES=	ports-mgmt
5
CATEGORIES=	ports-mgmt
6
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
6
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
Lines 38-50 INSTALL_TARGET= install Link Here
38
INSTALL_TARGET+=	install-doc
38
INSTALL_TARGET+=	install-doc
39
.endif
39
.endif
40
40
41
.if ${RUBY_VER} >= 3.2
42
# databases/ruby-bdb is BROKEN with Ruby 3.2
43
RUN_DEPENDS+=	rubygem-dbm>0:databases/rubygem-dbm
44
.else
45
# For PKG_DBDRIVER={bdb_btree,bdb_hash}
41
# For PKG_DBDRIVER={bdb_btree,bdb_hash}
46
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
42
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/bdb.so:databases/ruby-bdb
47
.endif
48
43
49
post-install:
44
post-install:
50
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
45
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg
51
- 

Return to bug 272491