aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-10-13 17:07:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-10-13 17:07:44 +0000
commitf4de26f3bffb582bb5f6c5bb5f9eaab2ee1e7de2 (patch)
treed4e4e6ed389972c8148f1c114b264dc2c412078a
parent6b2f0bfa1490a02b6c034261295a99cdb5c194cb (diff)
Notes
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile6
-rw-r--r--ports-mgmt/portupgrade/Makefile5
2 files changed, 3 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index 485ec07a1847..5c6d1cc27ffa 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= portupgrade
PORTVERSION= 20141006
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= ports-mgmt
MASTER_SITES= GH \
@@ -44,10 +44,8 @@ INSTALL_TARGET= install
INSTALL_TARGET+= install-doc
.endif
-# Reported that ruby-bdb is BROKEN with 2.0
-.if ${RUBY_VER} != 2.0 && ${RUBY_VER} != 2.1
+# For PKG_DBDRIVER={bdb_btree,bdb_hash}
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
-.endif
regression-test: patch
cd ${WRKSRC} && ${MAKE} test
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 4d1425d5e769..7f56a0e5f5b3 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -3,7 +3,7 @@
PORTNAME= portupgrade
PORTVERSION= 2.4.13
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= ports-mgmt
MASTER_SITES= SF/portupgrade/pkgtools/dist/ \
@@ -39,11 +39,8 @@ INSTALL_TARGET= install
INSTALL_TARGET+= install-doc
.endif
-# Reported that ruby-bdb is BROKEN with 2.0
-.if ${RUBY_VER} != 2.0 && ${RUBY_VER} != 2.1
# For PKG_DBDRIVER={bdb_btree,bdb_hash}
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
-.endif
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg