diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-17 13:22:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-17 13:22:20 +0800 |
commit | 63c08cbad249fbb4c29c6b96883c593595b74058 (patch) | |
tree | 0bade3d5fe2faf6b5adf218d418f53192baee082 /devel/bugzilla2 | |
parent | 48cd84341dde5b5ee20d04695c3fee68b258ce89 (diff) | |
download | freebsd-ports-graphics-63c08cbad249fbb4c29c6b96883c593595b74058.tar.gz freebsd-ports-graphics-63c08cbad249fbb4c29c6b96883c593595b74058.tar.zst freebsd-ports-graphics-63c08cbad249fbb4c29c6b96883c593595b74058.zip |
[PATCH] devel/bugzilla: update to 2.16.6
- Update to 2.16.6
PR: ports/69105
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r-- | devel/bugzilla2/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla2/distinfo | 4 | ||||
-rw-r--r-- | devel/bugzilla2/files/patch-checksetup.pl | 8 | ||||
-rw-r--r-- | devel/bugzilla2/pkg-message | 2 | ||||
-rw-r--r-- | devel/bugzilla2/pkg-plist | 4 |
5 files changed, 11 insertions, 9 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index 03e8865dea9..d50ca0d12cd 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/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/bugzilla2/distinfo b/devel/bugzilla2/distinfo index 90274754cce..6fbeef5f155 100644 --- a/devel/bugzilla2/distinfo +++ b/devel/bugzilla2/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/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl index 2b5102dcb91..2beed10baca 100644 --- a/devel/bugzilla2/files/patch-checksetup.pl +++ b/devel/bugzilla2/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/bugzilla2/pkg-message b/devel/bugzilla2/pkg-message index 9ed26d988aa..da839144465 100644 --- a/devel/bugzilla2/pkg-message +++ b/devel/bugzilla2/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/bugzilla2/pkg-plist b/devel/bugzilla2/pkg-plist index fee6720525b..b5557cad826 100644 --- a/devel/bugzilla2/pkg-plist +++ b/devel/bugzilla2/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%% |