svn commit: r380772 - head/www/rt40

Matthew Seaman matthew at FreeBSD.org
Sun Mar 8 12:56:04 UTC 2015


Author: matthew
Date: Sun Mar  8 12:56:02 2015
New Revision: 380772
URL: https://svnweb.freebsd.org/changeset/ports/380772
QAT: https://qat.redports.org/buildarchive/r380772/

Log:
  Security update to 4.0.23
  
     - Now requires p5-Encode >= 2.64 from the converters/p5-Encode
       port, as the version bundled with perl is too old.
     - Modernize plist
  
  No database schema changes are required with this update.
  
  ChangeLog:     https://bestpractical.com/release-notes/rt/4.0.23
  Security Advisory:	http://blog.bestpractical.com/2015/02/security-vulnerabilities-in-rt.html
  
  MFH:		2015Q1
  Security:	d08f6002-c588-11e4-8495-6805ca0b3d42

Modified:
  head/www/rt40/Makefile
  head/www/rt40/Makefile.cpan
  head/www/rt40/distinfo
  head/www/rt40/pkg-plist

Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile	Sun Mar  8 12:29:57 2015	(r380771)
+++ head/www/rt40/Makefile	Sun Mar  8 12:56:02 2015	(r380772)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rt
-PORTVERSION=	4.0.22
-PORTREVISION=	1
+PORTVERSION=	4.0.23
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	40
@@ -61,10 +60,11 @@ RUN_DEPENDS+=	${CORE_DEPS}       \
 USES=		cpe perl5
 CPE_VENDOR=	bestpractical
 
