Date: Tue, 30 Apr 2019 23:03:54 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500572 - head/net/dtcp Message-ID: <201904302303.x3UN3sCu058610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Tue Apr 30 23:03:54 2019 New Revision: 500572 URL: https://svnweb.freebsd.org/changeset/ports/500572 Log: Since dbm library was removed from ruby ports and replaced with rubygem-dbm, add RUN_DEPENDS to rubygem-dbm. Be aware that rubygem-dbm uses db5 by default for database back-end. You may need to change OPTIONS of rubygem-dbm from BDB to LIBC and build it by yourself. Modified: head/net/dtcp/Makefile Modified: head/net/dtcp/Makefile ============================================================================== --- head/net/dtcp/Makefile Tue Apr 30 22:32:36 2019 (r500571) +++ head/net/dtcp/Makefile Tue Apr 30 23:03:54 2019 (r500572) @@ -2,7 +2,7 @@ PORTNAME= dtcp PORTVERSION= 20130602 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ @@ -11,8 +11,9 @@ COMMENT= Dynamic Tunnel Configuration Protocol daemon LICENSE= BSD3CLAUSE +RUN_DEPENDS= rubygem-dbm>0:databases/rubygem-dbm .if defined(WITH_QPOPAUTH) -RUN_DEPENDS= qpopauth:mail/qpopper +RUN_DEPENDS+= qpopauth:mail/qpopper .endif USES= uidfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904302303.x3UN3sCu058610>