diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-17 05:22:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-07-17 05:22:20 +0000 |
commit | a69b025bfe11f209533a635d0aa0f1c8eda1c19e (patch) | |
tree | cd4cc913f3f38576d4e577bc7ae7c3900c85faec /devel/bugzilla3 | |
parent | 919b1245887133716445282956eec4f35200a681 (diff) | |
download | ports-a69b025bfe11f209533a635d0aa0f1c8eda1c19e.tar.gz ports-a69b025bfe11f209533a635d0aa0f1c8eda1c19e.zip |
Notes
Diffstat (limited to 'devel/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla3/distinfo | 4 | ||||
-rw-r--r-- | devel/bugzilla3/files/patch-checksetup.pl | 8 | ||||
-rw-r--r-- | devel/bugzilla3/pkg-message | 2 | ||||
-rw-r--r-- | devel/bugzilla3/pkg-plist | 4 |
5 files changed, 11 insertions, 9 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 03e8865dea94..d50ca0d12cd4 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= bugzilla -PORTVERSION?= 2.16.5 +PORTVERSION?= 2.16.6 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index 90274754cce2..6fbeef5f1553 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,2 +1,2 @@ -MD5 (bugzilla-2.16.5.tar.gz) = 7fadaa920ab18d99313d947e2551daa3 -SIZE (bugzilla-2.16.5.tar.gz) = 885023 +MD5 (bugzilla-2.16.6.tar.gz) = 5b694df8739be175f0358507f844b71d +SIZE (bugzilla-2.16.6.tar.gz) = 1365080 diff --git a/devel/bugzilla3/files/patch-checksetup.pl b/devel/bugzilla3/files/patch-checksetup.pl index 2b5102dcb910..2beed10bacaf 100644 --- a/devel/bugzilla3/files/patch-checksetup.pl +++ b/devel/bugzilla3/files/patch-checksetup.pl @@ -1,10 +1,10 @@ ---- checksetup.pl~ Mon Dec 23 14:54:23 2002 -+++ checksetup.pl Mon Feb 3 20:34:14 2003 -@@ -395,7 +395,7 @@ +--- checksetup.pl~ Fri Apr 16 02:48:51 2004 ++++ checksetup.pl Thu Jul 15 23:37:09 2004 +@@ -399,7 +399,7 @@ # and you cannot set this up any other way. YOU HAVE BEEN WARNED. # If you set this to anything besides "", you will need to run checksetup.pl # as root, or as a user who is a member of the specified group. --$webservergroup = "nobody"; +-$webservergroup = "apache"; +$webservergroup = "nogroup"; '); diff --git a/devel/bugzilla3/pkg-message b/devel/bugzilla3/pkg-message index 9ed26d988aa0..da839144465a 100644 --- a/devel/bugzilla3/pkg-message +++ b/devel/bugzilla3/pkg-message @@ -18,5 +18,5 @@ For more complete database setup and post-installation instructions and security tips/notes please read Bugzilla Guide in - %%PORTDOCS%%%%DOCSDIR%% (chapter 3: Installation) + %%PORTDOCS%%%%DOCSDIR%% (chapter 4: Installation) ========================================================================== diff --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist index fee6720525b7..b5557cad826a 100644 --- a/devel/bugzilla3/pkg-plist +++ b/devel/bugzilla3/pkg-plist @@ -1,5 +1,4 @@ %%PORTDOCS%%%%DOCSDIR%%/html/about.html -%%PORTDOCS%%%%DOCSDIR%%/html/aboutthisguide.html %%PORTDOCS%%%%DOCSDIR%%/html/administration.html %%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html %%PORTDOCS%%%%DOCSDIR%%/html/cmdline.html @@ -35,6 +34,7 @@ %%PORTDOCS%%%%DOCSDIR%%/html/integration.html %%PORTDOCS%%%%DOCSDIR%%/html/introduction.html %%PORTDOCS%%%%DOCSDIR%%/html/newversions.html +%%PORTDOCS%%%%DOCSDIR%%/html/nonroot.html %%PORTDOCS%%%%DOCSDIR%%/html/osx.html %%PORTDOCS%%%%DOCSDIR%%/html/parameters.html %%PORTDOCS%%%%DOCSDIR%%/html/patches.html @@ -65,6 +65,7 @@ %%PORTDOCS%%%%DOCSDIR%%/images/tip.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/makedocs.pl +%%PORTDOCS%%%%DOCSDIR%%/pdf/Bugzilla-Guide.pdf %%PORTDOCS%%%%DOCSDIR%%/rel_notes.txt %%PORTDOCS%%%%DOCSDIR%%/txt/Bugzilla-Guide.txt %%PORTDOCS%%%%DOCSDIR%%/xml/Bugzilla-Guide.xml @@ -279,6 +280,7 @@ %%PORTDOCS%%%%CONTRIB%%@dirrm %%DOCSDIR%%/contrib %%PORTDOCS%%@dirrm %%DOCSDIR%%/xml %%PORTDOCS%%@dirrm %%DOCSDIR%%/txt +%%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% |