-RT_ETC_PATH?=	${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
 RT_LAYOUT=	FreeBSD
+RT_ETC_DIR?=	etc/${PORTNAME}${PKGNAMESUFFIX}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
+RT_ETC_PATH=	${PREFIX}/${RT_ETC_DIR}
 
 AP_MODPERL_DESC=		Deploy with apache and mod_perl
 AP_MODPERL_RUN_DEPENDS=		${MODPERL2_DEPS}
@@ -173,6 +173,7 @@ CONFIGURE_ENV+=	PERL=${LOCALBASE}/bin/pe
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 SUB_LIST=	RT_ETC_PATH=${RT_ETC_PATH}
+PLIST_SUB=	RT_ETC_DIR=${RT_ETC_DIR}
 
 pre-fetch:
 	@${ECHO} ""
@@ -202,6 +203,7 @@ pre-install:
 	@${RM} -f ${WRKSRC}/lib/RT.pm.in
 
 post-install:
+	@${RM} -rf ${STAGEDIR}/${WWWDIR}${PKGNAMESUFFIX}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/upgrade
 	(cd ${WRKSRC}/etc && \
 	    ${COPYTREE_SHARE} upgrade ${STAGEDIR}${DOCSDIR} "! -name *\.in")

Modified: head/www/rt40/Makefile.cpan
==============================================================================
--- head/www/rt40/Makefile.cpan	Sun Mar  8 12:29:57 2015	(r380771)
+++ head/www/rt40/Makefile.cpan	Sun Mar  8 12:56:02 2015	(r380772)
@@ -33,7 +33,7 @@ CORE_DEPS=	p5-CSS-Squish>=0.06:${PORTSDI
 		p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
 		p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \
 		p5-Email-Address>=1.89.5:${PORTSDIR}/mail/p5-Email-Address \
-		p5-Encode>=2.39:${PORTSDIR}/converters/p5-Encode \
+		p5-Encode>=2.64:${PORTSDIR}/converters/p5-Encode \
 		p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \
 		p5-HTML-Format>0:${PORTSDIR}/textproc/p5-HTML-Format \
 		p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \

Modified: head/www/rt40/distinfo
==============================================================================
--- head/www/rt40/distinfo	Sun Mar  8 12:29:57 2015	(r380771)
+++ head/www/rt40/distinfo	Sun Mar  8 12:56:02 2015	(r380772)
@@ -1,2 +1,2 @@
-SHA256 (rt-4.0.22.tar.gz) = dfcadacef6e2854a0761b0dbd83e9e8c19e31d933712e9eb21ef3fb0c28ce5aa
-SIZE (rt-4.0.22.tar.gz) = 6940740
+SHA256 (rt-4.0.23.tar.gz) = 39e1d161a183d3d97188c87493465331d59332ff878fa328c7642bc4f75df9c9
+SIZE (rt-4.0.23.tar.gz) = 6939622

Modified: head/www/rt40/pkg-plist
==============================================================================
--- head/www/rt40/pkg-plist	Sun Mar  8 12:29:57 2015	(r380771)
+++ head/www/rt40/pkg-plist	Sun Mar  8 12:56:02 2015	(r380772)
@@ -2,23 +2,22 @@
 bin/rt
 bin/rt-crontool
 bin/rt-mailgate
+ at dir(root,rt,0750) %%RT_ETC_DIR%%
 @mode 0440
-etc/rt40/RT_Config.pm
- at unexec if cmp -s %D/etc/rt40/RT_SiteConfig.pm-dist %D/etc/rt40/RT_SiteConfig.pm ; then rm -f %D/etc/rt40/RT_SiteConfig.pm; fi
-etc/rt40/RT_SiteConfig.pm-dist
+%%RT_ETC_DIR%%/RT_Config.pm
+ at unexec if cmp -s %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm-dist %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm ; then rm -f %D/%%RT_ETC_DIR%%/RT_SiteConfig.pm; fi
+%%RT_ETC_DIR%%/RT_SiteConfig.pm-dist
 @exec [ -f %B/RT_SiteConfig.pm ] || cp -p %D/%F %B/RT_SiteConfig.pm
- at mode
-etc/rt40/acl.Oracle
-etc/rt40/acl.Pg
-etc/rt40/acl.mysql
-etc/rt40/initialdata
-etc/rt40/schema.Oracle
-etc/rt40/schema.Pg
-etc/rt40/schema.SQLite
-etc/rt40/schema.mysql
- at exec chmod 0750 %D/etc/rt40
- at exec chgrp rt %D/etc/rt40
+%%RT_ETC_DIR%%/acl.Oracle
+%%RT_ETC_DIR%%/acl.Pg
+%%RT_ETC_DIR%%/acl.mysql
+%%RT_ETC_DIR%%/initialdata
+%%RT_ETC_DIR%%/schema.Oracle
+%%RT_ETC_DIR%%/schema.Pg
+%%RT_ETC_DIR%%/schema.SQLite
+%%RT_ETC_DIR%%/schema.mysql
 @group wheel
+ at mode
 %%SITE_PERL%%/RT.pm
 %%SITE_PERL%%/RT/ACE.pm
 %%SITE_PERL%%/RT/ACL.pm
@@ -267,6 +266,7 @@ sbin/standalone_httpd
 %%PORTDOCS%%%%DOCSDIR%%/schema.dot
 %%PORTDOCS%%%%DOCSDIR%%/security.pod
 %%PORTDOCS%%%%DOCSDIR%%/writing_extensions.pod
+%%PORTDOCS%%%%DOCSDIR%%/writing_portlets.pod
 %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.1.0/acl.Oracle
 %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.1.0/acl.Pg
 %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.1.0/acl.SQLite
@@ -375,6 +375,7 @@ sbin/standalone_httpd
 %%PORTDOCS%%%%DOCSDIR%%/upgrade/upgrade-mysql-schema.pl
 %%PORTDOCS%%%%DOCSDIR%%/upgrade/vulnerable-passwords
 %%PORTDOCS%%%%DOCSDIR%%/web_deployment.pod
+ at dir %%DATADIR%%/etc
 %%DATADIR%%/fonts/Droid.README
 %%DATADIR%%/fonts/DroidSans.ttf
 %%DATADIR%%/fonts/DroidSansFallback.ttf
@@ -1424,6 +1425,8 @@ sbin/standalone_httpd
 %%DATADIR%%/html/m/ticket/select_create_queue
 %%DATADIR%%/html/m/ticket/show
 %%DATADIR%%/html/m/tickets/search
+ at dir %%DATADIR%%/lib
+ at dir %%DATADIR%%/plugins
 %%DATADIR%%/po/ar.po
 %%DATADIR%%/po/bg.po
 %%DATADIR%%/po/ca.po
@@ -1463,273 +1466,9 @@ sbin/standalone_httpd
 %%DATADIR%%/po/tr.po
 %%DATADIR%%/po/zh_CN.po
 %%DATADIR%%/po/zh_TW.po
- at exec mkdir -p /var/run/rt40/session_data
- at exec mkdir -p /var/run/rt40/mason_data/obj
- at exec mkdir -p /var/run/rt40/mason_data/etc
- at exec mkdir -p /var/run/rt40/mason_data/cache
- at exec chmod -R 0750 /var/run/rt40/session_data /var/run/rt40/mason_data
- at exec chown -R www:www /var/run/rt40/session_data /var/run/rt40/mason_data
- at unexec rmdir "/var/run/rt40/session_data" >/dev/null 2>&1 || :
- at unexec rmdir "/var/run/rt40/mason_data/obj" >/dev/null 2>&1 || :
- at unexec rmdir "/var/run/rt40/mason_data/etc" >/dev/null 2>&1 || :
- at unexec rmdir "/var/run/rt40/mason_data/cache" >/dev/null 2>&1 || :
- at unexec rmdir "/var/run/rt40/mason_data" >/dev/null 2>&1 || :
- at unexec rmdir "/var/run/rt40" >/dev/null 2>&1 || :
- at dirrmtry www/rt40
- at dirrm %%DATADIR%%/po
- at exec mkdir -p %D/%%DATADIR%%/etc
- at exec mkdir -p %D/%%DATADIR%%/lib
- at exec mkdir -p %D/%%DATADIR%%/plugins
- at dirrmtry %%DATADIR%%/plugins
- at dirrmtry %%DATADIR%%/lib
- at dirrmtry %%DATADIR%%/html/m/tickets
- at dirrmtry %%DATADIR%%/html/m/ticket
- at dirrmtry %%DATADIR%%/html/m/_elements
- at dirrmtry %%DATADIR%%/html/m
- at dirrmtry %%DATADIR%%/html/Widgets/Form
- at dirrmtry %%DATADIR%%/html/Widgets
- at dirrmtry %%DATADIR%%/html/User
- at dirrmtry %%DATADIR%%/html/Tools
- at dirrmtry %%DATADIR%%/html/Ticket/Graphs/Elements
- at dirrmtry %%DATADIR%%/html/Ticket/Graphs
- at dirrmtry %%DATADIR%%/html/Ticket/Elements
- at dirrmtry %%DATADIR%%/html/Ticket/Attachment/WithHeaders
- at dirrmtry %%DATADIR%%/html/Ticket/Attachment
- at dirrmtry %%DATADIR%%/html/Ticket
- at dirrmtry %%DATADIR%%/html/SelfService/Elements
- at dirrmtry %%DATADIR%%/html/SelfService/Attachment
- at dirrmtry %%DATADIR%%/html/SelfService/Article
- at dirrmtry %%DATADIR%%/html/SelfService
- at dirrmtry %%DATADIR%%/html/Search/Elements
- at dirrmtry %%DATADIR%%/html/Search
- at dirrmtry %%DATADIR%%/html/REST/1.0/ticket
- at dirrmtry %%DATADIR%%/html/REST/1.0/search
- at dirrmtry %%DATADIR%%/html/REST/1.0/NoAuth
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/user
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/transaction
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/ticket
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/queue
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/group
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms/attachment
- at dirrmtry %%DATADIR%%/html/REST/1.0/Forms
- at dirrmtry %%DATADIR%%/html/REST/1.0
- at dirrmtry %%DATADIR%%/html/REST
- at dirrmtry %%DATADIR%%/html/Prefs
- at dirrmtry %%DATADIR%%/html/NoAuth/rss
- at dirrmtry %%DATADIR%%/html/NoAuth/js
- at dirrmtry %%DATADIR%%/html/NoAuth/images/tablesorter
- at dirrmtry %%DATADIR%%/html/NoAuth/images/jquery_ui
- at dirrmtry %%DATADIR%%/html/NoAuth/images/farbtastic
- at dirrmtry %%DATADIR%%/html/NoAuth/images/css
- at dirrmtry %%DATADIR%%/html/NoAuth/images
- at dirrmtry %%DATADIR%%/html/NoAuth/iCal
- at dirrmtry %%DATADIR%%/html/NoAuth/css/web2/images/source
- at dirrmtry %%DATADIR%%/html/NoAuth/css/web2/images
- at dirrmtry %%DATADIR%%/html/NoAuth/css/web2
- at dirrmtry %%DATADIR%%/html/NoAuth/css/images
- at dirrmtry %%DATADIR%%/html/NoAuth/css/base
- at dirrmtry %%DATADIR%%/html/NoAuth/css/ballard/images/source
- at dirrmtry %%DATADIR%%/html/NoAuth/css/ballard/images
- at dirrmtry %%DATADIR%%/html/NoAuth/css/ballard
- at dirrmtry %%DATADIR%%/html/NoAuth/css/aileron/images/source
- at dirrmtry %%DATADIR%%/html/NoAuth/css/aileron/images
- at dirrmtry %%DATADIR%%/html/NoAuth/css/aileron
- at dirrmtry %%DATADIR%%/html/NoAuth/css
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/themes/default
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/themes
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/v2/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/v2
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/office2003/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/office2003
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/kama/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins/kama
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/skins
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/xml
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/wsc/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/wsc
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/uicolor/yui/assets
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/uicolor/yui
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/uicolor/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/uicolor/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/uicolor
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/templates/templates/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/templates/templates
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/templates/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/templates
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/tabletools/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/tabletools
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/tableresize
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/table/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/table
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/stylesheetparser
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/styles/styles
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/styles
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/specialchar/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/specialchar/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/specialchar
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/smiley/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/smiley/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/smiley
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/showblocks/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/showblocks
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/scayt/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/scayt
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/preview
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/placeholder/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/placeholder/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/placeholder
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pastetext/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pastetext
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pastefromword/filter
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pastefromword
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pagebreak/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/pagebreak
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/liststyle/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/liststyle
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/link/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/link/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/link
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/image/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/image
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/iframedialog
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/iframe/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/iframe/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/iframe
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/forms/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/forms/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/forms
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/flash/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/flash/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/flash
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/find/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/find
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/docprops/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/docprops
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/div/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/div
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/dialog
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/devtools/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/devtools
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/colordialog/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/colordialog
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/clipboard/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/clipboard
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/bbcode
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/autogrow
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/ajax
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/adobeair
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/about/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/about
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/a11yhelp/dialogs
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins/a11yhelp
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/plugins
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/lang
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/images
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor/adapters
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText/ckeditor
- at dirrmtry %%DATADIR%%/html/NoAuth/RichText
- at dirrmtry %%DATADIR%%/html/NoAuth/Helpers/CustomLogo
- at dirrmtry %%DATADIR%%/html/NoAuth/Helpers
- at dirrmtry %%DATADIR%%/html/NoAuth
- at dirrmtry %%DATADIR%%/html/Install/Elements
- at dirrmtry %%DATADIR%%/html/Install
- at dirrmtry %%DATADIR%%/html/Helpers/Toggle
- at dirrmtry %%DATADIR%%/html/Helpers/Autocomplete
- at dirrmtry %%DATADIR%%/html/Helpers
- at dirrmtry %%DATADIR%%/html/Elements/RT__User
- at dirrmtry %%DATADIR%%/html/Elements/RT__Ticket
- at dirrmtry %%DATADIR%%/html/Elements/RT__Template
- at dirrmtry %%DATADIR%%/html/Elements/RT__Scrip
- at dirrmtry %%DATADIR%%/html/Elements/RT__SavedSearch
- at dirrmtry %%DATADIR%%/html/Elements/RT__Queue
- at dirrmtry %%DATADIR%%/html/Elements/RT__Group
- at dirrmtry %%DATADIR%%/html/Elements/RT__Dashboard
- at dirrmtry %%DATADIR%%/html/Elements/RT__CustomField
- at dirrmtry %%DATADIR%%/html/Elements/RT__Class
- at dirrmtry %%DATADIR%%/html/Elements/RT__Article
- at dirrmtry %%DATADIR%%/html/Elements/GnuPG
- at dirrmtry %%DATADIR%%/html/Elements/CollectionAsTable
- at dirrmtry %%DATADIR%%/html/Elements
- at dirrmtry %%DATADIR%%/html/Download/CustomFieldValue
- at dirrmtry %%DATADIR%%/html/Download
- at dirrmtry %%DATADIR%%/html/Dashboards/Elements/ShowPortlet
- at dirrmtry %%DATADIR%%/html/Dashboards/Elements
- at dirrmtry %%DATADIR%%/html/Dashboards
- at dirrmtry %%DATADIR%%/html/Articles/Elements
- at dirrmtry %%DATADIR%%/html/Articles/Article/Elements
- at dirrmtry %%DATADIR%%/html/Articles/Article
- at dirrmtry %%DATADIR%%/html/Articles
- at dirrmtry %%DATADIR%%/html/Approvals/Elements
- at dirrmtry %%DATADIR%%/html/Approvals
- at dirrmtry %%DATADIR%%/html/Admin/Users
- at dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Object
- at dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements/Error
- at dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Elements
- at dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder/Dumps
- at dirrmtry %%DATADIR%%/html/Admin/Tools/Shredder
- at dirrmtry %%DATADIR%%/html/Admin/Tools
- at dirrmtry %%DATADIR%%/html/Admin/Queues
- at dirrmtry %%DATADIR%%/html/Admin/Groups
- at dirrmtry %%DATADIR%%/html/Admin/Global/CustomFields
- at dirrmtry %%DATADIR%%/html/Admin/Global
- at dirrmtry %%DATADIR%%/html/Admin/Elements
- at dirrmtry %%DATADIR%%/html/Admin/CustomFields
- at dirrmtry %%DATADIR%%/html/Admin/Articles/Elements
- at dirrmtry %%DATADIR%%/html/Admin/Articles/Classes
- at dirrmtry %%DATADIR%%/html/Admin/Articles
- at dirrmtry %%DATADIR%%/html/Admin
- at dirrmtry %%DATADIR%%/html
- at dirrmtry %%DATADIR%%/fonts
- at dirrmtry %%DATADIR%%/etc
- at dirrmtry %%DATADIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.19
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.18
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.13
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.12
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.9
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.6
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.4
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.3
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.1
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc7
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc4
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.0.0rc2
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.8
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.7
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.6
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.5
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.3
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.2
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.9.1
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.9
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.8
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.6
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.4
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.3
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.2
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.1
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.8.0
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.87
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.86
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.85
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.82
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.81
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.3
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.19
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.15
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.10
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.7.1
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.5.1
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.11
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.3.0
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.17
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.15
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/3.1.0
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/images
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/extending
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/customizing
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
- at dirrmtry etc/rt40
-
+ at dir(www,www,755) /var/run/rt40/mason_data/cache
+ at dir(www,www,755) /var/run/rt40/mason_data/etc
+ at dir(www,www,755) /var/run/rt40/mason_data/obj
+ at dir(www,www,755) /var/run/rt40/mason_data
+ at dir(www,www,755) /var/run/rt40/session_data
+ at dir /var/run/rt40


More information about the svn-ports-head mailing list