msmtp: update to 1.8.2, new source URL, closes FS#1713
This commit is contained in:
parent
dea5ed1106
commit
f3a3807c1d
@ -1,7 +1,9 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/msmtp
|
-rwxr-xr-x root/root usr/bin/msmtp
|
||||||
|
-rwxr-xr-x root/root usr/bin/msmtpd
|
||||||
drwxr-xr-x root/root usr/share/
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/share/man/
|
drwxr-xr-x root/root usr/share/man/
|
||||||
drwxr-xr-x root/root usr/share/man/man1/
|
drwxr-xr-x root/root usr/share/man/man1/
|
||||||
-rw-r--r-- root/root usr/share/man/man1/msmtp.1.gz
|
-rw-r--r-- root/root usr/share/man/man1/msmtp.1.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/msmtpd.1.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/Ympd+AyVBZbPpmmi7ikAmeeChozdk6MJvpEzcoN9+h3VUD6m2Va5ljwZ/fk6J6pR13M6jhXJLYwBrsI2KBQpwA=
|
RWSE3ohX2g5d/fajGSdlHuzJSlAUTWQ/2Ry6b2NSkYelFs8CKIpdp46iIpgzpALCr53Wepc/R9u0++hGCHUyoy53+r3P5kJfAgs=
|
||||||
SHA256 (Pkgfile) = f30c66a2c08a509972ce2cb9afc07f132fe1c6bd21646d240e6be182e9b2ac8b
|
SHA256 (Pkgfile) = 973e2642c9e5b0ed8a3f16894d2dae795b72be574798546aa34af3aee753c292
|
||||||
SHA256 (.footprint) = 51c5576063b2e54138b7ed393b4261984d9ebc5aa69d04c6a07e76b45dc1b3c0
|
SHA256 (.footprint) = 8c72467de3e20b7cd7a26216c1ca0ffc2ccaa475bea374a5f3b7277f7e8aedff
|
||||||
SHA256 (msmtp-1.6.6.tar.xz) = da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
SHA256 (msmtp-1.8.2.tar.xz) = d1185c1969ed00d0e2c57dbcd5eb09a9f82156042b21309d558f761978a58793
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
# Description: An SMTP client suitable for use with mutt etc.
|
# Description: An SMTP client suitable for use with mutt etc.
|
||||||
# URL: http://msmtp.sourceforge.net/
|
# URL: https://marlam.de/msmtp/
|
||||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||||
# Packager: Jukka Heino, jukka dot heino at gmail dot com
|
|
||||||
# Depends on: openssl
|
# Depends on: openssl
|
||||||
|
|
||||||
name=msmtp
|
name=msmtp
|
||||||
version=1.6.6
|
version=1.8.2
|
||||||
release=1
|
release=1
|
||||||
source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.xz)
|
source=(https://marlam.de/msmtp/releases/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-ssl=openssl \
|
--with-tls=openssl \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user