diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-26 11:23:46 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-26 11:23:46 +0000 |
commit | d50d1d591decbe841d86d5282d76427cf26f0930 (patch) | |
tree | a775783ed916b4047922052f16ca78853c667798 /devel/rt-mysql | |
parent | 20032369529758d1c043a1e77ec9a2ae65af1fd9 (diff) | |
download | pkgsrc-d50d1d591decbe841d86d5282d76427cf26f0930.tar.gz |
Fix PLIST and bump PKGREVISION.
Diffstat (limited to 'devel/rt-mysql')
-rw-r--r-- | devel/rt-mysql/Makefile | 4 | ||||
-rw-r--r-- | devel/rt-mysql/PLIST | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/devel/rt-mysql/Makefile b/devel/rt-mysql/Makefile index 3c6a4f927f7..f3ebdd47bd8 100644 --- a/devel/rt-mysql/Makefile +++ b/devel/rt-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/07/20 19:05:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/26 11:23:46 hasso Exp $ -PKGREVISION= 6 +PKGREVISION= 7 RT_DB_TYPE= mysql .include "../../devel/rt-mysql/Makefile.common" diff --git a/devel/rt-mysql/PLIST b/devel/rt-mysql/PLIST index 11de84a5123..1e5649d4827 100644 --- a/devel/rt-mysql/PLIST +++ b/devel/rt-mysql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:49:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/08/26 11:23:46 hasso Exp $ rt/WebRT/html/Admin/Elements/CreateQueueCalled rt/WebRT/html/Admin/Elements/CreateUserCalled rt/WebRT/html/Admin/Elements/EditUserComments @@ -249,12 +249,17 @@ rt/lib/auto/RT/.packlist rt/man/man3/RT.3 rt/man/man3/RT::ACE.3 rt/man/man3/RT::ACL.3 +rt/man/man3/RT::Action::Autoreply.3 rt/man/man3/RT::Action::Generic.3 +rt/man/man3/RT::Action::Notify.3 +rt/man/man3/RT::Action::NotifyAsComment.3 rt/man/man3/RT::Action::SendEmail.3 rt/man/man3/RT::Action::SendPasswordEmail.3 rt/man/man3/RT::Attachment.3 rt/man/man3/RT::Attachments.3 +rt/man/man3/RT::Condition::AnyTransaction.3 rt/man/man3/RT::Condition::Generic.3 +rt/man/man3/RT::Condition::StatusChange.3 rt/man/man3/RT::CurrentUser.3 rt/man/man3/RT::Date.3 rt/man/man3/RT::EasySearch.3 @@ -265,8 +270,10 @@ rt/man/man3/RT::Groups.3 rt/man/man3/RT::Handle.3 rt/man/man3/RT::Interface::CLI.3 rt/man/man3/RT::Interface::Email.3 +rt/man/man3/RT::Interface::Web.3 rt/man/man3/RT::Keyword.3 rt/man/man3/RT::KeywordSelect.3 +rt/man/man3/RT::KeywordSelects.3 rt/man/man3/RT::Keywords.3 rt/man/man3/RT::Link.3 rt/man/man3/RT::Links.3 |