pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-Any In retrospect as we currently o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d65aca3e19c6
branches:  trunk
changeset: 533022:d65aca3e19c6
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Sep 07 12:54:45 2007 +0000

description:
In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.

diffstat:

 converters/p5-JSON-Any/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 755ca9373357 -r d65aca3e19c6 converters/p5-JSON-Any/Makefile
--- a/converters/p5-JSON-Any/Makefile   Fri Sep 07 12:44:54 2007 +0000
+++ b/converters/p5-JSON-Any/Makefile   Fri Sep 07 12:54:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/07 12:54:45 abs Exp $
 
 DISTNAME=              JSON-Any-1.08
 PKGNAME=               p5-${DISTNAME}
@@ -11,8 +11,8 @@
 
 PERL5_PACKLIST=                auto/JSON/Any/.packlist
 
-# Do not install any specific JSON converter - let user decide
-# DEPENDS+=            p5-JSON-[0-9]*:../../converters/p5-JSON
+# May need to revisit this when multiple JSON converters in pkgsrc
+DEPENDS+=              p5-JSON-[0-9]*:../../converters/p5-JSON
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index