[Midnightbsd-cvs] mports [18750] trunk/devel/bugzilla44: update bugzilla 4.4 port to 4.4.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 3 14:36:35 EDT 2015


Revision: 18750
          http://svnweb.midnightbsd.org/mports/?rev=18750
Author:   laffer1
Date:     2015-05-03 14:36:34 -0400 (Sun, 03 May 2015)
Log Message:
-----------
update bugzilla 4.4 port to 4.4.8

Modified Paths:
--------------
    trunk/devel/bugzilla44/Makefile
    trunk/devel/bugzilla44/Makefile.options
    trunk/devel/bugzilla44/distinfo
    trunk/devel/bugzilla44/pkg-plist

Removed Paths:
-------------
    trunk/devel/bugzilla44/files/freebsd-project-ldap.diff

Modified: trunk/devel/bugzilla44/Makefile
===================================================================
--- trunk/devel/bugzilla44/Makefile	2015-05-03 18:33:20 UTC (rev 18749)
+++ trunk/devel/bugzilla44/Makefile	2015-05-03 18:36:34 UTC (rev 18750)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	bugzilla
-PORTVERSION=	4.4.5
+PORTVERSION=	4.4.8
 CATEGORIES=	devel
 MASTER_SITES=	BUGZILLA
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -11,23 +11,26 @@
 
 LICENSE=	mpl
 
+# see Bugzilla/Install/Requirements.pm
 RUN_DEPENDS=	\
 		p5-CGI.pm>=3.51:${PORTSDIR}/www/p5-CGI.pm \
-		p5-DBI>=1.54:${PORTSDIR}/databases/p5-DBI \
-		p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \
-		p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \
+		p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \
+		p5-DateTime-TimeZone>=1.64:${PORTSDIR}/devel/p5-DateTime-TimeZone \
+		p5-DateTime>=0.75:${PORTSDIR}/devel/p5-DateTime \
 		p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME \
 		p5-Email-Send>=2.04:${PORTSDIR}/mail/p5-Email-Send \
 		p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect \
-		p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-List-MoreUtils>=0.32:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Math-Random-ISAAC>=1.001:${PORTSDIR}/math/p5-Math-Random-ISAAC \
 		p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
-		p5-TimeDate>=1.19:${PORTSDIR}/devel/p5-TimeDate \
-		p5-URI>=1.37:${PORTSDIR}/net/p5-URI
+		p5-TimeDate>=2.23:${PORTSDIR}/devel/p5-TimeDate \
+		p5-URI>=1.55:${PORTSDIR}/net/p5-URI
 
-USES=		perl5
+USES=		perl5 cpe
 USE_PERL5=	patch build run
 
+CPE_VENDOR=	mozilla
+
 SUB_FILES=	pkg-message
 
 DATA_DIRS_LIST=	images js skins
@@ -37,8 +40,17 @@
 
 .include "${.CURDIR}/Makefile.common"
 .include "${.CURDIR}/Makefile.options"
-.include <bsd.mport.options.mk>
+.include <bsd.port.options.mk>
 
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} >= 501800
+# PR 194782: silence Module::Pluggable deprecated warnings
+BUILD_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+RUN_DEPENDS+=	p5-Module-Pluggable>=5.1:${PORTSDIR}/devel/p5-Module-Pluggable
+# PR 196060,196100: explicitly depend on textproc/p5-Text-Tabv
+RUN_DEPENDS+=	p5-Text-Tabs+Wrap>=2013.0523:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
+.endif
+
 .if ${PORT_OPTIONS:MMODPERL}
 USE_APACHE_RUN=	22+
 .endif
@@ -67,7 +79,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MCHARTING_MODULES}
-RUN_DEPENDS+=	p5-Chart>=2.1.0:${PORTSDIR}/graphics/p5-Chart
+RUN_DEPENDS+=	p5-Chart>=2.4.1:${PORTSDIR}/graphics/p5-Chart
 .endif
 
 .if ${PORT_OPTIONS:MPATCH_VIEWER}
