diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-11-02 11:14:30 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-11-02 11:14:30 +0000 |
commit | ef7de2deb00965aab246dc08662a3ee4a1a7dfcf (patch) | |
tree | e46939be95b1e628c3d2f3fe4dddc9ac5ba76623 /mail | |
parent | e0077a2ea23aa16083c499f8f531aeb0920d56e6 (diff) | |
download | pkgsrc-ef7de2deb00965aab246dc08662a3ee4a1a7dfcf.tar.gz |
PLIST fixes for missing files reported by Krister Walfridsson (CHECK_FILES=yes)
Bump nb
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 4 | ||||
-rw-r--r-- | mail/imap-uw/PLIST | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 952abc28145..23e1b9e0400 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2005/10/05 15:49:44 salo Exp $ +# $NetBSD: Makefile,v 1.103 2005/11/02 11:14:30 adrianp Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -6,7 +6,7 @@ # but not running Kerberos before committing the changes. DISTNAME= imap-2004e -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/-/-uw-/} CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ diff --git a/mail/imap-uw/PLIST b/mail/imap-uw/PLIST index c99646f0f7c..878c44fece6 100644 --- a/mail/imap-uw/PLIST +++ b/mail/imap-uw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/03/05 22:01:47 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/11/02 11:14:30 adrianp Exp $ bin/dmail bin/mailutil bin/mlock @@ -26,6 +26,10 @@ include/c-client/tcp.h include/c-client/utf8.h lib/libc-client.la lib/libc-client_pic.a +lib/libimapuw.a +lib/libimapuw.so +lib/libimapuw.so.4 +lib/libimapuw.so.4.0.2 libexec/imapd libexec/ipop2d libexec/ipop3d |