mutt: update to 1.14.3
This commit is contained in:
parent
fc16e0d51d
commit
0c7949b257
@ -18,5 +18,3 @@ drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/smime_keys.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/muttrc.5.gz
|
||||
drwxr-xr-x root/root usr/share/mutt/
|
||||
-rw-r--r-- root/root usr/share/mutt/manual.txt
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/fPUjnV0/TiM9BWS7jUz0CGvkb5sHZgkWNLWlEa1ogh8yQG15GoH7/R+8JbV9QkUaE0hZ+iPLbObPaLjPo4uAA0=
|
||||
SHA256 (Pkgfile) = ef6bd98915be408c52ef406c42efd12c4fc89f2353392c3e46209176e1b30c15
|
||||
SHA256 (.footprint) = 8f1a2e9de5356a2b6aa51f4a18ab85acc097ed244b77a142c735ba1f2a9b92c8
|
||||
SHA256 (mutt-1.14.2.tar.gz) = e22f700e8c57fbc41a642bfeeeed1adca06e6187887c39614a5c38d381a6ac31
|
||||
RWSE3ohX2g5d/cdXFR0Of/6ve2b/WCn36W+A7ZS9KGt1vzP6uGKO2xQzvd7p5xuoDmQo3dklM7AtUbdIhG2O8epsUUOqN+KxJwk=
|
||||
SHA256 (Pkgfile) = a93d2fd3dd63b74040d2634448d13e9c427868f578c09a957791c5a588d99fb0
|
||||
SHA256 (.footprint) = 16a4cbc53d0d6b7d01be8b598ad20486e3081237707bd214a678fb9a59ab629b
|
||||
SHA256 (mutt-1.14.3.tar.gz) = b1556df3333b0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: gdbm openssl zlib
|
||||
|
||||
name=mutt
|
||||
version=1.14.2
|
||||
version=1.14.3
|
||||
release=1
|
||||
source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz)
|
||||
|
||||
@ -12,7 +12,6 @@ build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-docdir=/usr/share/mutt \
|
||||
--with-mailpath=/var/spool/mail \
|
||||
--enable-pop \
|
||||
--enable-imap \
|
||||
@ -26,8 +25,7 @@ build () {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
find $PKG/usr/share/mutt/* ! -name manual.txt -delete
|
||||
rm $PKG/usr/etc/{Muttrc,mime.types}.dist
|
||||
rm -r $PKG/usr/share/info
|
||||
rm -r $PKG/usr/share/{doc,info}
|
||||
rm $PKG/usr/share/man/man5/{mmdf.5,mbox.5}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user