@@ -76,7 +88,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MMORE_HTML}
-RUN_DEPENDS+=	p5-HTML-Parser>=3.40:${PORTSDIR}/www/p5-HTML-Parser \
+RUN_DEPENDS+=	p5-HTML-Parser>=3.67:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber
 .endif
 
@@ -87,12 +99,14 @@
 .endif
 
 .if ${PORT_OPTIONS:MMAIL_QUEUEING}
-RUN_DEPENDS+=	p5-TheSchwartz>=0:${PORTSDIR}/devel/p5-TheSchwartz \
-		p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic
+# p5-File-Slurp will be a default dependency in the next release
+RUN_DEPENDS+=	p5-TheSchwartz>=1.10:${PORTSDIR}/devel/p5-TheSchwartz \
+		p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic \
+		p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp
 .endif
 
 .if ${PORT_OPTIONS:MMOVE_BUGZ}
-RUN_DEPENDS+=	p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
+RUN_DEPENDS+=	p5-MIME-Tools>=5.406:${PORTSDIR}/mail/p5-MIME-Tools \
 		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
 .endif
 
@@ -101,14 +115,18 @@
 .endif
 
 .if ${PORT_OPTIONS:MXMLRPC} || ${PORT_OPTIONS:MJSONRPC}
-RUN_DEPENDS+=	p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint
+RUN_DEPENDS+=	p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint
 .endif
 
 .if ${PORT_OPTIONS:MXMLRPC}
+RUN_DEPENDS+=	p5-XMLRPC-Lite>=0.712:${PORTSDIR}/net/p5-XMLRPC-Lite
+# XXX SOAP::Lite can be removed if upstream officially depends on
+# XMLRPC::Lite>=0.717, see Bugzilla/Install/Requirements.pm
 RUN_DEPENDS+=	p5-SOAP-Lite>=0.712:${PORTSDIR}/net/p5-SOAP-Lite
 .endif
 
 .if ${PORT_OPTIONS:MJSONRPC}
+# p5-JSON-XS will be a default dependency in the next release
 RUN_DEPENDS+=	p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC \
 		p5-JSON-XS>=2.0:${PORTSDIR}/converters/p5-JSON-XS
 .endif
@@ -154,12 +172,8 @@
 		p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy
 .endif
 
-.if ${PORT_OPTIONS:MFREEBSD}
-EXTRA_PATCHES=	${FILESDIR}/freebsd-project-ldap.diff
-.endif
-
 post-extract:
