pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/p5-SQL-Statement



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 25 09:36:21 UTC 2018

Modified Files:
        pkgsrc/databases/p5-SQL-Statement: Makefile

Log Message:
p5-SQL-Statement: update to 1.412nb2.

Add missing dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/p5-SQL-Statement/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-SQL-Statement/Makefile
diff -u pkgsrc/databases/p5-SQL-Statement/Makefile:1.49 pkgsrc/databases/p5-SQL-Statement/Makefile:1.50
--- pkgsrc/databases/p5-SQL-Statement/Makefile:1.49     Mon Jun  5 14:22:31 2017
+++ pkgsrc/databases/p5-SQL-Statement/Makefile  Sun Mar 25 09:36:21 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2017/06/05 14:22:31 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.50 2018/03/25 09:36:21 wiz Exp $
 
 DISTNAME=      SQL-Statement-1.412
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SQL/}
 
@@ -15,6 +14,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-Clone>=0.30:../../devel/p5-Clone
 DEPENDS+=      p5-Params-Util>=1.00:../../devel/p5-Params-Util
 DEPENDS+=      p5-Math-Base-Convert>=0:../../math/p5-Math-Base-Convert
+DEPENDS+=      p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
 
 BUILD_DEPENDS+=        p5-Test-Deep>=0:../../devel/p5-Test-Deep
 



Home | Main Index | Thread Index | Old Index