svn commit: r500572 - head/net/dtcp

Hajimu UMEMOTO ume at FreeBSD.org
Tue Apr 30 23:03:55 UTC 2019


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


More information about the svn-ports-all mailing list