diff options
author | tron <tron@pkgsrc.org> | 2001-11-07 09:19:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-07 09:19:03 +0000 |
commit | f71915f49649c5829b3d14c4d501f8e6bf7e7f8a (patch) | |
tree | a09ff22922e83b432169435da2e3c525c125e814 /mail/mutt-devel/Makefile | |
parent | 8bae87330d8fa0c63169fb616e873d986a1907c3 (diff) | |
download | pkgsrc-f71915f49649c5829b3d14c4d501f8e6bf7e7f8a.tar.gz |
Downgrade the "mutt-devel" package to version 1.3.23. The new threading
code in 1.3.23.1 is not stable yet and can e.g. cause a segmentation fault.
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 0708ba59370..b59057da40b 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2001/11/01 16:10:41 tron Exp $ +# $NetBSD: Makefile,v 1.15 2001/11/07 09:19:03 tron Exp $ -DISTNAME= mutt-1.3.23.1i +DISTNAME= mutt-1.3.23i PKGNAME= ${DISTNAME:C/i$//} CATEGORIES= mail -MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/devel/ +MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ |