diff options
author | abs <abs@pkgsrc.org> | 2007-01-13 21:24:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-13 21:24:58 +0000 |
commit | 953d0a18e7ccfdb9abeba7e0d241a202e800b2f9 (patch) | |
tree | e7862ea4b0c09b96c459afcea4e5b9f212e111ae /devel/bugzilla | |
parent | adba20d97e03e5ebdbb73103be7a322b031750ed (diff) | |
download | pkgsrc-953d0a18e7ccfdb9abeba7e0d241a202e800b2f9.tar.gz |
p5-File-Spec has gone (superseded by p5-PathTools), but the version in
the perl in pkgsrc should be enough for these packages. Bump PKGREVISIONs
Cleanup for PR pkg/35402
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 79092bd7dec..a77297d4342 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2006/10/15 12:36:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.22 2007/01/13 21:24:58 abs Exp $ # DISTNAME= bugzilla-2.22.1 +PKGREVISION= 1 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA:=webtools/} @@ -12,7 +13,6 @@ COMMENT= Web based bug tracking system DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI DEPENDS+= p5-DBI>=1.38:../../databases/p5-DBI -DEPENDS+= p5-File-Spec>=0.84:../../devel/p5-File-Spec DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit DEPENDS+= p5-Text-Tabs+Wrap>=2001.0131:../../textproc/p5-Text-Tabs+Wrap |