-	@${RM} -rf ${WRKSRC}/.bzr
+	@${RM} -rf ${WRKSRC}/.git
 	@${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \
 		${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \
 		${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP
@@ -198,4 +212,4 @@
 	(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib)
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: trunk/devel/bugzilla44/Makefile.options
===================================================================
--- trunk/devel/bugzilla44/Makefile.options	2015-05-03 18:33:20 UTC (rev 18749)
+++ trunk/devel/bugzilla44/Makefile.options	2015-05-03 18:36:34 UTC (rev 18750)
@@ -2,8 +2,7 @@
 
 OPTIONS_DEFINE=		\
 	DOCS		\
-	MODPERL		\
-	FREEBSD
+	MODPERL
 
 OPTIONS_GROUP=	UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN
 
@@ -55,7 +54,6 @@
 CHARTING_MODULES_DESC=	Bug charting support
 CONTRIB_DESC=		Install user-contributed scripts
 EXPORT_IMPORT_DESC=	Import/export bugs (via XML)
-FREEBSD_DESC=		Patch used internally by the FreeBSD project
 GRAPH_REPORTS_DESC=	Graphical Reports
 INBOUND_EMAIL_DESC=	Inbound Email
 JSONRPC_DESC=		JSON-RPC Interface

Modified: trunk/devel/bugzilla44/distinfo
===================================================================
--- trunk/devel/bugzilla44/distinfo	2015-05-03 18:33:20 UTC (rev 18749)
+++ trunk/devel/bugzilla44/distinfo	2015-05-03 18:36:34 UTC (rev 18750)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.4.5.tar.gz) = 70609fa5bbe55a3b802afcf749a098824d7a96dc87b91ce07b000cfdd7987da5
-SIZE (bugzilla/bugzilla-4.4.5.tar.gz) = 2955964
+SHA256 (bugzilla/bugzilla-4.4.8.tar.gz) = 90edf7a3193a3bd8c7ac49e3325e63c539b506db28bd48eb173d30ff59385046
+SIZE (bugzilla/bugzilla-4.4.8.tar.gz) = 4924519

Deleted: trunk/devel/bugzilla44/files/freebsd-project-ldap.diff
===================================================================
--- trunk/devel/bugzilla44/files/freebsd-project-ldap.diff	2015-05-03 18:33:20 UTC (rev 18749)
+++ trunk/devel/bugzilla44/files/freebsd-project-ldap.diff	2015-05-03 18:36:34 UTC (rev 18750)
@@ -1,24 +0,0 @@
---- Bugzilla/Auth/Verify/LDAP.pm	2014-05-06 17:26:02.000000000 +0100
-+++ Bugzilla/Auth/Verify/LDAP.pm	2014-05-11 20:59:58.715356171 +0100
-@@ -132,7 +132,7 @@
-         }
- 
-     } else {
--        $params->{bz_username} = $username;
-+        $params->{bz_username} = $username . '@freebsd.org';
-     }
- 
-     $params->{realname}  ||= $user_entry->get_value("displayName");
---- token.cgi.dist	2014-06-03 00:27:29.279355734 +0000
-+++ token.cgi	2014-06-03 00:37:48.727359133 +0000
-@@ -122,6 +122,10 @@
-     my $login_name = $cgi->param('loginname')
-       or ThrowUserError("login_needed_for_password_change");
- 
-+    if ($login_name =~ /[@.]FreeBSD\.org$/i) {
-+	ThrowUserError("password_change_requests_not_allowed");
-+    }
-+
-     check_email_syntax($login_name);
-     my $user = Bugzilla::User->check($login_name);
- 

