summaryrefslogtreecommitdiff
path: root/msmtp
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-07-28 23:20:37 +0200
committerJuergen Daubert <jue@jue.li>2008-07-28 23:20:37 +0200
commit384a50dcb3c9888c4403bbd0e71b7d7bceb6037d (patch)
tree3d80369138ccb8d682747e95794b8d2ff837e44e /msmtp
parent06cefe1a19283955983231da2663ed6c1fe534f2 (diff)
downloadopt-384a50dcb3c9888c4403bbd0e71b7d7bceb6037d.tar.gz
opt-384a50dcb3c9888c4403bbd0e71b7d7bceb6037d.tar.xz
msmtp: update to 1.4.16
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.md5sum2
-rw-r--r--msmtp/Pkgfile7
2 files changed, 6 insertions, 3 deletions
diff --git a/msmtp/.md5sum b/msmtp/.md5sum
index 5d72b2ec4..fcb59d4b2 100644
--- a/msmtp/.md5sum
+++ b/msmtp/.md5sum
@@ -1 +1 @@
-52dfb3039f4253581292eba8285379c1 msmtp-1.4.15.tar.bz2
+77a333601e9de03f695539498e678cc2 msmtp-1.4.16.tar.bz2
diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile
index d0b2427cf..6a0f74562 100644
--- a/msmtp/Pkgfile
+++ b/msmtp/Pkgfile
@@ -5,13 +5,16 @@
# Depends on: openssl
name=msmtp
-version=1.4.15
+version=1.4.16
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man --disable-nls
+ ./configure --prefix=/usr \
+ --mandir=/usr/man \
+ --with-ssl=openssl \
+ --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share

Generated by cgit