diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-16 22:23:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-16 22:23:55 +0000 |
commit | 9eaacd53615f81cf212d5136f3f625d9b806875d (patch) | |
tree | 5f67f8cb9338d9aa359a9a1b89f5e5edb83a726e | |
parent | 41b1bf1f42725ae709124663bbda509c43e3929b (diff) |
Notes
-rw-r--r-- | mail/imp3/Makefile | 15 | ||||
-rw-r--r-- | mail/imp3/distinfo | 3 | ||||
-rw-r--r-- | mail/imp3/pkg-plist | 21 |
3 files changed, 26 insertions, 13 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 41f57676685d..ecffd5eddb69 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -6,15 +6,17 @@ # PORTNAME= imp -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.2.3 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ + ftp://ftp.planetmirror.com/pub/horde/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ + ftp://ftp.be.horde.org/imp/ \ ftp://ftp.es.horde.org/pub/imp/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/imp/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/imp/ \ - ftp://ftp.pt.horde.org/pub/horde-ftp/imp/ + ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/imp/ \ + http://ftp.horde.org/pub/imp/ MAINTAINER= thierry@pompo.net COMMENT= A webmail system which accesses mail over IMAP @@ -122,9 +124,10 @@ USE_REINPLACE= yes LDD= /usr/bin/ldd REINPLACE_ARGS= -i.beforeIMP -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL -CONFFILE= conf.php filter.txt header.txt html.php menu.php \ - mime_drivers.php motd.php prefs.php servers.php \ +DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ + docs/RELEASE_NOTES +CONFFILE= conf.php filter.txt header.txt html.php menu.php \ + mime_drivers.php motd.php prefs.php servers.php \ trailer.txt SUB_DIRS= config download graphics lib locale po scripts templates diff --git a/mail/imp3/distinfo b/mail/imp3/distinfo index 53d0665ed751..9f70d90d7efc 100644 --- a/mail/imp3/distinfo +++ b/mail/imp3/distinfo @@ -1 +1,2 @@ -MD5 (imp-3.2.2.tar.gz) = 757e4d3b6b1b7137712ed4c4a358e822 +MD5 (imp-3.2.3.tar.gz) = 8130cc78cfae8de8d966aaa132420651 +SIZE (imp-3.2.3.tar.gz) = 1562759 diff --git a/mail/imp3/pkg-plist b/mail/imp3/pkg-plist index b286f3409f82..654d261b4ba0 100644 --- a/mail/imp3/pkg-plist +++ b/mail/imp3/pkg-plist @@ -1,8 +1,9 @@ -%%PORTDOCS%%share/doc/imp/CHANGES -%%PORTDOCS%%share/doc/imp/COPYING -%%PORTDOCS%%share/doc/imp/CREDITS -%%PORTDOCS%%share/doc/imp/INSTALL -%%PORTDOCS%%share/doc/imp/README +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%IMPDIR%%/compose.php %%IMPDIR%%/config/.htaccess %%IMPDIR%%/config/conf.php @@ -129,8 +130,10 @@ %%IMPDIR%%/locale/fi_FI/help.xml %%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/fr_FR/help.xml +%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/hu_HU/help.xml +%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo %%IMPDIR%%/locale/it_IT/help.xml @@ -189,7 +192,9 @@ %%IMPDIR%%/po/extract.pl %%IMPDIR%%/po/fi_FI.po %%IMPDIR%%/po/fr_FR.po +%%IMPDIR%%/po/gl_ES.po %%IMPDIR%%/po/hu_HU.po +%%IMPDIR%%/po/id_ID.po %%IMPDIR%%/po/is_IS.po %%IMPDIR%%/po/imp.pot %%IMPDIR%%/po/it_IT.po @@ -284,7 +289,7 @@ %%IMPDIR%%/templates/search/main.inc %%IMPDIR%%/test.php %%IMPDIR%%/view.php -%%PORTDOCS%%@dirrm share/doc/imp +%%PORTDOCS%%@dirrm %%DOCSDIR%% etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/download @dirrm %%IMPDIR%%/graphics/folders @@ -322,8 +327,12 @@ etc/horde/httpd.conf.imp @dirrm %%IMPDIR%%/locale/fi_FI @dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%IMPDIR%%/locale/fr_FR +@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/gl_ES @dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES @dirrm %%IMPDIR%%/locale/hu_HU +@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES +@dirrm %%IMPDIR%%/locale/id_ID @dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES @dirrm %%IMPDIR%%/locale/is_IS @dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES |