diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-06-17 22:58:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-06-17 22:58:02 +0000 |
commit | 042aead1541837f6f0ad20b6d6bb943c0a7ce012 (patch) | |
tree | 201d6bf465bde140ddceac469ebf29a30f1388fa /devel/bugzilla | |
parent | 7357eef2ae12df9685810a3baa2851fd46c9e722 (diff) | |
download | pkgsrc-042aead1541837f6f0ad20b6d6bb943c0a7ce012.tar.gz |
- 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> on tech-pkg@
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 3 | ||||
-rw-r--r-- | devel/bugzilla/distinfo | 3 | ||||
-rw-r--r-- | devel/bugzilla/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 748d68bd774..5a6e288a461 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -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 --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo index f3a41621eeb..ccab3274785 100644 --- a/devel/bugzilla/distinfo +++ b/devel/bugzilla/distinfo @@ -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 --git a/devel/bugzilla/patches/patch-aa b/devel/bugzilla/patches/patch-aa new file mode 100644 index 00000000000..2eb903b2658 --- /dev/null +++ b/devel/bugzilla/patches/patch-aa @@ -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', |