diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-24 12:55:23 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-24 12:55:23 +0000 |
commit | f3c0dce18be573bf3f1609375a897e54a7b64a84 (patch) | |
tree | c2548a7c92e674b25cee84d9d31a1bd029911465 /textproc/modlogan | |
parent | e7642fd0fcd271aaa11b8bb235b2e072bf5bbba2 (diff) | |
download | FreeBSD-ports-f3c0dce18be573bf3f1609375a897e54a7b64a84.zip FreeBSD-ports-f3c0dce18be573bf3f1609375a897e54a7b64a84.tar.gz |
Update to 0.8.10:
- improved memory-usage and performance of the template engine
- fixed detection of bind_textdomain_codeset() of FreeBSD
- fixed 2 segfaults
- a plugin for mod_log_sql has been included
- the ippl plugin got support for ipmod
Diffstat (limited to 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 3 | ||||
-rw-r--r-- | textproc/modlogan/distinfo | 2 | ||||
-rw-r--r-- | textproc/modlogan/pkg-plist | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 9178289..390ed7f 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= modlogan -PORTVERSION= 0.8.9 -PORTREVISION= 3 +PORTVERSION= 0.8.10 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/textproc/modlogan/distinfo b/textproc/modlogan/distinfo index fd3420b..a190b7a 100644 --- a/textproc/modlogan/distinfo +++ b/textproc/modlogan/distinfo @@ -1 +1 @@ -MD5 (modlogan-0.8.9.tar.gz) = 40e69121086e6d5453468a33efbcd2d2 +MD5 (modlogan-0.8.10.tar.gz) = caf689da199b0c4b01b29aeefcbe6171 diff --git a/textproc/modlogan/pkg-plist b/textproc/modlogan/pkg-plist index 9aee268..899fa88 100644 --- a/textproc/modlogan/pkg-plist +++ b/textproc/modlogan/pkg-plist @@ -24,6 +24,7 @@ lib/libmla_input_ipchains.so lib/libmla_input_ippl.so lib/libmla_input_isdn4bsd.so lib/libmla_input_isdnlog.so +lib/libmla_input_mod_log_sql.so lib/libmla_input_msiis.so lib/libmla_input_msmedia.so lib/libmla_input_netscape.so @@ -86,6 +87,7 @@ share/locale/cs/LC_MESSAGES/modlogan.mo share/locale/de/LC_MESSAGES/modlogan.mo share/locale/es/LC_MESSAGES/modlogan.mo share/locale/fr/LC_MESSAGES/modlogan.mo +share/locale/hu/LC_MESSAGES/modlogan.mo share/locale/it/LC_MESSAGES/modlogan.mo share/locale/pl/LC_MESSAGES/modlogan.mo share/locale/ru/LC_MESSAGES/modlogan.mo |