From 6cd91fe2f7f48395fe57862443e4bf5110aa575d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 8 Jul 2010 07:30:14 +0000 Subject: [PATCH] fetchmail: updated to 6.3.17 --- fetchmail/.md5sum | 2 +- fetchmail/Pkgfile | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/fetchmail/.md5sum b/fetchmail/.md5sum index 2eaacd6..adec2b4 100644 --- a/fetchmail/.md5sum +++ b/fetchmail/.md5sum @@ -1 +1 @@ -db792fb311bc358e95ed0437389269ac fetchmail-6.3.13.tar.bz2 +7b1d449ecddb6164e22c32854adc4a75 fetchmail-6.3.17.tar.bz2 diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index c63dd92..c9d240e 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -5,23 +5,23 @@ # Depends on: openssl name=fetchmail -version=6.3.13 +version=6.3.17 release=1 source=(http://download.berlios.de/$name/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man \ - --with-ssl=/usr \ - --disable-nls - make - make DESTDIR=$PKG install + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man \ + --with-ssl=/usr \ + --disable-nls + make + make DESTDIR=$PKG install - rm -rf $PKG/usr/bin/fetchmailconf \ - $PKG/usr/man/man?/fetchmailconf.? \ - $PKG/usr/lib + rm -rf $PKG/usr/bin/fetchmailconf \ + $PKG/usr/man/man?/fetchmailconf.? \ + $PKG/usr/lib } -- 2.26.2