diff options
author | tron <tron@pkgsrc.org> | 2007-08-05 18:41:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-05 18:41:52 +0000 |
commit | 0a3acb0d889a4221b68cca47503f67bcba91d6a9 (patch) | |
tree | b78c618e52e24803afec3b9ba0bd9cd1b53dee6c /mail/imap-uw/Makefile | |
parent | fa67a2596698e0749fbdc69e9f28a155b9df7614 (diff) | |
download | pkgsrc-0a3acb0d889a4221b68cca47503f67bcba91d6a9.tar.gz |
Make IPv6 support work again, bump package revision.
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 1b403cca332..8c036d26450 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2007/08/05 04:51:34 obache Exp $ +# $NetBSD: Makefile,v 1.120 2007/08/05 18:41:52 tron Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -11,7 +11,7 @@ DISTNAME= imap-2006j2 PKGNAME= ${DISTNAME:S/-/-uw-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z |