diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rt3/MESSAGE | 6 | ||||
-rw-r--r-- | devel/rt3/Makefile | 3 | ||||
-rw-r--r-- | devel/rt3/Makefile.install | 8 | ||||
-rw-r--r-- | devel/rt3/PLIST | 3 |
4 files changed, 12 insertions, 8 deletions
diff --git a/devel/rt3/MESSAGE b/devel/rt3/MESSAGE index 6acc3effe73..459669abf94 100644 --- a/devel/rt3/MESSAGE +++ b/devel/rt3/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2011/02/26 20:58:15 spz Exp $ +$NetBSD: MESSAGE,v 1.5 2011/02/27 17:05:57 spz Exp $ You must configure RT by editing ${PKG_SYSCONFDIR}/RT_SiteConfig.pm. @@ -39,11 +39,11 @@ no password authentication itself, it may still store these weak password hashes -- using ExternalAuth does not guarantee that you are not vulnerable! To upgrade stored passwords to a stronger hash, run: - perl ${RTSHAREDIR}/etc/upgrade/vulnerable-passwords + perl ${RTSHAREDIR}/etc/vulnerable-passwords at this point. -For other upgrading actions, see ${RTSHAREDIR}/etc/upgrade/UPGRADING +For other upgrading actions, see ${RTSHAREDIR}/etc/UPGRADING See also the manual on ${HOMEPAGE}docs.html =========================================================================== diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile index 43a0c04d8ac..d026f080acd 100644 --- a/devel/rt3/Makefile +++ b/devel/rt3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2011/02/26 20:58:15 spz Exp $ +# $NetBSD: Makefile,v 1.46 2011/02/27 17:05:57 spz Exp $ DISTNAME= rt-3.8.9 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ diff --git a/devel/rt3/Makefile.install b/devel/rt3/Makefile.install index f48244cc3d1..e7e1ed701b8 100644 --- a/devel/rt3/Makefile.install +++ b/devel/rt3/Makefile.install @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.install,v 1.16 2011/02/26 20:58:15 spz Exp $ +# $NetBSD: Makefile.install,v 1.17 2011/02/27 17:05:57 spz Exp $ .include "dirs.mk" @@ -40,8 +40,9 @@ SUBST_STAGE.path= post-patch SUBST_CLASSES+= hardwired SUBST_FILES.hardwired= share/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \ - share/rt3/etc/shrink_cgm_table.pl \ - share/rt3/etc/upgrade-mysql-schema.pl + etc/upgrade/shrink_cgm_table.pl \ + etc/upgrade/shrink_transactions_table.pl \ + etc/upgrade/upgrade-mysql-schema.pl SUBST_SED.hardwired= -e 's,/usr/bin/perl,'${PERL5}',' SUBST_STAGE.hardwired= post-patch @@ -60,6 +61,7 @@ RT_ETC_FILES= acl.Oracle acl.Pg acl.mysql constraints.mysql \ upgrade/3.8-ical-extension \ upgrade/generate-rtaddressregexp \ upgrade/shrink_cgm_table.pl \ + upgrade/shrink_transactions_table.pl \ upgrade/split-out-cf-categories \ upgrade/upgrade-mysql-schema.pl \ upgrade/vulnerable-passwords diff --git a/devel/rt3/PLIST b/devel/rt3/PLIST index a6bc71cf918..38cad664f33 100644 --- a/devel/rt3/PLIST +++ b/devel/rt3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2011/02/26 20:58:15 spz Exp $ +@comment $NetBSD: PLIST,v 1.19 2011/02/27 17:05:57 spz Exp $ bin/mason_handler.fcgi ${PLIST.speedycgi}bin/mason_handler.scgi bin/mason_handler.svc @@ -279,6 +279,7 @@ share/rt3/etc/schema.SQLite share/rt3/etc/schema.mysql-4.0 share/rt3/etc/schema.mysql-4.1 share/rt3/etc/shrink_cgm_table.pl +share/rt3/etc/shrink_transactions_table.pl share/rt3/etc/split-out-cf-categories share/rt3/etc/upgrade-mysql-schema.pl share/rt3/etc/upgrade/3.3.0/acl.Informix |