diff options
author | pat <pat@FreeBSD.org> | 2002-07-15 03:00:44 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-15 03:00:44 +0800 |
commit | 45319ce3d55261efa082863372a9b8d3081d7f8c (patch) | |
tree | 5e61e54a0ca13f55ea5255c886d67513d8f2686b /mail | |
parent | ccd34e0a4ed7cfeccd515b52ff88f096f984886d (diff) | |
download | freebsd-ports-gnome-45319ce3d55261efa082863372a9b8d3081d7f8c.tar.gz freebsd-ports-gnome-45319ce3d55261efa082863372a9b8d3081d7f8c.tar.zst freebsd-ports-gnome-45319ce3d55261efa082863372a9b8d3081d7f8c.zip |
- Add openwebmail-cal.pl to the list of setuid scripts
- Fix plist
- Bump PORTREVISION.
PR: ports/40559
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 3 | ||||
-rw-r--r-- | mail/openwebmail/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index de2d49791b8d..4f321d5201ed 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= openwebmail PORTVERSION= 1.70 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://openwebmail.org/openwebmail/download/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/ @@ -34,7 +35,7 @@ do-install: .for file in openwebmail.pl openwebmail-main.pl openwebmail-read.pl \ openwebmail-viewatt.pl openwebmail-send.pl openwebmail-spell.pl \ openwebmail-prefs.pl openwebmail-folder.pl openwebmail-abook.pl \ - openwebmail-advsearch.pl checkmail.pl + openwebmail-advsearch.pl openwebmail-cal.pl checkmail.pl @${CHMOD} 4555 ${OWCGIDIR}/${file} .endfor @${PERL5} ${WRKSRC}/cgi-bin/openwebmail/uty/wrapsuid.pl ${OWCGIDIR} diff --git a/mail/openwebmail/pkg-plist b/mail/openwebmail/pkg-plist index 348b57d68fe6..8a5131e5e6e4 100644 --- a/mail/openwebmail/pkg-plist +++ b/mail/openwebmail/pkg-plist @@ -1,6 +1,7 @@ www/cgi-bin/openwebmail/.checkmail.pl www/cgi-bin/openwebmail/.openwebmail-abook.pl www/cgi-bin/openwebmail/.openwebmail-advsearch.pl +www/cgi-bin/openwebmail/.openwebmail-cal.pl www/cgi-bin/openwebmail/.openwebmail-folder.pl www/cgi-bin/openwebmail/.openwebmail-main.pl www/cgi-bin/openwebmail/.openwebmail-prefs.pl |