Wed Nov 30 16:00:58 CET 2005 Janny <janny@xxxxxxxxxxxxxx>
* fetchmail-6.2.5.4-1-i686
version bump
remove fetchmailconf
(fetchmailconf move in new package)
diff -rN -u old-frugalware-current-2/source/network/fetchmail/FrugalBuild
new-frugalware-current-2/source/network/fetchmail/FrugalBuild
--- old-frugalware-current-2/source/network/fetchmail/FrugalBuild
2005-11-30 16:48:12.000000000 +0100
+++ new-frugalware-current-2/source/network/fetchmail/FrugalBuild
2005-11-30 16:48:28.000000000 +0100
@@ -1,13 +1,9 @@
-# Last Modified: Tue, 01 Nov 2005 00:46:37 +0100
+# Last Modified: Wed, 30 Nov 2005 15:51:48 +0100
# Compiling Time: 0.10 SBU
# Maintainer: VMiklos <vmiklos@xxxxxxxxxxxxxx>
pkgname=fetchmail
-pkgver=6.2.5.2
-shortver=6.2.5
-# we have to have a newer version
-# see http://fetchmail.berlios.de/fetchmail-SA-2005-02.txt
-fetchmailconfver=1.43.2
+pkgver=6.2.5.4
pkgrel=1
pkgdesc="A remote-mail retrieval and forwarding utility."
url="http://catb.org/~esr/fetchmail/"
@@ -15,20 +11,13 @@
groups=('network')
archs=('i686' 'x86_64')
up2date="lynx -dump http://developer.berlios.de/projects/fetchmail|grep
fetchmail|sed 's/.*l \([^ ]*\) .*/\1/;q'"
-source=(http://catb.org/~esr/fetchmail/fetchmail-$shortver.tar.gz \
- http://download.berlios.de/fetchmail/fetchmail-patch-$pkgver.gz
- http://download.berlios.de/fetchmail/fetchmailconf-$fetchmailconfver.gz)
-sha1sums=('4656ec4393ccd1c137fe7b331f77cb26b576ac0e' \
- '4e4d69e9847213eb594ad931a423a0fad5b2e3f2' \
- '7308c85de25f2caf698fc404bd118ca74c17d9df')
+source=(http://download.berlios.de/fetchmail/$pkgname-$pkgver.tar.gz
rmconf.diff)
+sha1sums=('481f6ba7637f4471d93f80907e309e60dfe63f44' \
+ '8b80475c609066c4462ebdd172b9f88160a8ddfd')
build() {
- Fcd $pkgname-$shortver
- Fpatch fetchmail-patch-$pkgver
Facu
- Fmake --with-ssl || return 1
- mv -f ../fetchmailconf-$fetchmailconfver fetchmailconf
- Fmakeinstall DESTDIR=$startdir/pkg || return 1
+ Fbuild --with-ssl --enable-RPA --enable-NTLM --enable-SDPS
--enable-inet6
}
# vim: ft=sh
|