svn commit: r370790 - in head/ports-mgmt: portupgrade portupgrade-devel
Bryan Drewery
bdrewery at FreeBSD.org
Mon Oct 13 15:55:00 UTC 2014
Author: bdrewery
Date: Mon Oct 13 15:54:59 2014
New Revision: 370790
URL: https://svnweb.freebsd.org/changeset/ports/370790
QAT: https://qat.redports.org/buildarchive/r370790/
Log:
- Add dependency back for ruby-bdb for Ruby 2.0.
PR: 188084
PR: 185523
Modified:
head/ports-mgmt/portupgrade-devel/Makefile
head/ports-mgmt/portupgrade/Makefile
Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile Mon Oct 13 15:45:02 2014 (r370789)
+++ head/ports-mgmt/portupgrade-devel/Makefile Mon Oct 13 15:54:59 2014 (r370790)
@@ -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
Modified: head/ports-mgmt/portupgrade/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade/Makefile Mon Oct 13 15:45:02 2014 (r370789)
+++ head/ports-mgmt/portupgrade/Makefile Mon Oct 13 15:54:59 2014 (r370790)
@@ -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
More information about the svn-ports-all
mailing list