From owner-svn-ports-head@freebsd.org Tue Apr 30 23:03:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1992B15A10E5; Tue, 30 Apr 2019 23:03:55 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B40C76C1CA; Tue, 30 Apr 2019 23:03:54 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D97A18B81; Tue, 30 Apr 2019 23:03:54 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3UN3sl3058611; Tue, 30 Apr 2019 23:03:54 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3UN3sCu058610; Tue, 30 Apr 2019 23:03:54 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201904302303.x3UN3sCu058610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 30 Apr 2019 23:03:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500572 - head/net/dtcp X-SVN-Group: ports-head X-SVN-Commit-Author: ume X-SVN-Commit-Paths: head/net/dtcp X-SVN-Commit-Revision: 500572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B40C76C1CA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2019 23:03:55 -0000 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