commit eef7aa6be7bea26bff0bebf97244961529fe941a Author: Juergen Daubert <jue@jue.li> Date: Sun Feb 25 11:04:04 2007 +0100 mutt: update to 1.5.14 diff --git a/mutt/.footprint b/mutt/.footprint index ee5d878..30c232a 100644 --- a/mutt/.footprint +++ b/mutt/.footprint @@ -10,10 +10,7 @@ drwxr-xr-x root/root usr/etc/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mutt.1.gz --rw-r--r-- root/root usr/man/man1/mutt_dotlock.1.gz drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/mbox.5.gz --rw-r--r-- root/root usr/man/man5/mmdf.5.gz -rw-r--r-- root/root usr/man/man5/muttrc.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/mutt/ diff --git a/mutt/.md5sum b/mutt/.md5sum index bfb3202..34d474f 100644 --- a/mutt/.md5sum +++ b/mutt/.md5sum @@ -1 +1 @@ -456a138680a6726f14983cb3e9ff4e22 mutt-1.5.13.tar.gz +6d33b4f0074e39772021d947c49b30c6 mutt-1.5.14.tar.gz diff --git a/mutt/Pkgfile b/mutt/Pkgfile index ab94c50..52eb355 100644 --- a/mutt/Pkgfile +++ b/mutt/Pkgfile @@ -4,14 +4,16 @@ # Depends on: gdbm, ncurses, openssl name=mutt -version=1.5.13 +version=1.5.14 release=1 source=(http://mirrors.sunsite.dk/$name/devel/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ + --mandir=/usr/man \ --with-docdir=/usr/share/mutt \ + --with-mailpath=/var/spool/mail \ --enable-pop \ --enable-imap \ --with-ssl \ @@ -22,5 +24,6 @@ build () { find $PKG/usr/share/mutt/* ! -name manual.txt | xargs rm -rf rm $PKG/usr/etc/{Muttrc,mime.types}.dist rm $PKG/usr/bin/{flea,muttbug} - rm $PKG/usr/man/man1/{flea.1,muttbug.1} + rm $PKG/usr/man/man1/{flea.1,muttbug.1,mutt_dotlock.1} + rm $PKG/usr/man/man5/{mmdf.5,mbox.5} }