ports/opt (2.4): esmtp: updated to 0.6.0.
commit 4c50812d663664dc4f23d70edfcd42605c06bf94 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Sat Apr 12 15:10:08 2008 +0200 esmtp: updated to 0.6.0. diff --git a/esmtp/.md5sum b/esmtp/.md5sum index e48da71..a00284f 100644 --- a/esmtp/.md5sum +++ b/esmtp/.md5sum @@ -1 +1 @@ -9f0b809e891a548910f099efc4315b02 esmtp-0.5.1.tar.bz2 +3f97c38f8e59978f1a25fe10bb68cdff esmtp-0.6.0.tar.bz2 diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile index 6c5359e..da5afa9 100644 --- a/esmtp/Pkgfile +++ b/esmtp/Pkgfile @@ -4,14 +4,15 @@ # Depends on: libesmtp name=esmtp -version=0.5.1 +version=0.6.0 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) build() { cd $name-$version - CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr + CPPFLAGS=`libesmtp-config --cflags` \ + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu