summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhasso <hasso>2009-08-26 11:23:46 +0000
committerhasso <hasso>2009-08-26 11:23:46 +0000
commitd91ab60e1952a1891452dff01a4a2d64adf3f8ff (patch)
treea775783ed916b4047922052f16ca78853c667798 /devel
parent8e35af5fcebf354a62b9041f6e4b2ad0a68a44aa (diff)
downloadpkgsrc-d91ab60e1952a1891452dff01a4a2d64adf3f8ff.tar.gz
Fix PLIST and bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/rt-mysql/Makefile4
-rw-r--r--devel/rt-mysql/PLIST9
-rw-r--r--devel/rt-pgsql/Makefile4
3 files changed, 12 insertions, 5 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
diff --git a/devel/rt-pgsql/Makefile b/devel/rt-pgsql/Makefile
index 4a79bfffac9..39ccb95302a 100644
--- a/devel/rt-pgsql/Makefile
+++ b/devel/rt-pgsql/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= Pg
.include "../../devel/rt-mysql/Makefile.common"