msmtp: update to 1.6.3

This commit is contained in:
Juergen Daubert 2015-11-28 09:32:48 +01:00
parent c6e331e958
commit 0fcad47135
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/msmtp
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/msmtp.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/msmtp.1.gz

View File

@ -1 +1 @@
3baca93c7e5f1aa9d36a2e5b38739ab9 msmtp-1.6.2.tar.xz
6d9384c09405db9476beaa2237c56705 msmtp-1.6.3.tar.xz

View File

@ -5,17 +5,16 @@
# Depends on: openssl
name=msmtp
version=1.6.2
version=1.6.3
release=1
source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-ssl=openssl \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share/info
}