Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 15:57:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526808 - head/databases/p5-DBD-XBase
Message-ID:  <202002221557.01MFvum0056811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 22 15:57:55 2020
New Revision: 526808
URL: https://svnweb.freebsd.org/changeset/ports/526808

Log:
  Change the way *_DEPENDS are set
  
  - Update WWW

Modified:
  head/databases/p5-DBD-XBase/Makefile
  head/databases/p5-DBD-XBase/pkg-descr

Modified: head/databases/p5-DBD-XBase/Makefile
==============================================================================
--- head/databases/p5-DBD-XBase/Makefile	Sat Feb 22 15:57:48 2020	(r526807)
+++ head/databases/p5-DBD-XBase/Makefile	Sat Feb 22 15:57:55 2020	(r526808)
@@ -10,11 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Provides access to XBase (dBase, Fox*) database files through DBI
 
-BUILD_DEPENDS=	p5-DBI>=0:databases/p5-DBI
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI
 
 USES=		perl5
 USE_PERL5=	configure
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/p5-DBD-XBase/pkg-descr
==============================================================================
--- head/databases/p5-DBD-XBase/pkg-descr	Sat Feb 22 15:57:48 2020	(r526807)
+++ head/databases/p5-DBD-XBase/pkg-descr	Sat Feb 22 15:57:55 2020	(r526808)
@@ -10,4 +10,4 @@ interface and SQL commands ($dbh->prepare("SELECT * FR
 an argument to DBI->connect, specify "dbi:XBase:$dir", where $dir is
 the directory with the data files.
 
-WWW: https://metacpan.org/pod/DBD::XBase
+WWW: https://metacpan.org/release/DBD-XBase



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221557.01MFvum0056811>