aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-10-13 15:54:59 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-10-13 15:54:59 +0000
commitb47e3677c2e7cea60e3e34c247fac1875061f845 (patch)
tree5f3d7c12f10a9479548cb03310941bb958f6d22c /ports-mgmt
parent3bfa450500fc7f760fd0ea0b6b25e923a13af93c (diff)
downloadports-b47e3677c2e7cea60e3e34c247fac1875061f845.tar.gz
ports-b47e3677c2e7cea60e3e34c247fac1875061f845.zip
Notes
Diffstat (limited to 'ports-mgmt')
-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