Modified: trunk/devel/bugzilla44/pkg-plist
===================================================================
--- trunk/devel/bugzilla44/pkg-plist	2015-05-03 18:33:20 UTC (rev 18749)
+++ trunk/devel/bugzilla44/pkg-plist	2015-05-03 18:36:34 UTC (rev 18750)
@@ -887,178 +887,9 @@
 %%WWWDIR%%/whine.pl
 %%WWWDIR%%/whineatnews.pl
 %%WWWDIR%%/xmlrpc.cgi
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/xsl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm %%WWWDIR%%/Bugzilla/Attachment
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Login
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Persist
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Verify
- at dirrm %%WWWDIR%%/Bugzilla/Auth
- at dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla
- at dirrm %%WWWDIR%%/Bugzilla/BugUrl
- at dirrm %%WWWDIR%%/Bugzilla/Config
- at dirrm %%WWWDIR%%/Bugzilla/DB/Schema
- at dirrm %%WWWDIR%%/Bugzilla/DB
- at dirrm %%WWWDIR%%/Bugzilla/Field
- at dirrm %%WWWDIR%%/Bugzilla/Install
- at dirrm %%WWWDIR%%/Bugzilla/Job
- at dirrm %%WWWDIR%%/Bugzilla/JobQueue
- at dirrm %%WWWDIR%%/Bugzilla/Migrate
- at dirrm %%WWWDIR%%/Bugzilla/Search
- at dirrm %%WWWDIR%%/Bugzilla/Send
- at dirrm %%WWWDIR%%/Bugzilla/Template/Plugin
- at dirrm %%WWWDIR%%/Bugzilla/Template
- at dirrm %%WWWDIR%%/Bugzilla/User/Setting
- at dirrm %%WWWDIR%%/Bugzilla/User
- at dirrm %%WWWDIR%%/Bugzilla/WebService/Server
- at dirrm %%WWWDIR%%/Bugzilla/WebService
- at dirrm %%WWWDIR%%/Bugzilla/Whine
- at dirrmtry %%WWWDIR%%/Bugzilla
-%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit
-%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline
- at dirrmtry %%WWWDIR%%/contrib
- at dirrmtry %%WWWDIR%%/data
- at dirrmtry %%WWWDIR%%/graphs
- at dirrmtry %%WWWDIR%%/images
- at dirrm %%WWWDIR%%/js/history.js
- at dirrm %%WWWDIR%%/js/yui/animation
- at dirrm %%WWWDIR%%/js/yui/assets/skins/sam
- at dirrm %%WWWDIR%%/js/yui/assets/skins
- at dirrm %%WWWDIR%%/js/yui/assets
- at dirrm %%WWWDIR%%/js/yui/autocomplete
- at dirrm %%WWWDIR%%/js/yui/base
- at dirrm %%WWWDIR%%/js/yui/button
- at dirrm %%WWWDIR%%/js/yui/calendar
- at dirrm %%WWWDIR%%/js/yui/carousel
- at dirrm %%WWWDIR%%/js/yui/charts
- at dirrm %%WWWDIR%%/js/yui/colorpicker
- at dirrm %%WWWDIR%%/js/yui/connection
- at dirrm %%WWWDIR%%/js/yui/container
- at dirrm %%WWWDIR%%/js/yui/cookie
- at dirrm %%WWWDIR%%/js/yui/datasource
- at dirrm %%WWWDIR%%/js/yui/datatable
- at dirrm %%WWWDIR%%/js/yui/datemath
- at dirrm %%WWWDIR%%/js/yui/dom
- at dirrm %%WWWDIR%%/js/yui/dragdrop
- at dirrm %%WWWDIR%%/js/yui/element
- at dirrm %%WWWDIR%%/js/yui/element-delegate
- at dirrm %%WWWDIR%%/js/yui/event
- at dirrm %%WWWDIR%%/js/yui/event-delegate
- at dirrm %%WWWDIR%%/js/yui/event-mouseenter
- at dirrm %%WWWDIR%%/js/yui/event-simulate
- at dirrm %%WWWDIR%%/js/yui/fonts
- at dirrm %%WWWDIR%%/js/yui/get
- at dirrm %%WWWDIR%%/js/yui/grids
- at dirrm %%WWWDIR%%/js/yui/history
- at dirrm %%WWWDIR%%/js/yui/imagecropper
- at dirrm %%WWWDIR%%/js/yui/imageloader
- at dirrm %%WWWDIR%%/js/yui/json
- at dirrm %%WWWDIR%%/js/yui/layout
- at dirrm %%WWWDIR%%/js/yui/logger
- at dirrm %%WWWDIR%%/js/yui/menu
- at dirrm %%WWWDIR%%/js/yui/paginator
- at dirrm %%WWWDIR%%/js/yui/profiler
- at dirrm %%WWWDIR%%/js/yui/profilerviewer
- at dirrm %%WWWDIR%%/js/yui/progressbar
- at dirrm %%WWWDIR%%/js/yui/reset
- at dirrm %%WWWDIR%%/js/yui/reset-fonts
- at dirrm %%WWWDIR%%/js/yui/reset-fonts-grids
- at dirrm %%WWWDIR%%/js/yui/resize
- at dirrm %%WWWDIR%%/js/yui/selector
- at dirrm %%WWWDIR%%/js/yui/slider
- at dirrm %%WWWDIR%%/js/yui/storage
- at dirrm %%WWWDIR%%/js/yui/stylesheet
- at dirrm %%WWWDIR%%/js/yui/swf
- at dirrm %%WWWDIR%%/js/yui/swfdetect
- at dirrm %%WWWDIR%%/js/yui/swfstore
- at dirrm %%WWWDIR%%/js/yui/tabview
- at dirrm %%WWWDIR%%/js/yui/treeview
- at dirrm %%WWWDIR%%/js/yui/uploader
- at dirrm %%WWWDIR%%/js/yui/yahoo
- at dirrm %%WWWDIR%%/js/yui/yahoo-dom-event
- at dirrm %%WWWDIR%%/js/yui/yuiloader
- at dirrm %%WWWDIR%%/js/yui/yuitest
- at dirrm %%WWWDIR%%/js/yui
- at dirrm %%WWWDIR%%/js
- at dirrmtry %%WWWDIR%%/lib
- at dirrm %%WWWDIR%%/skins/contrib/Dusk
- at dirrm %%WWWDIR%%/skins/contrib
- at dirrm %%WWWDIR%%/skins/standard/dependency-tree
- at dirrm %%WWWDIR%%/skins/standard/global
- at dirrm %%WWWDIR%%/skins/standard/index
- at dirrm %%WWWDIR%%/skins/standard
- at dirrmtry %%WWWDIR%%/skins
- at dirrmtry %%WWWDIR%%/t
- at dirrm %%WWWDIR%%/template/en/default/account/auth
- at dirrm %%WWWDIR%%/template/en/default/account/email
- at dirrm %%WWWDIR%%/template/en/default/account/password
- at dirrm %%WWWDIR%%/template/en/default/account/prefs
- at dirrm %%WWWDIR%%/template/en/default/account
- at dirrm %%WWWDIR%%/template/en/default/admin/classifications
- at dirrm %%WWWDIR%%/template/en/default/admin/components
- at dirrm %%WWWDIR%%/template/en/default/admin/custom_fields
- at dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues
- at dirrm %%WWWDIR%%/template/en/default/admin/flag-type
- at dirrm %%WWWDIR%%/template/en/default/admin/groups
- at dirrm %%WWWDIR%%/template/en/default/admin/keywords
- at dirrm %%WWWDIR%%/template/en/default/admin/milestones
- at dirrm %%WWWDIR%%/template/en/default/admin/params
- at dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol
- at dirrm %%WWWDIR%%/template/en/default/admin/products
- at dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck
- at dirrm %%WWWDIR%%/template/en/default/admin/settings
- at dirrm %%WWWDIR%%/template/en/default/admin/users
- at dirrm %%WWWDIR%%/template/en/default/admin/versions
- at dirrm %%WWWDIR%%/template/en/default/admin/workflow
- at dirrm %%WWWDIR%%/template/en/default/admin
- at dirrm %%WWWDIR%%/template/en/default/attachment
- at dirrm %%WWWDIR%%/template/en/default/bug/activity
- at dirrm %%WWWDIR%%/template/en/default/bug/create
- at dirrm %%WWWDIR%%/template/en/default/bug/process
- at dirrm %%WWWDIR%%/template/en/default/bug
- at dirrm %%WWWDIR%%/template/en/default/email
- at dirrm %%WWWDIR%%/template/en/default/extensions
- at dirrm %%WWWDIR%%/template/en/default/flag
- at dirrm %%WWWDIR%%/template/en/default/global
- at dirrm %%WWWDIR%%/template/en/default/list
- at dirrm %%WWWDIR%%/template/en/default/pages
- at dirrm %%WWWDIR%%/template/en/default/reports
- at dirrm %%WWWDIR%%/template/en/default/request
- at dirrm %%WWWDIR%%/template/en/default/search
- at dirrm %%WWWDIR%%/template/en/default/setup
- at dirrm %%WWWDIR%%/template/en/default/whine
- at dirrm %%WWWDIR%%/template/en/default
- at dirrm %%WWWDIR%%/template/en
- at dirrmtry %%WWWDIR%%/template
- at dirrmtry %%WWWDIR%%/xt
- at dirrmtry %%WWWDIR%%
+ at dir %%WWWDIR%%/contrib
+ at dir %%WWWDIR%%/data
+ at dir %%WWWDIR%%/graphs
+ at dir %%WWWDIR%%/lib
+ at dir %%WWWDIR%%/t
+ at dir %%WWWDIR%%/xt



More information about the Midnightbsd-cvs mailing list