diff options
author | he <he@pkgsrc.org> | 2008-07-20 21:58:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-20 21:58:31 +0000 |
commit | f9170d1415d866c2ec59874fb0dc431dd7473951 (patch) | |
tree | 87140322535b8056cc3393f73ca9b9de2f5f2211 /mail | |
parent | 05745dd062eb712a7a6beb8dadd8543e8c064b42 (diff) | |
download | pkgsrc-f9170d1415d866c2ec59874fb0dc431dd7473951.tar.gz |
Update from version 1.6.1 to 1.6.4.
Pkgsrc change: add HOMEPAGE.
Upstream changes:
1.6.4 Wed Feb 16 07:43:28 CST 2005
- I screwed the pooch on 1.6.3, blatant typo pointed out to me by matrix200
guess I forgot to run make test before releasing.
1.6.3 Sun Jan 30 20:53:22 CST 2005
- arrg, I fixed get_quotaroot incorrectly and didn't test it. It should
have used the same regex as get_quota instead of what I did. Thanks
Franscesco for pointing out the error (again).
1.6.2 Sun Jan 30 10:33:50 CST 2005
- bug report from Francesco Gennai, get_quota and get_quotaroot improperly
handling folders/mailboxes with spaces
patched both with a regex to handle the data extraction, should work now.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-IMAP-Admin/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-IMAP-Admin/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-IMAP-Admin/Makefile b/mail/p5-IMAP-Admin/Makefile index 69ed1db9280..1e56293bd63 100644 --- a/mail/p5-IMAP-Admin/Makefile +++ b/mail/p5-IMAP-Admin/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/07/20 21:58:31 he Exp $ # -DISTNAME= IMAP-Admin-1.6.1 +DISTNAME= IMAP-Admin-1.6.4 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iad -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IMAP-Admin/ COMMENT= Perl5 module for administration of RFC-2060 IMAP servers PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mail/p5-IMAP-Admin/distinfo b/mail/p5-IMAP-Admin/distinfo index 4ede90b7832..c713352ac85 100644 --- a/mail/p5-IMAP-Admin/distinfo +++ b/mail/p5-IMAP-Admin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:59:25 agc Exp $ +$NetBSD: distinfo,v 1.7 2008/07/20 21:58:31 he Exp $ -SHA1 (IMAP-Admin-1.6.1.tar.gz) = 894b9c7fb1db471fe45a290db44224112a06b55d -RMD160 (IMAP-Admin-1.6.1.tar.gz) = 56ab03a80fd7c846495554606b454985b5bd2de8 -Size (IMAP-Admin-1.6.1.tar.gz) = 13587 bytes +SHA1 (IMAP-Admin-1.6.4.tar.gz) = 45e1b92c2e818f19e57b97e678a2c151f0312e63 +RMD160 (IMAP-Admin-1.6.4.tar.gz) = 18ff8b1e478b899e5987a3e5b644cfefc466d5d5 +Size (IMAP-Admin-1.6.4.tar.gz) = 14197 bytes |