pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Types-Serialiser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  8 13:12:33 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Types-Serialiser: Makefile

Log Message:
p5-Types-Serialiser: common::sense is a runtime dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Types-Serialiser/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Types-Serialiser/Makefile
diff -u pkgsrc/devel/p5-Types-Serialiser/Makefile:1.7 pkgsrc/devel/p5-Types-Serialiser/Makefile:1.8
--- pkgsrc/devel/p5-Types-Serialiser/Makefile:1.7       Mon Jun  5 14:23:51 2017
+++ pkgsrc/devel/p5-Types-Serialiser/Makefile   Thu Mar  8 13:12:33 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:23:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/08 13:12:33 wiz Exp $
 
 DISTNAME=      Types-Serialiser-1.0
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
 
@@ -10,7 +10,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Types-Serialiser/
 COMMENT=       Simple data types for common serialisation formats
 
-BUILD_DEPENDS+=        p5-common-sense-[0-9]*:../../devel/p5-common-sense
+DEPENDS+=      p5-common-sense-[0-9]*:../../devel/p5-common-sense
 
 LICENSE=               ${PERL5_LICENSE}
 USE_LANGUAGES=         # empty



Home | Main Index | Thread Index | Old Index