aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-24 21:42:41 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-24 21:42:41 +0000
commit7608a974279b9292f8e6a8e12ecfb65152439c25 (patch)
treeaf0e159d5bbb2ca18664ee81e1cecc98d5ed93ed /devel/bugzilla
parent0b5d3f8d4b939ebe7f11b0cb9351fd067f81fa4d (diff)
downloadports-7608a974279b9292f8e6a8e12ecfb65152439c25.tar.gz
ports-7608a974279b9292f8e6a8e12ecfb65152439c25.zip
Notes
Diffstat (limited to 'devel/bugzilla')
-rw-r--r--devel/bugzilla/Makefile1
-rw-r--r--devel/bugzilla/files/patch-checksetup.pl18
-rw-r--r--devel/bugzilla/pkg-plist36
3 files changed, 52 insertions, 3 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile
index ac7f59f0ef57..e46cdb34ee61 100644
--- a/devel/bugzilla/Makefile
+++ b/devel/bugzilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME?= bugzilla
PORTVERSION?= 2.18
+PORTREVISION?= 1
CATEGORIES?= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= webtools webtools/archived
diff --git a/devel/bugzilla/files/patch-checksetup.pl b/devel/bugzilla/files/patch-checksetup.pl
index c35d3bf4708e..d16ef40ac58f 100644
--- a/devel/bugzilla/files/patch-checksetup.pl
+++ b/devel/bugzilla/files/patch-checksetup.pl
@@ -1,11 +1,23 @@
---- checksetup.pl.orig Fri Jan 14 10:51:36 2005
-+++ checksetup.pl Mon Jan 24 17:39:29 2005
+
+$FreeBSD$
+
+--- checksetup.pl.orig
++++ checksetup.pl
+@@ -288,7 +288,7 @@
+ },
+ {
+ name => 'File::Spec',
+- version => '0.82'
++ version => '0'
+ },
+ {
+ name => 'File::Temp',
@@ -616,7 +616,7 @@
my $webservergroup_default;
if ($^O !~ /MSWin32/i) {
- $webservergroup_default = 'apache';
-+ $webservergroup_default = 'nogroup';
++ $webservergroup_default = 'www';
} else {
$webservergroup_default = '';
}
diff --git a/devel/bugzilla/pkg-plist b/devel/bugzilla/pkg-plist
index c54770de1fe0..9ccbb1189621 100644
--- a/devel/bugzilla/pkg-plist
+++ b/devel/bugzilla/pkg-plist
@@ -120,6 +120,31 @@
%%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml
%%PORTDOCS%%%%DOCSDIR%%/xml/using.xml
%%BUGZILLADIR%%/1x1.gif
+%%BUGZILLADIR%%/Bugzilla/Auth/Cookie.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Auth/LDAP.pm
+%%BUGZILLADIR%%/Bugzilla/Attachment.pm
+%%BUGZILLADIR%%/Bugzilla/Auth.pm
+%%BUGZILLADIR%%/Bugzilla/Bug.pm
+%%BUGZILLADIR%%/Bugzilla/BugMail.pm
+%%BUGZILLADIR%%/Bugzilla/CGI.pm
+%%BUGZILLADIR%%/Bugzilla/Chart.pm
+%%BUGZILLADIR%%/Bugzilla/Config.pm
+%%BUGZILLADIR%%/Bugzilla/Constants.pm
+%%BUGZILLADIR%%/Bugzilla/DB.pm
+%%BUGZILLADIR%%/Bugzilla/Error.pm
+%%BUGZILLADIR%%/Bugzilla/Flag.pm
+%%BUGZILLADIR%%/Bugzilla/FlagType.pm
+%%BUGZILLADIR%%/Bugzilla/RelationSet.pm
+%%BUGZILLADIR%%/Bugzilla/Search.pm
+%%BUGZILLADIR%%/Bugzilla/Series.pm
+%%BUGZILLADIR%%/Bugzilla/Template.pm
+%%BUGZILLADIR%%/Bugzilla/Token.pm
+%%BUGZILLADIR%%/Bugzilla/User.pm
+%%BUGZILLADIR%%/Bugzilla/Util.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
+%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm
%%BUGZILLADIR%%/Bugzilla.pm
%%BUGZILLADIR%%/CGI.pl
%%BUGZILLADIR%%/QUICKSTART
@@ -133,6 +158,10 @@
%%BUGZILLADIR%%/colchange.cgi
%%BUGZILLADIR%%/collectstats.pl
%%BUGZILLADIR%%/config.cgi
+%%BUGZILLADIR%%/js/duplicates.js
+%%BUGZILLADIR%%/skins/standard/duplicates.css
+%%BUGZILLADIR%%/skins/standard/global.css
+%%BUGZILLADIR%%/skins/standard/show_multiple.css
%%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm
%%CONTRIB%%%%BUGZILLADIR%%/contrib/README
%%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif
@@ -395,6 +424,13 @@
%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline
%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit
%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib
+@dirrm %%BUGZILLADIR%%/Bugzilla/Auth
+@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin
+@dirrm %%BUGZILLADIR%%/Bugzilla/Template
+@dirrm %%BUGZILLADIR%%/Bugzilla
+@dirrm %%BUGZILLADIR%%/js
+@dirrm %%BUGZILLADIR%%/skins/standard
+@dirrm %%BUGZILLADIR%%/skins
@dirrm %%BUGZILLADIR%%
@dirrm %%PORTDOCS%%%%DOCSDIR%%/xml
@dirrm %%PORTDOCS%%%%DOCSDIR%%/txt