diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-17 23:40:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-17 23:40:13 +0000 |
commit | bc1f399f2efcdfd965c22b9402722dc30150d5ba (patch) | |
tree | 24d99afd6b85ba5b1c5493e8b1ee97103133b068 /mail/etpan/Makefile | |
parent | 2070dd7015f7d3e43f9a2950b2daad7a60a8cb83 (diff) | |
download | pkgsrc-bc1f399f2efcdfd965c22b9402722dc30150d5ba.tar.gz |
Update to 0.7.1:
2006-01-09 - etpan-0.7 - alfie
* release 0.7 - Figure Number Five
bugfix release
2005-12-26 - etpan-0.6cvs2 - hoa
* src/etpan-thread-manager.c
fixed API breakage.
* src/etpan-msg-list-app.c
cleanup
2005-02-28 - etpan-0.6cvs1 - hoa
* configure.in
fixed detection of LDAP libraries.
Thanks to Alfons Hoogervorst.
Fixes build after libetpan update.
Diffstat (limited to 'mail/etpan/Makefile')
-rw-r--r-- | mail/etpan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/etpan/Makefile b/mail/etpan/Makefile index 5f86076a02c..2ee981770ef 100644 --- a/mail/etpan/Makefile +++ b/mail/etpan/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/03/08 06:34:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/17 23:40:13 wiz Exp $ # -DISTNAME= etpan-ng-0.6.1 +DISTNAME= etpan-ng-0.7.1 PKGNAME= ${DISTNAME:S/-ng//} -PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/} |