pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bugzilla - Modify checkconfig.pl to accept any v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a91a839e307c
branches: trunk
changeset: 495702:a91a839e307c
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Jun 17 22:58:02 2005 +0000
description:
- Modify checkconfig.pl to accept any version of File::Spec as this will
by taken care of by pkgsrc infrastructure anyway.
- The problem is that checkconfig.pl thinks File::Spec v0.90 is v0.9
and complains that the version installed is too old.
- Problem reported by Brandon Adams <brandon.adams%omron.com@localhost> on tech-pkg@
diffstat:
devel/bugzilla/Makefile | 3 ++-
devel/bugzilla/distinfo | 3 ++-
devel/bugzilla/patches/patch-aa | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r ae24387af609 -r a91a839e307c devel/bugzilla/Makefile
--- a/devel/bugzilla/Makefile Fri Jun 17 20:58:58 2005 +0000
+++ b/devel/bugzilla/Makefile Fri Jun 17 22:58:02 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/05/15 17:04:32 adrianp Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 22:58:02 adrianp Exp $
#
DISTNAME= bugzilla-2.18.1
+PKGREVISION= 1
CATEGORIES= www devel
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/webtools/
diff -r ae24387af609 -r a91a839e307c devel/bugzilla/distinfo
--- a/devel/bugzilla/distinfo Fri Jun 17 20:58:58 2005 +0000
+++ b/devel/bugzilla/distinfo Fri Jun 17 22:58:02 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/05/15 17:04:32 adrianp Exp $
+$NetBSD: distinfo,v 1.6 2005/06/17 22:58:02 adrianp Exp $
SHA1 (bugzilla-2.18.1.tar.gz) = ec582315d2a909929045494b5ad11ffe97fc63bf
RMD160 (bugzilla-2.18.1.tar.gz) = fbcecb2ec617fc2291aed680787464b72b312a50
Size (bugzilla-2.18.1.tar.gz) = 1542054 bytes
+SHA1 (patch-aa) = 8b25ff33bb77ce226b52ccf97ec7c91c1e95a6a1
diff -r ae24387af609 -r a91a839e307c devel/bugzilla/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bugzilla/patches/patch-aa Fri Jun 17 22:58:02 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/06/17 22:58:02 adrianp Exp $
+
+--- checksetup.pl.orig 2005-06-17 20:33:45.000000000 +0000
++++ checksetup.pl 2005-06-17 22:36:27.000000000 +0000
+@@ -288,7 +288,7 @@
+ },
+ {
+ name => 'File::Spec',
+- version => '0.82'
++ version => '0'
+ },
+ {
+ name => 'File::Temp',
Home |
Main Index |
Thread Index |
Old Index