diff options
author | Juergen Daubert <jue@jue.li> | 2015-11-28 09:32:48 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-11-28 09:32:48 +0100 |
commit | 0fcad47135494111930533e23bf25323cbe34d1c (patch) | |
tree | 28d6c4751ce5a1ff30a74ebd860fc78ca8758858 /msmtp | |
parent | c6e331e9586358738b3632945ae242d90169a77c (diff) | |
download | opt-0fcad47135494111930533e23bf25323cbe34d1c.tar.gz opt-0fcad47135494111930533e23bf25323cbe34d1c.tar.xz |
msmtp: update to 1.6.3
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.footprint | 7 | ||||
-rw-r--r-- | msmtp/.md5sum | 2 | ||||
-rw-r--r-- | msmtp/Pkgfile | 5 |
3 files changed, 7 insertions, 7 deletions
diff --git a/msmtp/.footprint b/msmtp/.footprint index b61bf4de0..dd2b2f7fa 100644 --- a/msmtp/.footprint +++ b/msmtp/.footprint @@ -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 diff --git a/msmtp/.md5sum b/msmtp/.md5sum index 9be282be1..c67d8dda1 100644 --- a/msmtp/.md5sum +++ b/msmtp/.md5sum @@ -1 +1 @@ -3baca93c7e5f1aa9d36a2e5b38739ab9 msmtp-1.6.2.tar.xz +6d9384c09405db9476beaa2237c56705 msmtp-1.6.3.tar.xz diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile index 10475631d..af59fbfad 100644 --- a/msmtp/Pkgfile +++ b/msmtp/Pkgfile @@ -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 } |