diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-12 14:50:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-12 14:50:28 +0000 |
commit | f24dffda8261b4e16ed7940e866c5a594c0f766b (patch) | |
tree | c4599039c1844c03ac17714a9747004f4aa87c0d /mail/openwebmail | |
parent | f5387617c9cbd2929e433c8511dbaef2b197023b (diff) | |
download | ports-f24dffda8261b4e16ed7940e866c5a594c0f766b.tar.gz ports-f24dffda8261b4e16ed7940e866c5a594c0f766b.zip |
Notes
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 1 | ||||
-rw-r--r-- | mail/openwebmail/files/patch-openwebmail.pl | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index fdc0c7276766..3a561b6f9351 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= openwebmail PORTVERSION?= 2.52 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://openwebmail.acatysmoof.com/download/%SUBDIR%/ \ http://openwebmail.org/openwebmail/download/%SUBDIR%/ diff --git a/mail/openwebmail/files/patch-openwebmail.pl b/mail/openwebmail/files/patch-openwebmail.pl new file mode 100644 index 000000000000..e3cea9ab5826 --- /dev/null +++ b/mail/openwebmail/files/patch-openwebmail.pl @@ -0,0 +1,10 @@ +--- openwebmail.pl.orig Fri May 12 22:08:14 2006 ++++ openwebmail.pl Fri May 12 22:08:38 2006 +@@ -41,6 +41,7 @@ + require "modules/datetime.pl"; + require "modules/lang.pl"; + require "modules/mime.pl"; ++require "modules/htmltext.pl"; + require "auth/auth.pl"; + require "quota/quota.pl"; + require "shares/ow-shared.pl"; |